CVMar 9, 2024

Weakly Supervised Change Detection via Knowledge Distillation and Multiscale Sigmoid Inference

arXiv:2403.05796v18 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the need for efficient change detection in remote sensing and related fields by reducing annotation costs, though it is incremental as it builds on existing weakly supervised techniques.

The paper tackles the problem of labor-intensive pixel-level labeling in change detection by proposing a weakly supervised method using image-level labels, achieving state-of-the-art performance on three public datasets.

Change detection, which aims to detect spatial changes from a pair of multi-temporal images due to natural or man-made causes, has been widely applied in remote sensing, disaster management, urban management, etc. Most existing change detection approaches, however, are fully supervised and require labor-intensive pixel-level labels. To address this, we develop a novel weakly supervised change detection technique via Knowledge Distillation and Multiscale Sigmoid Inference (KD-MSI) that leverages image-level labels. In our approach, the Class Activation Maps (CAM) are utilized not only to derive a change probability map but also to serve as a foundation for the knowledge distillation process. This is done through a joint training strategy of the teacher and student networks, enabling the student network to highlight potential change areas more accurately than teacher network based on image-level labels. Moreover, we designed a Multiscale Sigmoid Inference (MSI) module as a post processing step to further refine the change probability map from the trained student network. Empirical results on three public datasets, i.e., WHU-CD, DSIFN-CD, and LEVIR-CD, demonstrate that our proposed technique, with its integrated training strategy, significantly outperforms the state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes