CVApr 6, 2021

Change Detection from SAR Images Based on Deformable Residual Convolutional Neural Networks

arXiv:2104.02299v16 citations
Originality Incremental advance
AI Analysis

This work addresses change detection for remote sensing applications, but it is incremental as it builds on existing CNN methods with specific modifications.

The paper tackled the problem of change detection in SAR images by proposing a Deformable Residual Convolutional Neural Network (DRNet), which adapts convolutional kernels to image structures and enhances multi-scale representation, achieving effective results on three real SAR datasets.

Convolutional neural networks (CNN) have made great progress for synthetic aperture radar (SAR) images change detection. However, sampling locations of traditional convolutional kernels are fixed and cannot be changed according to the actual structure of the SAR images. Besides, objects may appear with different sizes in natural scenes, which requires the network to have stronger multi-scale representation ability. In this paper, a novel \underline{D}eformable \underline{R}esidual Convolutional Neural \underline{N}etwork (DRNet) is designed for SAR images change detection. First, the proposed DRNet introduces the deformable convolutional sampling locations, and the shape of convolutional kernel can be adaptively adjusted according to the actual structure of ground objects. To create the deformable sampling locations, 2-D offsets are calculated for each pixel according to the spatial information of the input images. Then the sampling location of pixels can adaptively reflect the spatial structure of the input images. Moreover, we proposed a novel pooling module replacing the vanilla pooling to utilize multi-scale information effectively, by constructing hierarchical residual-like connections within one pooling layer, which improve the multi-scale representation ability at a granular level. Experimental results on three real SAR datasets demonstrate the effectiveness of the proposed DRNet.

Foundations

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

Your Notes