Here, we provide the pytorch implementation of the paper: MDGF-CD: Land-cover change detection with multi-level DiffFormer feature grouping fusion for VHR remote sensing images.
For more information, please see our published paper at Information Fusion.
Clone this repo:
git clone https://github.com/sherryxu21/MDGF-CD.git
cd MDGF-CDpython main_cd.py
python eval_cd.py
├─A
├─B
├─label
└─list
If you use this code for your research, please cite our paper:
@article{liu2025mdgf,
title={MDGF-CD: Land-cover change detection with multi-level DiffFormer feature grouping fusion for VHR remote sensing images},
author={Liu, Jamin and Xu, Rui and Duan, Yule and Guo, Tan and Shi, Guangyao and Luo, Fulin},
journal={Information Fusion},
pages={103110},
year={2025},
publisher={Elsevier}
}
Code is released for non-commercial and research purposes only. For commercial purposes, please contact the authors.
Appreciate the work from the following repositories: ChangeFormer, GCViT, CTD-Former.
