π€ AI Summary
Remote sensing change detection faces two major challenges: scarcity of open-source sub-meter resolution data and poor robustness in detecting multi-scale changes. To address these, we introduce JL1-CDβthe first large-scale, open-source benchmark featuring sub-meter (0.5β0.75 m) registered image pairs (5,000 pairs)βand propose a Multi-Teacher Knowledge Distillation (MTKD) framework. MTKD pioneers a decoupled knowledge transfer pathway that separately models feature representation and change response, integrating remote sensing-specific registration-aware augmentation, multi-scale feature alignment, and uncertainty-aware loss. Extensive experiments demonstrate state-of-the-art performance on both JL1-CD and SYSU-CD, with consistent and significant improvements across lightweight and heavy-weight models. The code and dataset are publicly released.
π Abstract
Deep learning has achieved significant success in the field of remote sensing image change detection (CD), yet two major challenges remain: the scarcity of sub-meter, all-inclusive open-source CD datasets, and the difficulty of achieving consistent and satisfactory detection results across images with varying change areas. To address these issues, we introduce the JL1-CD dataset, which contains 5,000 pairs of 512 x 512 pixel images with a resolution of 0.5 to 0.75 meters. Additionally, we propose a multi-teacher knowledge distillation (MTKD) framework for CD. Experimental results on the JL1-CD and SYSU-CD datasets demonstrate that the MTKD framework significantly improves the performance of CD models with various network architectures and parameter sizes, achieving new state-of-the-art results. The code is available at https://github.com/circleLZY/MTKD-CD.