paper-with-me

Papers

Joint Spatio-Temporal Modeling for the Semantic Change Detection in Remote Sensing Images

2022-12-10 · Lei Ding, Jing Zhang, Kai Zhang, Haitao Guo, Bing Liu, Lorenzo Bruzzone

Semantic Change Detection (SCD) refers to the task of simultaneously extracting the changed areas and the semantic categories (before and after the changes) in Remote Sensing Images (RSIs). This is more meaningful than Binary Change Detection (BCD) since it enables detailed change analysis in the observed areas. Previous works established triple-branch Convolutional Neural Network (CNN) architectures as the paradigm for SCD. However, it remains challenging to exploit semantic information with a limited amount of change samples. In this work, we investigate to jointly consider the spatio-temporal dependencies to improve the accuracy of SCD. First, we propose a Semantic Change Transformer (SCanFormer) to explicitly model the 'from-to' semantic transitions between the bi-temporal RSIs. Then, we introduce a semantic learning scheme to leverage the spatio-temporal constraints, which are coherent to the SCD task, to guide the learning of semantic changes. The resulting network (SCanNet) significantly outperforms the baseline method in terms of both detection of critical semantic changes and semantic consistency in the obtained bi-temporal results. It achieves the SOTA accuracy on two benchmark datasets for the SCD.

📄 PDF Abstract BibTeX arXiv:2212.05245

Code (3)

ggsding/scannet 공식 구현 pytorch
chenhongruixuan/mambacd
guanyuezhen/ufcd pytorch

Tasks

Change Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

TaCo: Capturing Spatio-Temporal Semantic Consistency in Remote Sensing Change Detection

2025-11-25 · Han Guo, Chenyang Liu, Haotian Zhang, Bowen Chen 외 arxiv

Remote sensing change detection (RSCD) aims to identify surface changes across bi-temporal satellite images. Most previous methods rely solely on mask supervision, which effectively guides spatial localization but provid…

Change Detection

A Decoupled Spatio-Temporal Framework for Skeleton-based Action Segmentation

2023-12-10 · Yunheng Li, Zhongyu Li, ShangHua Gao, Qilong Wang 외

Effectively modeling discriminative spatio-temporal information is essential for segmenting activities in long action sequences. However, we observe that existing methods are limited in weak spatio-temporal modeling capa…

Action SegmentationSkeleton Based Action Segmentation

Prior-guided Fusion of Multimodal Features for Change Detection from Optical-SAR Images

2026-04-07 · Xuanguang Liu, Lei Ding, Yujie Li, Chenguang Dai 외 arxiv

Multimodal change detection (MMCD) identifies changed areas in multimodal remote sensing data, demonstrating significant application value in land use monitoring and urban sustainable development. However, literature MMC…

Feature ImportanceChange Detection

ME-CPT: Multi-Task Enhanced Cross-Temporal Point Transformer for Urban 3D Change Detection

2025-01-23 · Luqi Zhang, Haiping Wang, Chong Liu, Zhen Dong 외

The point clouds collected by the Airborne Laser Scanning (ALS) system provide accurate 3D information of urban land covers. By utilizing multi-temporal ALS point clouds, semantic changes in urban area can be captured, d…

Change DetectionSemantic Segmentation

BeSTAD: Behavior-Aware Spatio-Temporal Anomaly Detection for Human Mobility Data

2025-10-14 · Junyi Xie, Jina Kim, Yao-Yi Chiang, Lingyi Zhao 외 arxiv

Traditional anomaly detection in human mobility has primarily focused on trajectory-level analysis, identifying statistical outliers or spatiotemporal inconsistencies across aggregated movement traces. However, detecting…

Anomaly Detection