paper-with-me

홈 › Papers

VideoMM: Adaptive Macro-Micro Inference for Efficient Video MLLMs

2026-09-15 · Haoyu Guo, Yuan Feng, Junlin Lv, Mingjun Xiao, S Kevin Zhou, Xike Xie arxiv

Scaling Multimodal Large Language Models (MLLMs) to long-form video understanding is bottlenecked by the explosion of visual tokens, which saturates context windows and incurs prohibitive costs. Current solutions predominantly rely on auxiliary models for token reduction but face a fundamental dilemma: lightweight encoder-driven approaches often overlook critical semantic information, whereas heavyweight MLLM-driven reduction negates the efficiency gains. {In this work, we identify a more fundamental inefficiency underlying this dilemma: while fine-grained visual details are essential for detailed understanding, they are largely redundant for the preliminary task of selecting semantically relevant regions. } Motivated by this, we introduce \textbf{VideoMM}, which marks a paradigm shift from model-centric downsizing to adaptive perceptual granularity. Specifically, our framework {decouples selection from reasoning} by executing semantic filtering on a cost-effective \textit{Macro Proxy} (derived from downscaled frames), and projecting the selected regions onto high-fidelity \textit{Micro Tokens} for detailed understanding only when necessary. Extensive evaluations show that VideoMM significantly outperforms existing solutions. It achieves a 6.13$\times$ speedup and a 7.4\% accuracy gain over full-context baselines on LongVideoBench, and further accelerates inference by 2.73$\times$ over current leading methods, establishing a highly scalable paradigm for long-video understanding. Our code is available at: https://github.com/adfh917k/VideoMM.

📄 PDF Abstract BibTeX arXiv:2609.16722

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CyberV: Cybernetics for Test-time Scaling in Video Understanding

2025-06-09 · Jiahao Meng, Shuyang Sun, Yue Tan, Lu Qi 외

Current Multimodal Large Language Models (MLLMs) may struggle with understanding long or complex videos due to computational demands at test time, lack of robustness, and limited accuracy, primarily stemming from their f…

Video Understanding

Macro-from-Micro Planning for High-Quality and Parallelized Autoregressive Long Video Generation

2025-08-05 · Xunzhi Xiang, Yabo Chen, Guiyu Zhang, Zhongyu Wang 외 arxiv

Current autoregressive diffusion models excel at video generation but are generally limited to short temporal durations. Our theoretical analysis indicates that the autoregressive modeling typically suffers from temporal…

Video Generation

VisionCoach: Reinforcing Grounded Video Reasoning via Visual-Perception Prompting

2026-03-15 · Daeun Lee, Shoubin Yu, Yue Zhang, Mohit Bansal arxiv

Video reasoning requires models to locate and track question-relevant evidence across frames. While reinforcement learning (RL) with verifiable rewards improves accuracy, it still struggles to achieve reliable spatio-tem…

Reinforcement Learning

SAMM Long Videos: A Spontaneous Facial Micro- and Macro-Expressions Dataset

2019-11-04 · Chuin Hong Yap, Connah Kendrick, Moi Hoon Yap

With the growth of popularity of facial micro-expressions in recent years, the demand for long videos with micro- and macro-expressions remains high. Extended from SAMM, a micro-expressions dataset released in 2016, this…

Face Alignment

VideoRouter: Query-Adaptive Dual Routing for Efficient Long-Video Understanding

2026-05-07 · Kuanwei Lin, Wenhao Zhang, Ge Li arxiv

Video large multimodal models increasingly face a scalability bottleneck: long videos produce excessively long visual-token sequences, which sharply increase memory and latency during inference. While existing compressio…