paper-with-me

홈 › Papers

CDXLSTM: Boosting Remote Sensing Change Detection with Extended Long Short-Term Memory

2024-11-12 · Zhenkai Wu, Xiaowen Ma, Rongrong Lian, Kai Zheng, Wei zhang

In complex scenes and varied conditions, effectively integrating spatial-temporal context is crucial for accurately identifying changes. However, current RS-CD methods lack a balanced consideration of performance and efficiency. CNNs lack global context, Transformers are computationally expensive, and Mambas face CUDA dependence and local correlation loss. In this paper, we propose CDXLSTM, with a core component that is a powerful XLSTM-based feature enhancement layer, integrating the advantages of linear computational complexity, global context perception, and strong interpret-ability. Specifically, we introduce a scale-specific Feature Enhancer layer, incorporating a Cross-Temporal Global Perceptron customized for semantic-accurate deep features, and a Cross-Temporal Spatial Refiner customized for detail-rich shallow features. Additionally, we propose a Cross-Scale Interactive Fusion module to progressively interact global change representations with spatial responses. Extensive experimental results demonstrate that CDXLSTM achieves state-of-the-art performance across three benchmark datasets, offering a compelling balance between efficiency and accuracy. Code is available at https://github.com/xwmaxwma/rschange.

📄 PDF Abstract BibTeX arXiv:2411.07863

Code (1)

xwmaxwma/rschange 공식 구현 pytorch

Tasks

Change Detection

Similar Papers 제목 키워드 기반

DDLNet: Boosting Remote Sensing Change Detection with Dual-Domain Learning

2024-06-19 · Xiaowen Ma, Jiawei Yang, Rui Che, Huanting Zhang 외

Remote sensing change detection (RSCD) aims to identify the changes of interest in a region by analyzing multi-temporal remote sensing images, and has an outstanding value for local development monitoring. Existing RSCD …

Change Detection

A Dual Attentive Generative Adversarial Network for Remote Sensing Image Change Detection

2023-10-03 · Luyi Qiu, Xiaofeng Zhang, Chaochen Gu, and ShanYing Zhu

Remote sensing change detection between bi-temporal images receives growing concentration from researchers. However, comparing two bi-temporal images for detecting changes is challenging, as they demonstrate different ap…

Change DetectionGenerative Adversarial Network

Single-Temporal Supervised Learning for Universal Remote Sensing Change Detection

2024-06-22 · Zhuo Zheng, Yanfei Zhong, Ailong Ma, Liangpei Zhang

Bitemporal supervised learning paradigm always dominates remote sensing change detection using numerous labeled bitemporal image pairs, especially for high spatial resolution (HSR) remote sensing imagery. However, it is …

Change Detection

CD-Lamba: Boosting Remote Sensing Change Detection via a Cross-Temporal Locally Adaptive State Space Model

2025-01-26 · Zhenkai Wu, Xiaowen Ma, Rongrong Lian, Kai Zheng 외

Mamba, with its advantages of global perception and linear complexity, has been widely applied to identify changes of the target regions within the remote sensing (RS) images captured under complex scenarios and varied c…

Change DetectionMamba

Semantic-CC: Boosting Remote Sensing Image Change Captioning via Foundational Knowledge and Semantic Guidance

2024-07-19 · Yongshuo Zhu, Lu Li, Keyan Chen, Chenyang Liu 외

Remote sensing image change captioning (RSICC) aims to articulate the changes in objects of interest within bi-temporal remote sensing images using natural language. Given the limitations of current RSICC methods in expr…

Change DetectionDecoderLanguage ModellingLarge Language Model