Papers › AdaReTaKe: Adaptive Redundancy Reduction to Perceive Longer for Video-language Understanding

AdaReTaKe: Adaptive Redundancy Reduction to Perceive Longer for Video-language Understanding

16 Mar 2025arXiv:2503.12559archive 2025-07-28

Xiao Wang, Qingyi Si, Jianlong Wu, Shiyu Zhu, Li Cao, Liqiang Nie

Multimodal Large Language Models (MLLMs) have revolutionized video understanding, yet are still limited by context length when processing long videos. Recent methods compress videos by leveraging visual redundancy uniformly, yielding promising results. Nevertheless, our quantitative analysis shows that redundancy varies significantly across time and model layers, necessitating a more flexible compression strategy. We propose AdaReTaKe, a training-free method that flexibly reduces visual redundancy by allocating compression ratios among time and layers with theoretical guarantees. Integrated into state-of-the-art MLLMs, AdaReTaKe improves processing capacity from 256 to 2048 frames while preserving critical information. Experiments on VideoMME, MLVU, LongVideoBench, and LVBench datasets demonstrate that AdaReTaKe outperforms existing methods by 2.3% and 2.8% for 7B and 72B models, respectively, with even greater improvements of 5.9% and 6.0% on the longest LVBench. Our code is available at https://github.com/SCZwangxiao/video-FlexReduc.git.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

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

sczwangxiao/video-flexreduc officialmentioned in papermentioned on GitHubpytorchMIT 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

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

1ran · our draft was wrong
1ran · fixture could not drive it
15ran
6unverified

Licence: 0 of the 23 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 sczwangxiao/video-flexreduc. “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.

repeat_kv sczwangxiao/video-flexreduc/retake/longvideo_cache.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 3c76e52815c5401d · report
evaluate_mlvu_generation sczwangxiao/video-flexreduc/retake/dataset_utils.py official repository ran MIT (permissive) · 81664204c8525de9 · report
gather_results sczwangxiao/video-flexreduc/retake/infer_eval.py official repository ran MIT (permissive) · e1e87b90e35fb630 · report
load_yaml sczwangxiao/video-flexreduc/retake/infer_eval.py official repository ran MIT (permissive) · d37f4e5bd2ad847b · report
memory_bank_compress_MALLM sczwangxiao/video-flexreduc/retake/visual_compression.py official repository ran MIT (permissive) · 6ad69145ddabafe5 · report
memory_bank_compress_MALLM_hard sczwangxiao/video-flexreduc/retake/visual_compression.py official repository ran fingerprinted MIT (permissive) · 5f9f5bd51036cfc1 · report
memory_bank_compress_keyframe sczwangxiao/video-flexreduc/retake/visual_compression.py official repository ran MIT (permissive) · 0366d231d1eb184f · report
patch_llava_onevision_config sczwangxiao/video-flexreduc/retake/monkeypatch.py official repository ran MIT (permissive) · a83c7315b78d5c2c · report
patch_qwen2_5_vl_config sczwangxiao/video-flexreduc/retake/monkeypatch.py official repository ran MIT (permissive) · d7609a472ef2dd0d · report
patch_qwen2vl_config sczwangxiao/video-flexreduc/retake/monkeypatch.py official repository ran MIT (permissive) · 8601a846757deb14 · report
retake_LlavaOnevisionForConditionalGeneration_get_chunk_size sczwangxiao/video-flexreduc/retake/llava_onevision.py official repository ran MIT (permissive) · 8a68c201ee613f88 · report
retake_LlavaOnevisionForConditionalGeneration_segment_input_ids sczwangxiao/video-flexreduc/retake/llava_onevision.py official repository ran MIT (permissive) · 7ddc25ea1dac67d2 · report
retake_Qwen2VLForConditionalGeneration_segment_input_ids sczwangxiao/video-flexreduc/retake/qwen2_vl.py official repository ran MIT (permissive) · eab30ba8c4d44a11 · report
retake_Qwen2_5_VLForConditionalGeneration_get_chunk_size sczwangxiao/video-flexreduc/retake/qwen2_5_vl.py official repository ran MIT (permissive) · e5124ec09df7329d · report
retake_Qwen2_5_VLForConditionalGeneration_segment_input_ids sczwangxiao/video-flexreduc/retake/qwen2_5_vl.py official repository ran MIT (permissive) · 676b41a7d2ba0916 · report
rotate_half sczwangxiao/video-flexreduc/retake/longvideo_cache.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · e03d53ba9d4f9ae5 · report
trimm_results sczwangxiao/video-flexreduc/retake/infer_eval.py official repository ran fingerprinted MIT (permissive) · 2a31a1d556220646 · report
apply_multimodal_rotary_pos_emb sczwangxiao/video-flexreduc/retake/longvideo_cache.py official repository unverified MIT (permissive) · 8971bec8b941516b · report
eval_mlvu_results sczwangxiao/video-flexreduc/retake/dataset_utils.py official repository unverified MIT (permissive) · 1c4242b450f2a4ac · report
eval_videomme_results sczwangxiao/video-flexreduc/retake/dataset_utils.py official repository unverified MIT (permissive) · feee0c01f58c3b2e · report
retake_Qwen2VLAttention_forward sczwangxiao/video-flexreduc/retake/qwen2_vl.py official repository unverified MIT (permissive) · b9e6d7a085769799 · report
retake_Qwen2VLForConditionalGeneration_compress_video_tokens sczwangxiao/video-flexreduc/retake/qwen2_vl.py official repository unverified MIT (permissive) · 508f605be1850961 · report
retake_Qwen2_5_VLAttention_forward sczwangxiao/video-flexreduc/retake/qwen2_5_vl.py official repository unverified MIT (permissive) · 8104fe56ba8a1b10 · report

Tasks

Video Understanding

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