Skip to content

ICIF-Net: Intra-Scale Cross-Interaction and Inter-Scale Feature Fusion Network for Bi-temporal Remote Sensing Images Change Detection (TGARS 2022) [paper](https://ieeexplore.ieee.org/document/9759285)

Notifications You must be signed in to change notification settings

ZhengJianwei2/ICIF-Net

Repository files navigation

ICIF-Net

Papers

  • Change Detection on Bi-temporal Remote Sensing Images using Dual-branch Multi-level Inter-temporal Network (TGARS 2023) paper and source_code
  • ICIF-Net: Intra-Scale Cross-Interaction and Inter-Scale Feature Fusion Network for Bitemporal Remote Sensing Images Change Detection (TGARS 2022) paper and source_code

image-model

1. Environment setup

This code has been tested on on the workstation with Intel Xeon CPU E5-2690 v4 cores and two GPUs of NVIDIA TITAN V with a single 12G of video memory, Python 3.6, pytorch 1.9, CUDA 10.0, cuDNN 7.6. Please install related libraries before running this code:

pip install -r requirements.txt

2. Download the datesets:

and put them into data directory.

3. Download the models (loading models):

and put them into checkpoints directory.

4. Train

python main_cd.py

5. Test

python eval_cd.py

6. Cite

If you use ICIF-Net and DMINet in your work please cite our paper:

  • BibTex:

    @ARTICLE{10034787, author={Feng, Yuchao and Jiang, Jiawei and Xu, Honghui and Zheng, Jianwei}, journal={IEEE Transactions on Geoscience and Remote Sensing}, title={Change Detection on Remote Sensing Images using Dual-branch Multi-level Inter-temporal Network}, year={2023}, volume={}, number={}, pages={1-1}, doi={10.1109/TGRS.2023.3241257} }

    @ARTICLE{9759285, author={Feng, Yuchao and Xu, Honghui and Jiang, Jiawei and Liu, Hao and Zheng, Jianwei}, journal={IEEE Transactions on Geoscience and Remote Sensing}, title={ICIF-Net: Intra-Scale Cross-Interaction and Inter-Scale Feature Fusion Network for Bitemporal Remote Sensing Images Change Detection}, year={2022}, volume={60}, number={}, pages={1-13}, doi={10.1109/TGRS.2022.3168331} }

  • Plane Text:

    Y. Feng, J. Jiang, H. Xu and J. Zheng, "Change Detection on Remote Sensing Images using Dual-branch Multi-level Inter-temporal Network," in IEEE Transactions on Geoscience and Remote Sensing, doi: 10.1109/TGRS.2023.3241257.

    Y. Feng, H. Xu, J. Jiang, H. Liu and J. Zheng, "ICIF-Net: Intra-Scale Cross-Interaction and Inter-Scale Feature Fusion Network for Bitemporal Remote Sensing Images Change Detection," in IEEE Transactions on Geoscience and Remote Sensing, vol. 60, pp. 1-13, 2022, Art no. 4410213, doi: 10.1109/TGRS.2022.3168331.

About

ICIF-Net: Intra-Scale Cross-Interaction and Inter-Scale Feature Fusion Network for Bi-temporal Remote Sensing Images Change Detection (TGARS 2022) [paper](https://ieeexplore.ieee.org/document/9759285)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published