Papers › Contribution-aware Token Compression for Efficient Video Understanding via...

Contribution-aware Token Compression for Efficient Video Understanding via Reinforcement Learning

2 Feb 2026arXiv:2602.01649added by Syntology

Yinchao Ma, Qiang Zhou, Zhibin Wang, Xianing Chen, Hanqing Yang, Jun Song, Bo Zheng

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

Video large language models have demonstrated remarkable capabilities in video understanding tasks. However, the redundancy of video tokens introduces significant computational overhead during inference, limiting their practical deployment. Many compression algorithms are proposed to prioritize retaining features with the highest attention scores to minimize perturbations in attention computations. However, the correlation between attention scores and their actual contribution to correct answers remains ambiguous. To address the above limitation, we propose a novel \textbf{C}ontribution-\textbf{a}ware token \textbf{Co}mpression algorithm for \textbf{VID}eo understanding (\textbf{CaCoVID}) that explicitly optimizes the token selection policy based on the contribution of tokens to correct predictions. First, we introduce a reinforcement learning-based framework that optimizes a policy network to select video token combinations with the greatest contribution to correct predictions. This paradigm shifts the focus from passive token preservation to active discovery of optimal compressed token combinations. Secondly, we propose a combinatorial policy optimization algorithm with online combination space sampling, which dramatically reduces the exploration space for video token combinations and accelerates the convergence speed of policy optimization. Extensive experiments on diverse video understanding benchmarks demonstrate the effectiveness of CaCoVID. Codes are available at https://github.com/LivingFutureLab/CaCoVID.

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

Code

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

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

EvolvingLMMs-Lab/lmms-eval found in paper text by SyntologyNOASSERTION report
LivingFutureLab/CaCoVID 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

16 samples harvested; 7 ran; 0 honoured the contract we drafted; 9 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.

2ran · our draft was wrong
5ran
9unverified

Licence: 16 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

escaped_split LivingFutureLab/CaCoVID/lmms_eval/lmms_eval/utils.py found in paper text by Syntology ran no licence file found · pointer only · 57e732507bad40db · report
get_sample_size LivingFutureLab/CaCoVID/lmms_eval/lmms_eval/evaluator_utils.py found in paper text by Syntology ran no licence file found · pointer only · 00f5e7d9ee6636ba · report
hash_args LivingFutureLab/CaCoVID/lmms_eval/lmms_eval/api/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 20a7cc804eb22661 · report
hash_string EvolvingLMMs-Lab/lmms-eval/lmms_eval/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 1fddd33683ef553c · report
is_json EvolvingLMMs-Lab/lmms-eval/lmms_eval/utils.py found in paper text by Syntology ran no licence file found · pointer only · ae00474f91be5441 · report
remove_none_pattern EvolvingLMMs-Lab/lmms-eval/lmms_eval/logging_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 74386ef186ff5c64 · report
request_caching_arg_to_dict EvolvingLMMs-Lab/lmms-eval/lmms_eval/evaluator.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · c44830a7722ff5f7 · report
escaped_split EvolvingLMMs-Lab/lmms-eval/lmms_eval/utils.py found in paper text by Syntology unverified licence not identified · pointer only · 29065ecbfb95eb0b · report
get_model LivingFutureLab/CaCoVID/lmms_eval/lmms_eval/api/registry.py found in paper text by Syntology unverified no licence file found · pointer only · 894f96b26abd7ab3 · report
get_sample_size EvolvingLMMs-Lab/lmms-eval/lmms_eval/evaluator_utils.py found in paper text by Syntology unverified licence not identified · pointer only · f827e5b576859cb9 · report
is_package_available EvolvingLMMs-Lab/lmms-eval/lmms_eval/imports.py found in paper text by Syntology unverified licence not identified · pointer only · 4baf9c8d86f47526 · report
make_lazy_getattr EvolvingLMMs-Lab/lmms-eval/lmms_eval/imports.py found in paper text by Syntology unverified licence not identified · pointer only · 7e8f1163e46a3004 · report
optional_import EvolvingLMMs-Lab/lmms-eval/lmms_eval/imports.py found in paper text by Syntology unverified licence not identified · pointer only · c845139271f3b6e1 · report
register_group LivingFutureLab/CaCoVID/lmms_eval/lmms_eval/api/registry.py found in paper text by Syntology unverified no licence file found · pointer only · 1bbf582194532683 · report
register_task LivingFutureLab/CaCoVID/lmms_eval/lmms_eval/api/registry.py found in paper text by Syntology unverified no licence file found · pointer only · 6a4a70c8a645fde8 · report
run_models EvolvingLMMs-Lab/lmms-eval/lmms_eval/cli/models_cmd.py found in paper text by Syntology unverified licence not identified · pointer only · 214f63d400f75b96 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.01649, was issued in February 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