Papers › RSCaMa: Remote Sensing Image Change Captioning with State Space Model

RSCaMa: Remote Sensing Image Change Captioning with State Space Model

29 Apr 2024arXiv:2404.18895archive 2025-07-28

Chenyang Liu, Keyan Chen, Bowen Chen, Haotian Zhang, Zhengxia Zou, Zhenwei Shi

Remote Sensing Image Change Captioning (RSICC) aims to describe surface changes between multi-temporal remote sensing images in language, including the changed object categories, locations, and dynamics of changing objects (e.g., added or disappeared). This poses challenges to spatial and temporal modeling of bi-temporal features. Despite previous methods progressing in the spatial change perception, there are still weaknesses in joint spatial-temporal modeling. To address this, in this paper, we propose a novel RSCaMa model, which achieves efficient joint spatial-temporal modeling through multiple CaMa layers, enabling iterative refinement of bi-temporal features. To achieve efficient spatial modeling, we introduce the recently popular Mamba (a state space model) with a global receptive field and linear complexity into the RSICC task and propose the Spatial Difference-aware SSM (SD-SSM), overcoming limitations of previous CNN- and Transformer-based methods in the receptive field and computational complexity. SD-SSM enhances the model's ability to capture spatial changes sharply. In terms of efficient temporal modeling, considering the potential correlation between the temporal scanning characteristics of Mamba and the temporality of the RSICC, we propose the Temporal-Traversing SSM (TT-SSM), which scans bi-temporal features in a temporal cross-wise manner, enhancing the model's temporal understanding and information interaction. Experiments validate the effectiveness of the efficient joint spatial-temporal modeling and demonstrate the outstanding performance of RSCaMa and the potential of the Mamba in the RSICC task. Additionally, we systematically compare three different language decoders, including Mamba, GPT-style decoder, and Transformer decoder, providing valuable insights for future RSICC research. The code will be available at \emph{\url{https://github.com/Chen-Yang-Liu/RSCaMa}}

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.18895")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 5 ran · our draft was wrong; 3 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chen-yang-liu/rscama officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
5ran · our draft was wrong
3ran
2unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from chen-yang-liu/rscama. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy chen-yang-liu/rscama/utils_tool/utils.py official repository ran no licence file found · pointer only · 9e1b1095be7199b3 · report
accuracy_v0 chen-yang-liu/rscama/utils_tool/utils.py official repository ran no licence file found · pointer only · 0a9ba2975876b346 · report
build_vocab chen-yang-liu/rscama/preprocess_data.py official repository ran no licence file found · pointer only · 922e2a3d44a7cf41 · report
cook_refs chen-yang-liu/rscama/eval_func/cider/cider_scorer.py official repository ran · our draft was wrong no licence file found · pointer only · 4c1b107103b7c856 · report
cook_test chen-yang-liu/rscama/eval_func/cider/cider_scorer.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 3573c4bc85f65dfd · report
encode chen-yang-liu/rscama/preprocess_data.py official repository ran · violated contract no licence file found · pointer only · 9939e4093b93c961 · report
precook chen-yang-liu/rscama/eval_func/bleu/bleu_scorer.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · ec4448373d72d636 · report
precook chen-yang-liu/rscama/eval_func/cider/cider_scorer.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9560e3e3e41bc1b2 · report
tokenize chen-yang-liu/rscama/preprocess_data.py official repository ran · our draft was wrong no licence file found · pointer only · c6e897c47140c3e2 · report
cook_refs chen-yang-liu/rscama/eval_func/bleu/bleu_scorer.py official repository unverified no licence file found · pointer only · 7586e1d32f7325f7 · report
cook_test chen-yang-liu/rscama/eval_func/bleu/bleu_scorer.py official repository unverified no licence file found · pointer only · 019ae8bc6f98133f · report

Tasks

DecoderMamba

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutFocusLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections