paper-with-me

홈 › Papers

An LMM for Efficient Video Understanding via Reinforced Compression of Video Cubes

2025-04-21 · Ji Qi, Yuan YAO, Yushi Bai, Bin Xu, Juanzi Li, Zhiyuan Liu, Tat-Seng Chua

Large Multimodal Models (LMMs) uniformly perceive video frames, creating computational inefficiency for videos with inherently varying temporal information density. This paper present \textbf{Quicksviewer}, an LMM with new perceiving paradigm that partitions a video of nonuniform density into varying cubes using Gumbel Softmax, followed by a unified resampling for each cube to achieve efficient video understanding. This simple and intuitive approach dynamically compress video online based on its temporal density, significantly reducing spatiotemporal redundancy (overall 45$\times$ compression rate), while enabling efficient training with large receptive field. We train the model from a language backbone through three progressive stages, each incorporating lengthy videos on average of 420s/1fps thanks to the perceiving efficiency. With only 0.8M total video-text samples for training, our model outperforms the direct baseline employing a fixed partitioning strategy by a maximum of 8.72 in accuracy, demonstrating the effectiveness in performance. On Video-MME, Quicksviewer achieves SOTA under modest sequence lengths using just up to 5\% of tokens per frame required by baselines. With this paradigm, scaling up the number of input frames reveals a clear power law of the model capabilities. It is also empirically verified that the segments generated by the cubing network can help for analyzing continuous events in videos.

📄 PDF Abstract BibTeX arXiv:2504.15270

Code (0)

등록된 구현이 없습니다.

Tasks

MMEVideo MMEVideo Understanding

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Video Compression for Spatiotemporal Earth System Data

2025-06-24 · Oscar J. Pellicer-Valero, Cesar Aybar, Gustau Camps Valls

Large-scale Earth system datasets, from high-resolution remote sensing imagery to spatiotemporal climate model outputs, exhibit characteristics analogous to those of standard videos. Their inherent spatial, temporal, and…

Earth ObservationVideo Compression

Think with Grounding: Curriculum Reinforced Reasoning with Video Grounding for Long Video Understanding

2026-02-21 · Houlun Chen, Xin Wang, Guangyao Li, Yuwei Zhou 외 arxiv

Long video understanding is challenging due to rich and complicated multimodal clues in long temporal range.Current methods adopt reasoning to improve the model's ability to analyze complex video clues in long videos via…

Video Grounding

Video-MTR: Reinforced Multi-Turn Reasoning for Long Video Understanding

2025-08-28 · Yuan Xie, Tianshui Chen, Zheng Ge, Lionel Ni arxiv

Long-form video understanding, characterized by long-range temporal dependencies and multiple events, remains a challenge. Existing methods often rely on static reasoning or external visual-language models (VLMs), which …

AdaSpark: Adaptive Sparsity for Efficient Long-Video Understanding

2026-04-09 · Handong Li, Zikang Liu, Longteng Guo, Tongtian Yue 외 arxiv

Processing long-form videos with Video Large Language Models (Video-LLMs) is computationally prohibitive. Current efficiency methods often compromise fine-grained perception through irreversible information disposal or i…

ReaSon: Reinforced Causal Search with Information Bottleneck for Video Understanding

2025-11-16 · Yuan Zhou, Litao Hua, Shilong Jin, Wentao Huang 외 arxiv

Keyframe selection has become essential for video understanding with vision-language models (VLMs) due to limited input tokens and the temporal sparsity of relevant information across video frames. Video understanding of…

Reinforcement Learning