Papers › LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding

LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding

22 Oct 2024arXiv:2410.17434archive 2025-07-28

Xiaoqian Shen, Yunyang Xiong, Changsheng Zhao, Lemeng Wu, Jun Chen, Chenchen Zhu, Zechun Liu, Fanyi Xiao, Balakrishnan Varadarajan, Florian Bordes, Zhuang Liu, Hu Xu, Hyunwoo J. Kim, Bilge Soran, Raghuraman Krishnamoorthi, Mohamed Elhoseiny, Vikas Chandra

Multimodal Large Language Models (MLLMs) have shown promising progress in understanding and analyzing video content. However, processing long videos remains a significant challenge constrained by LLM's context size. To address this limitation, we propose LongVU, a spatiotemporal adaptive compression mechanism thats reduces the number of video tokens while preserving visual details of long videos. Our idea is based on leveraging cross-modal query and inter-frame dependencies to adaptively reduce temporal and spatial redundancy in videos. Specifically, we leverage DINOv2 features to remove redundant frames that exhibit high similarity. Then we utilize text-guided cross-modal query for selective frame feature reduction. Further, we perform spatial token reduction across frames based on their temporal dependencies. Our adaptive compression strategy effectively processes a large number of frames with little visual information loss within given context length. Our LongVU consistently surpass existing methods across a variety of video understanding benchmarks, especially on hour-long video understanding tasks such as VideoMME and MLVU. Given a light-weight LLM, our LongVU also scales effectively into a smaller size with state-of-the-art video understanding performance.

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

Code

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

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

Vision-CAIR/LongVU officialmentioned 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

11 samples harvested; 6 ran; 0 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 · our draft was wrong
4ran · fixture could not drive it
1ran
5unverified

Licence: 0 of the 11 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 Vision-CAIR/LongVU. “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.

divide_to_patches Vision-CAIR/LongVU/longvu/mm_utils.py official repository ran Apache-2.0 (permissive) · 7e03b180fa317c9a · report
find_all_linear_names Vision-CAIR/LongVU/longvu/mm_datautils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · c774723322f1f9c6 · report
select_best_resolution Vision-CAIR/LongVU/longvu/mm_utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 3999ff487573f32c · report
split_to_even_chunks Vision-CAIR/LongVU/longvu/mm_trainer.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 10893c4608c08075 · report
unmask_attention_mask Vision-CAIR/LongVU/longvu/cambrian_arch.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · fd89ea82cae32f5d · report
unpad_image Vision-CAIR/LongVU/longvu/cambrian_arch.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 83d2977826140fdc · report
get_length_grouped_indices Vision-CAIR/LongVU/longvu/mm_trainer.py official repository unverified Apache-2.0 (permissive) · fac53f6bae1b69a4 · report
get_mm_adapter_state_maybe_zero_3 Vision-CAIR/LongVU/longvu/mm_datautils.py official repository unverified Apache-2.0 (permissive) · 2ed115fa11e791e8 · report
get_modality_length_grouped_indices Vision-CAIR/LongVU/longvu/mm_trainer.py official repository unverified Apache-2.0 (permissive) · 704c4eee7dd02a27 · report
maybe_zero_3 Vision-CAIR/LongVU/longvu/mm_datautils.py official repository unverified Apache-2.0 (permissive) · 25aaa1a93cc25f4d · report
resize_and_pad_image Vision-CAIR/LongVU/longvu/mm_utils.py official repository unverified Apache-2.0 (permissive) · d964d4c8ae68d31b · report

Tasks

Token ReductionVideo Question AnsweringVideo UnderstandingZero-Shot Video Question Answer

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Question Answering MVBench LongVU (7B) Avg. 66.9 #4 of 22 Archive leaderboard report
Zero-Shot Video Question Answer EgoSchema (fullset) LongVU (7B) Accuracy 67.6 #4 of 29 Archive leaderboard report
Zero-Shot Video Question Answer Video-MME LongVU (7B) Accuracy (%) 60.6 #10 of 11 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