Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

JL1-CD: A New Benchmark for Remote Sensing Change Detection and a Robust Multi-Teacher Knowledge Distillation Framework

Created by
  • Haebom

Author

Ziyuan Liu, Ruifei Zhu, Long Gao, Yuanxiu Zhou, Jingyu Ma, Yuantao Gu

Outline

This paper addresses key challenges in remote sensing image change detection (CD)—the lack of high-resolution, comprehensive open-source datasets and the difficulty of achieving robust performance across diverse change types—by presenting a large-scale, sub-micron CD dataset, JL1-CD, consisting of 5,000 image pairs. Furthermore, we propose a novel Origin-Partition (OP) strategy and integrate it into the Multi-Teacher Knowledge Distillation (MTKD) framework to improve CD performance. The OP strategy partitions the training set based on the change coverage ratio (CAR) and trains specialized teacher models for each subset. The MTKD framework distills complementary knowledge from these teacher models into a single student model, achieving improved detection results across diverse CAR scenarios without additional inference overhead. The proposed MTKD approach was demonstrated in the 2024 "Jilin-1" Cup competition, winning first place in the preliminary round and second place in the final. Extensive experiments on the JL1-CD and SYSU-CD datasets demonstrate that it consistently improves the performance of CD models with diverse network architectures and parameter sizes, achieving new state-of-the-art results. The code and dataset are available at https://github.com/circleLZY/MTKD-CD .

Takeaways, Limitations

Takeaways:
Provides the large-scale high-resolution remote sensing image change detection dataset JL1-CD.
We propose a novel MTKD framework that achieves robust performance across various change types.
Improved performance for various CAR scenarios through OP strategy.
Performance verified through excellent performance in the 2024 "Jilin-1" Cup competition.
Demonstration of generalization performance for various network architectures and parameter sizes.
Limitations:
The JL1-CD dataset may have regional biases. (Detailed information about the dataset's source and composition is lacking.)
Further research is needed on the optimal CAR splitting criteria for the OP strategy.
Further analysis of the computational cost and memory requirements of the MTKD framework is needed.
Further validation is needed for real-world application.
👍