LDGNet: A Lightweight Difference Guiding Network for Remote Sensing Change Detection
Chenfeng Xu
TL;DR
LDGNet tackles the challenge of efficient optical remote-sensing change detection by introducing absolute-difference guided encoding and decoding. It employs a Difference Guidance Module (DGM) to progressively bias a lightweight encoder with multi-scale difference features and a Difference-Aware Dynamic Fusion (DADF) module powered by a Visual State Space Model (VSSM) for targeted, low-cost fusion in decoding. The approach delivers competitive or superior performance with only 3.43M parameters and 1.12G FLOPs across four public datasets, while robustly suppressing noise and background interference. This work enables practical edge deployment by balancing accuracy and computational efficiency in land-cover change analysis.
Abstract
With the rapid advancement of deep learning, the field of change detection (CD) in remote sensing imagery has achieved remarkable progress. Existing change detection methods primarily focus on achieving higher accuracy with increased computational costs and parameter sizes, leaving development of lightweight methods for rapid real-world processing an underexplored challenge. To address this challenge, we propose a Lightweight Difference Guiding Network (LDGNet), leveraging absolute difference image to guide optical remote sensing change detection. First, to enhance the feature representation capability of the lightweight backbone network, we propose the Difference Guiding Module (DGM), which leverages multi-scale features extracted from the absolute difference image to progressively influence the original image encoder at each layer, thereby reinforcing feature extraction. Second, we propose the Difference-Aware Dynamic Fusion (DADF) module with Visual State Space Model (VSSM) for lightweight long-range dependency modeling. The module first uses feature absolute differences to guide VSSM's global contextual modeling of change regions, then employs difference attention to dynamically fuse these long-range features with feature differences, enhancing change semantics while suppressing noise and background. Extensive experiments on multiple datasets demonstrate that our method achieves comparable or superior performance to current state-of-the-art (SOTA) methods requiring several times more computation, while maintaining only 3.43M parameters and 1.12G FLOPs.
