🤖 AI Summary
This work addresses the limitation of conventional convolutional neural networks in modeling global contextual information for synthetic aperture radar (SAR) image change detection, owing to their inherently local receptive fields. To overcome this, the authors propose the Global Dynamic Context-aware Network (GDNet), which incorporates a global dynamic convolution module that adaptively modulates convolutional kernel weights based on the global semantic content of input features, thereby effectively integrating local details with long-range dependencies. Additionally, a two-stage Mixup training strategy is introduced to enhance model generalization and stability under limited training samples. Extensive experiments on three SAR change detection benchmarks demonstrate that GDNet consistently outperforms state-of-the-art methods, validating the efficacy of the proposed global dynamic modeling mechanism and advanced data augmentation scheme.
📝 Abstract
Convolutional neural networks (CNNs) have been extensively and successfully applied to the task of synthetic aperture radar (SAR) image change detection. However, conventional convolutional layers are inherently limited by their local receptive fields, which mainly capture spatially localized patterns while neglecting the global context that is often crucial for accurately distinguishing subtle or large-scale changes in SAR imagery. To address these limitations, we propose a novel Global Dynamic Context-Aware Network (GDNet) specifically tailored for SAR image change detection. At the core of our approach lies a novel global dynamic convolution module, which adaptively modulates convolution kernel weights according to the global semantic information extracted from the input features. By dynamically incorporating long-range dependencies, this mechanism enables the network to integrate both local detail and global context, thus improving its ability to detect diverse change patterns. In addition, we introduce a carefully designed two-stage Mixup strategy for model training. Unlike conventional single-stage Mixup, our two-stage design generates more diverse and informative training samples, effectively regularizing the model and yielding more stable and reliable classification results even under limited data scenarios. Extensive experiments on three SAR datasets demonstrate the superiority of the proposed GDNet compared to other state-of-the-art methods. These findings highlight the potential of global dynamic modeling and advanced data augmentation strategies for advancing SAR image interpretation. Source codes are available at \url{https://github.com/oucailab/GDNet}.