SOTAVerified

Changer: Feature Interaction is What You Need for Change Detection

2022-09-17Code Available0· sign in to hype

Sheng Fang, Kaiyu Li, Zhe Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Change detection is an important tool for long-term earth observation missions. It takes bi-temporal images as input and predicts "where" the change has occurred. Different from other dense prediction tasks, a meaningful consideration for change detection is the interaction between bi-temporal features. With this motivation, in this paper we propose a novel general change detection architecture, MetaChanger, which includes a series of alternative interaction layers in the feature extractor. To verify the effectiveness of MetaChanger, we propose two derived models, ChangerAD and ChangerEx with simple interaction strategies: Aggregation-Distribution (AD) and "exchange". AD is abstracted from some complex interaction methods, and "exchange" is a completely parameter\&computation-free operation by exchanging bi-temporal features. In addition, for better alignment of bi-temporal features, we propose a flow dual-alignment fusion (FDAF) module which allows interactive alignment and feature fusion. Crucially, we observe Changer series models achieve competitive performance on different scale change detection datasets. Further, our proposed ChangerAD and ChangerEx could serve as a starting baseline for future MetaChanger design.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
LEVIR-CDChanger (Ex, ResNeSt101)F192.33Unverified
LEVIR-CDChanger (Ex, ResNeSt50)F192.19Unverified
LEVIR-CDChanger (Ex, ResNet-18)F191.77Unverified
S2LookingChanger (Ex, ResNet-18)F1-Score66.2Unverified

Reproductions