CVIVAug 13, 2021

Bi-Temporal Semantic Reasoning for the Semantic Change Detection in HR Remote Sensing Images

arXiv:2108.06103v4218 citationsHas Code
AI Analysis

This work addresses the need for fine-grained land-cover change analysis in remote sensing applications, representing an incremental improvement over prior triple-branch CNN approaches.

The paper tackles the problem of semantic change detection in high-resolution remote sensing images by proposing a novel CNN architecture, Bi-SRNet, which improves accuracy over existing methods by enhancing communication between temporal and change branches and incorporating semantic reasoning blocks.

Semantic change detection (SCD) extends the multi-class change detection (MCD) task to provide not only the change locations but also the detailed land-cover/land-use (LCLU) categories before and after the observation intervals. This fine-grained semantic change information is very useful in many applications. Recent studies indicate that the SCD can be modeled through a triple-branch Convolutional Neural Network (CNN), which contains two temporal branches and a change branch. However, in this architecture, the communications between the temporal branches and the change branch are insufficient. To overcome the limitations in existing methods, we propose a novel CNN architecture for the SCD, where the semantic temporal features are merged in a deep CD unit. Furthermore, we elaborate on this architecture to reason the bi-temporal semantic correlations. The resulting Bi-temporal Semantic Reasoning Network (Bi-SRNet) contains two types of semantic reasoning blocks to reason both single-temporal and cross-temporal semantic correlations, as well as a novel loss function to improve the semantic consistency of change detection results. Experimental results on a benchmark dataset show that the proposed architecture obtains significant accuracy improvements over the existing approaches, while the added designs in the Bi-SRNet further improves the segmentation of both semantic categories and the changed areas. The codes in this paper are accessible at: github.com/ggsDing/Bi-SRNet.

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