Skip to content

OyamingO/DENet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Domain-incremental Learning for Fire Detection in Space-air-ground Integrated Observation Network

DENet, a dynamic equilibrium approach for cross-domain fire detection, effectively balancing learning across heterogeneous sensor data and outperforming classical incremental methods.

Ming Wang*, Dayu Yu*, Wanting He, Peng Yue*, Zheheng Liang

[Paper] [Project] [Dataset] [BibTeX]

🔥: Catastrophic forgetting in cross-domain fire detection task

🚀: Architecture of DENet

Installation

The code requires python>=3.7, as well as pytorch>=1.7 and torchvision>=0.8. Please follow the instructions here to install both PyTorch and TorchVision dependencies. Installing both PyTorch and TorchVision with CUDA support is strongly recommended.

The following optional dependencies are necessary for mask post-processing, saving masks in COCO format, the example notebooks, and exporting the model in ONNX format. jupyter is also required to run the example notebooks.

pip install opencv-python pycocotools matplotlib

Citing DENet

If you use DENet in your research, please use the following BibTeX entry.

@article{DENet,
  title={Domain-incremental Learning for Fire Detection in Space-air-ground Integrated Observation Network},
  author={Ming Wang, Dayu Yu, Wanting He, Peng Yue, Zheheng Liang},
  journal={International Journal of Applied Earth Observation and Geoinformation},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published