paper-with-me

홈 › Papers

Less is More: Token-Efficient Video-QA via Adaptive Frame-Pruning and Semantic Graph Integration

2025-08-05 · Shaoguang Wang, Weiyu Guo, Ziyang Chen, Yijie Xu, Xuming Hu, Hui Xiong arxiv

The practical application of Multimodal Large Language Models (MLLMs) to Video Question Answering (Video-QA) is severely hindered by the high token cost of processing numerous video frames. While keyframe selection is the dominant strategy for mitigating this, we identify a critical flaw: even state-of-the-art selectors produce prompts suffering from significant temporal redundancy, a challenge unique to video that we term 'visual echoes'. This issue leads to context dilution and can paradoxically degrade performance. To address this dual challenge, we propose a novel refinement framework that synergistically combines Adaptive Frame-Pruning(AFP) with a lightweight text-based semantic graph. AFP intelligently prunes 'visual echoes' by adaptively clustering frames, while the semantic graph provides crucial, low-cost semantic compensation. Conducting extensive experiments on the LongVideoBench and Video-MME benchmarks against multiple state-of-the-art selectors, our approach demonstrates a drastic reduction in total input tokens by up to 82.2%. Crucially, by creating a concise, high-quality prompt, our framework not only enhances efficiency but also demonstrates a remarkable ability to robustify and improve the accuracy of upstream selectors, achieving results that are highly competitive with, and often superior to, baselines that use vastly more frames.

📄 PDF Abstract BibTeX arXiv:2508.03337

Code (0)

등록된 구현이 없습니다.

Tasks

Video Question Answering

Similar Papers 제목 키워드 기반

Extending Video Masked Autoencoders to 128 frames

2024-11-20 · Neural Information Processing Systems 2024 9 · Nitesh Bharadwaj Gundavarapu, Luke Friedman, Raghav Goyal, Chaitra Hegde 외

Video understanding has witnessed significant progress with recent video foundation models demonstrating strong performance owing to self-supervised pre-training objectives; Masked Autoencoders (MAE) being the design of …

DecoderVideo Understanding

DynaTok: Temporally Adaptive and Positional Bias-Aware Token Compression for Video-LLMs

2026-05-19 · Minyoung Park, Taehun Kong, Sangjun Ahn arxiv

Recent advances in Video Large Language Models (Video-LLMs) have greatly expanded multimodal reasoning capabilities. However, the massive number of visual tokens extracted from long video sequences incurs prohibitive com…

Multimodal Reasoning

ElasticTok: Adaptive Tokenization for Image and Video

2024-10-10 · Wilson Yan, Volodymyr Mnih, Aleksandra Faust, Matei Zaharia 외

Efficient video tokenization remains a key bottleneck in learning general purpose vision models that are capable of processing long video sequences. Prevailing approaches are restricted to encoding videos to a fixed numb…

Learning Adaptive and Temporally Causal Video Tokenization in a 1D Latent Space

2025-05-22 · Yan Li, Changyao Tian, Renqiu Xia, Ning Liao 외

We propose AdapTok, an adaptive temporal causal video tokenizer that can flexibly allocate tokens for different frames based on video content. AdapTok is equipped with a block-wise masking strategy that randomly drops ta…

Video Reconstruction

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…