SOTAVerified

SChanger: Change Detection from a Semantic Change and Spatial Consistency Perspective

2025-03-26Code Available1· sign in to hype

Ziyu Zhou, Keyan Hu, Yutian Fang, Xiaoping Rui

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Change detection is a key task in Earth observation applications. Recently, deep learning methods have demonstrated strong performance and widespread application. However, change detection faces data scarcity due to the labor-intensive process of accurately aligning remote sensing images of the same area, which limits the performance of deep learning algorithms. To address the data scarcity issue, we develop a fine-tuning strategy called the Semantic Change Network (SCN). We initially pre-train the model on single-temporal supervised tasks to acquire prior knowledge of instance feature extraction. The model then employs a shared-weight Siamese architecture and extended Temporal Fusion Module (TFM) to preserve this prior knowledge and is fine-tuned on change detection tasks. The learned semantics for identifying all instances is changed to focus on identifying only the changes. Meanwhile, we observe that the locations of changes between the two images are spatially identical, a concept we refer to as spatial consistency. We introduce this inductive bias through an attention map that is generated by large-kernel convolutions and applied to the features from both time points. This enhances the modeling of multi-scale changes and helps capture underlying relationships in change detection semantics. We develop a binary change detection model utilizing these two strategies. The model is validated against state-of-the-art methods on six datasets, surpassing all benchmark methods and achieving F1 scores of 92.87%, 86.43%, 68.95%, 97.62%, 84.58%, and 93.20% on the LEVIR-CD, LEVIR-CD+, S2Looking, CDD, SYSU-CD, and WHU-CD datasets, respectively.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CDD Dataset (season-varying)SChanger-smallF1-Score95.75Unverified
CDD Dataset (season-varying)SChanger-baseF1-Score97.62Unverified
LEVIR+SChanger-baseF186.43Unverified
LEVIR+SChanger-smallF186.2Unverified
LEVIR-CDSChanger-smallF192.45Unverified
LEVIR-CDSChanger-baseF192.87Unverified
S2LookingSChanger-baseF1-Score68.95Unverified
S2LookingSChanger-smallF1-Score68.2Unverified
SYSU-CDSChanger-baseF184.17Unverified
SYSU-CDSChanger-smallF184.58Unverified
WHU-CDSChanger-smallF193.15Unverified
WHU-CDSChanger-baseF193.2Unverified

Reproductions