DDLNet: Boosting Remote Sensing Change Detection with Dual-Domain Learning
Xiaowen Ma, Jiawei Yang, Rui Che, Huanting Zhang, Wei Zhang
TL;DR
The paper addresses RSCD by introducing dual-domain learning that leverages both frequency and spatial information. It presents FEM to capture frequency components via the Discrete Cosine Transform and SRM to recover spatial details through multi-scale feature fusion, integrated within a Siamese backbone and a lightweight decoder. The main contributions are the FEM, SRM, and a hybrid loss that together deliver state-of-the-art accuracy with improved efficiency across three public datasets. This approach enhances change detection boundaries and robustness, enabling more reliable and scalable monitoring in remote sensing applications.
Abstract
Remote sensing change detection (RSCD) aims to identify the changes of interest in a region by analyzing multi-temporal remote sensing images, and has an outstanding value for local development monitoring. Existing RSCD methods are devoted to contextual modeling in the spatial domain to enhance the changes of interest. Despite the satisfactory performance achieved, the lack of knowledge in the frequency domain limits the further improvement of model performance. In this paper, we propose DDLNet, a RSCD network based on dual-domain learning (i.e., frequency and spatial domains). In particular, we design a Frequency-domain Enhancement Module (FEM) to capture frequency components from the input bi-temporal images using Discrete Cosine Transform (DCT) and thus enhance the changes of interest. Besides, we devise a Spatial-domain Recovery Module (SRM) to fuse spatiotemporal features for reconstructing spatial details of change representations. Extensive experiments on three benchmark RSCD datasets demonstrate that the proposed method achieves state-of-the-art performance and reaches a more satisfactory accuracy-efficiency trade-off. Our code is publicly available at https://github.com/xwmaxwma/rschange.
