用动态全局上下文增强模型,提升雷达图像变化检测精度
Synthetic Aperture Radar Image Change Detection Based on Global Dynamic Context-Aware Network

- 通过动态调整卷积核权重,融合全局语义信息
- 在三个数据集上优于现有方法,尤其在小样本下表现稳定
- 适合遥感、灾害监测等需要精准变化识别的场景
卷积神经网络(CNN)已广泛应用于合成孔径雷达(SAR)图像变化检测任务。然而,传统卷积层受限于局部感受野,主要捕捉空间局部模式,忽略对准确区分细微或大范围变化至关重要的全局上下文信息。为此,本文提出一种专为SAR图像变化检测设计的全局动态上下文感知网络(GDNet)。其核心是一个新颖的全局动态卷积模块,可依据输入特征提取的全局语义信息自适应调节卷积核权重。通过动态引入长程依赖关系,该机制使网络能够整合局部细节与全局上下文,从而提升对多样化变化模式的检测能力。此外,我们设计了一种两阶段Mixup训练策略,相比传统单阶段Mixup,生成更丰富且具信息量的训练样本,有效正则化模型,在数据有限情况下仍获得更稳定可靠的分类结果。在三个SAR数据集上的大量实验表明,所提GDNet显著优于其他先进方法。这些成果凸显了全局动态建模与先进数据增强策略在推进SAR图像理解方面的潜力。源代码见:https://github.com/oucailab/GDNet。
原文摘要 · Abstract (English)
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}.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。