Papers › CCExpert: Advancing MLLM Capability in Remote Sensing Change Captioning with...

CCExpert: Advancing MLLM Capability in Remote Sensing Change Captioning with Difference-Aware Integration and a Foundational Dataset

18 Nov 2024arXiv:2411.11360archive 2025-07-28

Zhiming Wang, Mingze Wang, Sheng Xu, Yanjing Li, Baochang Zhang

Remote Sensing Image Change Captioning (RSICC) aims to generate natural language descriptions of surface changes between multi-temporal remote sensing images, detailing the categories, locations, and dynamics of changed objects (e.g., additions or disappearances). Many current methods attempt to leverage the long-sequence understanding and reasoning capabilities of multimodal large language models (MLLMs) for this task. However, without comprehensive data support, these approaches often alter the essential feature transmission pathways of MLLMs, disrupting the intrinsic knowledge within the models and limiting their potential in RSICC. In this paper, we propose a novel model, CCExpert, based on a new, advanced multimodal large model framework. Firstly, we design a difference-aware integration module to capture multi-scale differences between bi-temporal images and incorporate them into the original image context, thereby enhancing the signal-to-noise ratio of differential features. Secondly, we constructed a high-quality, diversified dataset called CC-Foundation, containing 200,000 image pairs and 1.2 million captions, to provide substantial data support for continue pretraining in this domain. Lastly, we employed a three-stage progressive training process to ensure the deep integration of the difference-aware integration module with the pretrained MLLM. CCExpert achieved a notable performance of S^*ₘ=81.80 on the LEVIR-CC benchmark, significantly surpassing previous state-of-the-art methods. The code and part of the dataset will soon be open-sourced at https://github.com/Meize0729/CCExpert.

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="2411.11360")

Code

Syntology Ran 9 of 16 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 16 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.

meize0729/ccexpert officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

16 samples harvested; 9 ran; 1 honoured the contract we drafted; 7 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 · honoured contract
6ran · our draft was wrong
2ran · fixture could not drive it
7unverified

Licence: 0 of the 16 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 meize0729/ccexpert. “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.

cook_refs meize0729/ccexpert/eval_func/cider/cider_scorer.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4c1b107103b7c856 · report
cook_test meize0729/ccexpert/eval_func/cider/cider_scorer.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 3573c4bc85f65dfd · report
extract_patches meize0729/ccexpert/llava/mm_utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · b0a851cae92754ff · report
get_chunk meize0729/ccexpert/llava/eval/model_vqa.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 42a46570620cd9fa · report
load_image meize0729/ccexpert/predict.py official repository ran · honoured contract Apache-2.0 (permissive) · 9b3c1cb391672ccb · report
precook meize0729/ccexpert/eval_func/bleu/bleu_scorer.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · ec4448373d72d636 · report
precook meize0729/ccexpert/eval_func/cider/cider_scorer.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 9560e3e3e41bc1b2 · report
split_list meize0729/ccexpert/llava/eval/model_vqa.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 076c252c52cbb161 · report
unpad_image meize0729/ccexpert/llava/model/llava_arch.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 7606525af238fb64 · report
auto_pad_images meize0729/ccexpert/llava/mm_utils.py official repository unverified Apache-2.0 (permissive) · 3c8823948724e269 · report
convert_to_scalar meize0729/ccexpert/trl/core.py official repository unverified Apache-2.0 (permissive) · c32b636f13ed9ee5 · report
cook_refs meize0729/ccexpert/eval_func/bleu/bleu_scorer.py official repository unverified Apache-2.0 (permissive) · 7586e1d32f7325f7 · report
cook_test meize0729/ccexpert/eval_func/bleu/bleu_scorer.py official repository unverified Apache-2.0 (permissive) · 019ae8bc6f98133f · report
flatten_dict meize0729/ccexpert/trl/core.py official repository unverified Apache-2.0 (permissive) · a51ae45a1f6c0b5b · report
resize_and_center_crop meize0729/ccexpert/llava/mm_utils.py official repository unverified Apache-2.0 (permissive) · c80358dff96c25ce · report
top_k_top_p_filtering meize0729/ccexpert/trl/core.py official repository unverified Apache-2.0 (permissive) · 2c3da386578af970 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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