๐ค AI Summary
To address the challenges of data scarcity and inadequate modeling of spatial semantics and structural continuity in high-spatial-resolution remote sensing water body change detection (WBCD), this paper introduces HSRW-CDโthe first WBCD benchmark dataset with spatial resolution superior to 3 metersโand proposes the Spatial-Semantic and Continuity-aware Attention (SSCP) module. SSCP jointly models water body spatial semantic priors and topological continuity by integrating Multi-Semantic Spatial Attention (MSA), Structural-Relation Guided Global Attention (SRGA), and Channel-wise Self-Attention (CSA). Designed as a plug-and-play component, SSCP significantly improves the performance of mainstream change detection models on both HSRW-CD and Water-CD, enhancing discriminability of water body features. Experimental results demonstrate its strong generalizability and cross-dataset transferability.
๐ Abstract
Remote sensing Water Body Change Detection (WBCD) aims to detect water body surface changes from bi-temporal images of the same geographic area. Recently, the scarcity of high spatial resolution datasets for WBCD restricts its application in urban and rural regions, which require more accurate positioning. Meanwhile, previous deep learning-based methods fail to comprehensively exploit the spatial semantic and structural information in deep features in the change detection networks. To resolve these concerns, we first propose a new dataset, HSRW-CD, with a spatial resolution higher than 3 meters for WBCD. Specifically, it contains a large number of image pairs, widely covering various water body types. Besides, a Spatial Semantics and Continuity Perception (SSCP) attention module is designed to fully leverage both the spatial semantics and structure of deep features in the WBCD networks, significantly improving the discrimination capability for water body. The proposed SSCP has three components: the Multi-Semantic spatial Attention (MSA), the Structural Relation-aware Global Attention (SRGA), and the Channel-wise Self-Attention (CSA). The MSA enhances the spatial semantics of water body features and provides precise spatial semantic priors for the CSA. Then, the SRGA further extracts spatial structure to learn the spatial continuity of the water body. Finally, the CSA utilizes the spatial semantic and structural priors from the MSA and SRGA to compute the similarity across channels. Specifically designed as a plug-and-play module for water body deep features, the proposed SSCP allows integration into existing WBCD models. Numerous experiments conducted on the proposed HSRW-CD and Water-CD datasets validate the effectiveness and generalization of the SSCP. The code of this work and the HSRW-CD dataset will be accessed at https://github.com/QingMa1/SSCP.