Papers › Imagine How To Change: Explicit Procedure Modeling for Change Captioning

Imagine How To Change: Explicit Procedure Modeling for Change Captioning

6 Mar 2026arXiv:2603.05969added by Syntology

Jiayang Sun, Zixin Guo, Min Cao, Guibo Zhu, Jorma Laaksonen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Change captioning generates descriptions that explicitly describe the differences between two visually similar images. Existing methods operate on static image pairs, thus ignoring the rich temporal dynamics of the change procedure, which is the key to understand not only what has changed but also how it occurs. We introduce ProCap, a novel framework that reformulates change modeling from static image comparison to dynamic procedure modeling. ProCap features a two-stage design: The first stage trains a procedure encoder to learn the change procedure from a sparse set of keyframes. These keyframes are obtained by automatically generating intermediate frames to make the implicit procedural dynamics explicit and then sampling them to mitigate redundancy. Then the encoder learns to capture the latent dynamics of these keyframes via a caption-conditioned, masked reconstruction task. The second stage integrates this trained encoder within an encoder-decoder model for captioning. Instead of relying on explicit frames from the previous stage -- a process incurring computational overhead and sensitivity to visual noise -- we introduce learnable procedure queries to prompt the encoder for inferring the latent procedure representation, which the decoder then translates into text. The entire model is then trained end-to-end with a captioning loss, ensuring the encoder's output is both temporally coherent and captioning-aligned. Experiments on three datasets demonstrate the effectiveness of ProCap. Code and pre-trained models are available at https://github.com/BlueberryOreo/ProCap

PaperPDFCode 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="2603.05969")

Code

Syntology Ran 15 of 20 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

BlueberryOreo/ProCap found in paper text by Syntology report

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

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

Licence: 0 of the 20 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 BlueberryOreo/ProCap. “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.

BertEmbeddingsWithVideo BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · abd4f889c6b0d149 · report
BertIntermediate BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · c2992f5c466c17d4 · report
BertLMPredictionHead BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · c080e6051838cc3f · report
BertLayerNorm BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 72b3695069bfff7f · report
BertOutput BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran MIT (permissive) · 5d7bf02e4a7c75a1 · report
BertPredictionHeadTransform BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · eb5a0cd7b5624311 · report
BertSelfAttention BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 202febc467fcdff1 · report
BertSelfOutput BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran MIT (permissive) · bdf10bafd164be1e · report
LabelSmoothingLoss BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · fa8f4c716c5e5c8d · report
MemoryInitializer BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b51032654d0febc7 · report
PositionEncoding BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran MIT (permissive) · f92321e2b4118573 · report
gelu BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 69e3a274f98c15af · report
make_pad_shifted_mask BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 3befd1ee0de1a35c · report
make_shifted_mask BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 07c16e3ceab7e69f · report
make_video_only_mask BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 7acb8a8c22a85dac · report
BertAttention BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology unverified MIT (permissive) · 3617108a2e6ec403 · report
BertEncoderWithMemory BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology unverified MIT (permissive) · 0a49cab991d7f6a6 · report
BertLayerWithMemory BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology unverified MIT (permissive) · efc5dccde661017b · report
MemoryUpdater BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology unverified MIT (permissive) · d7d40410314464bf · report
RecursiveTransformer BlueberryOreo/ProCap/src/rtransformer/model.py found in paper text by Syntology unverified MIT (permissive) · cdbd32a11c67f907 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.05969, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

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