Spatial Focused Bitemporal Interactive Network for Remote Sensing Image Change Detection
Hang Sun, Yuan YAO, Lefei Zhang, Dong Ren
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/Mryao-yuan/SFBI-NetIn paperpytorch★ 7
Abstract
Recently, transformers have been widely explored in remote sensing image change detection and achieved remarkable performance. However, most existing transformer-based change detection methods overlook exploring the spatiotemporal relationships between bitemporal images at the features within the same layer, which is crucial for learning discriminative features to perceive changes. Moreover, no explicit spatial constraint has been imposed on the final fused bitemporal features, leading to reduced detection performance on small targets. To address these issues, we propose a spatial focused bitemporal interactive network (SFBI-Net) for remote sensing image change detection. Specifically, a bitemporal spatiotemporal interactive (BSI) module is proposed, which performs global interactions on bitemporal features at the same network layer and supplements local information to obtain spatiotemporal relationships of bitemporal features for discriminative representation. Furthermore, a spatial focus diversity loss (SFD-Loss) is developed to maximize bitemporal features in the spatial dimension and further enhance the feature representation of change areas, especially small target areas. The experimental results on challenging benchmark datasets demonstrate the superiority of our SFBI-Net. The source code is available at https://github.com/Mryao-yuan/SFBI-Net.