Papers › Accurate and Fast Compressed Video Captioning

Accurate and Fast Compressed Video Captioning

22 Sep 2023ICCV 2023 1arXiv:2309.12867archive 2025-07-28

Yaojie Shen, Xin Gu, Kai Xu, Heng Fan, Longyin Wen, Libo Zhang

Existing video captioning approaches typically require to first sample video frames from a decoded video and then conduct a subsequent process (e.g., feature extraction and/or captioning model learning). In this pipeline, manual frame sampling may ignore key information in videos and thus degrade performance. Additionally, redundant information in the sampled frames may result in low efficiency in the inference of video captioning. Addressing this, we study video captioning from a different perspective in compressed domain, which brings multi-fold advantages over the existing pipeline: 1) Compared to raw images from the decoded video, the compressed video, consisting of I-frames, motion vectors and residuals, is highly distinguishable, which allows us to leverage the entire video for learning without manual sampling through a specialized model design; 2) The captioning model is more efficient in inference as smaller and less redundant information is processed. We propose a simple yet effective end-to-end transformer in the compressed domain for video captioning that enables learning from the compressed video for captioning. We show that even with a simple design, our method can achieve state-of-the-art performance on different benchmarks while running almost 2x faster than existing approaches. Code is available at https://github.com/acherstyx/CoCap.

PaperPDFConference PDFCodeCode 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="2309.12867")

Code

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

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

acherstyx/CoCap 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

14 samples harvested; 10 ran; 0 honoured the contract we drafted; 4 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 · our draft was wrong
9ran
4unverified

Licence: 0 of the 14 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 acherstyx/CoCap. “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.

ActionEncoder acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 70cce7071c9c4d5b · report
AttentionPool2d acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 7ad728e4c631a807 · report
Bottleneck acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · d4142a75d5cbc67d · report
CrossResidualAttentionBlock acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 535a00a69a9002e8 · report
ModifiedResNet acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · a558f6e14ab39732 · report
ResidualAttentionBlock acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 3e212daf932326fa · report
Transformer acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · c7e8520b3d7162b0 · report
VisionTransformer acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · ead6c7478f4685ab · report
_download acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · our draft was wrong MIT (permissive) · 51e771e4d5dd1ab7 · report
available_models acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 4dc00fb79ecfe2cc · report
CLIP acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository unverified MIT (permissive) · f17aef0f80b06b5e · report
CompressedVideoTransformer acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository unverified MIT (permissive) · 4320599d9874f7f1 · report
IFrameEncoder acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository unverified MIT (permissive) · c47c27760051ac7d · report
get_model_path acherstyx/CoCap/cocap/modules/compressed_video/compressed_video_transformer.py official repository unverified MIT (permissive) · c5fae5737d69f42f · report

Tasks

Video Captioning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Captioning MSR-VTT CoCap (ViT/L14) BLEU-4 44.4 #19 of 24 Archive leaderboard report
Video Captioning MSR-VTT CoCap (ViT/L14) CIDEr 57.2 #19 of 24 Archive leaderboard report
Video Captioning MSR-VTT CoCap (ViT/L14) METEOR 30.3 #19 of 24 Archive leaderboard report
Video Captioning MSR-VTT CoCap (ViT/L14) ROUGE-L 63.4 #19 of 24 Archive leaderboard report
Video Captioning MSVD CoCap (ViT/L14) BLEU-4 60.1 #11 of 16 Archive leaderboard report
Video Captioning MSVD CoCap (ViT/L14) CIDEr 121.5 #11 of 16 Archive leaderboard report
Video Captioning MSVD CoCap (ViT/L14) METEOR 41.4 #11 of 16 Archive leaderboard report
Video Captioning MSVD CoCap (ViT/L14) ROUGE-L 78.2 #11 of 16 Archive leaderboard report
Video Captioning VATEX CoCap (ViT/L14) BLEU-4 35.8 #8 of 10 Archive leaderboard report
Video Captioning VATEX CoCap (ViT/L14) CIDEr 64.8 #8 of 10 Archive leaderboard report
Video Captioning VATEX CoCap (ViT/L14) METEOR 25.3 #8 of 10 Archive leaderboard report
Video Captioning VATEX CoCap (ViT/L14) ROUGE-L 52.0 #8 of 10 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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