CVDec 9, 2022

RCDT: Relational Remote Sensing Change Detection with Transformer

arXiv:2212.04869v19 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses model complexity for researchers in remote sensing change detection, but it is incremental as it builds on existing transformer and attention mechanisms.

The authors tackled the problem of model complexity in deep learning-based remote sensing change detection by introducing RCDT, a framework that unifies three common modules into a simple pipeline, achieving superior performance on four datasets compared to other methods.

Deep learning based change detection methods have received wide attentoion, thanks to their strong capability in obtaining rich features from images. However, existing AI-based CD methods largely rely on three functionality-enhancing modules, i.e., semantic enhancement, attention mechanisms, and correspondence enhancement. The stacking of these modules leads to great model complexity. To unify these three modules into a simple pipeline, we introduce Relational Change Detection Transformer (RCDT), a novel and simple framework for remote sensing change detection tasks. The proposed RCDT consists of three major components, a weight-sharing Siamese Backbone to obtain bi-temporal features, a Relational Cross Attention Module (RCAM) that implements offset cross attention to obtain bi-temporal relation-aware features, and a Features Constrain Module (FCM) to achieve the final refined predictions with high-resolution constraints. Extensive experiments on four different publically available datasets suggest that our proposed RCDT exhibits superior change detection performance compared with other competing methods. The therotical, methodogical, and experimental knowledge of this study is expected to benefit future change detection efforts that involve the cross attention mechanism.

Code Implementations1 repo
Foundations

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

Your Notes