Convolution and Attention Mixer for Synthetic Aperture Radar Image Change Detection
Haopeng Zhang, Zijing Lin, Feng Gao, Junyu Dong, Qian Du, Heng-Chao Li

TL;DR
This paper introduces CAMixer, a novel neural network architecture combining convolution and self-attention for improved SAR image change detection, effectively capturing both local and global features.
Contribution
The paper proposes CAMixer, a Transformer-inspired model that integrates shift convolution with self-attention and a gating mechanism for enhanced SAR change detection.
Findings
CAMixer outperforms existing methods on three SAR datasets.
The parallel design captures both local and global features effectively.
Gating mechanism improves feature representation against noise.
Abstract
Synthetic aperture radar (SAR) image change detection is a critical task and has received increasing attentions in the remote sensing community. However, existing SAR change detection methods are mainly based on convolutional neural networks (CNNs), with limited consideration of global attention mechanism. In this letter, we explore Transformer-like architecture for SAR change detection to incorporate global attention. To this end, we propose a convolution and attention mixer (CAMixer). First, to compensate the inductive bias for Transformer, we combine self-attention with shift convolution in a parallel way. The parallel design effectively captures the global semantic information via the self-attention and performs local feature extraction through shift convolution simultaneously. Second, we adopt a gating mechanism in the feed-forward network to enhance the non-linear feature…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote-Sensing Image Classification · Synthetic Aperture Radar (SAR) Applications and Techniques
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Byte Pair Encoding · Softmax · Dense Connections · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Residual Connection · Adam
