paper-with-me

Papers

Adaptive Keyframe Sampling for Long Video Understanding

2025-01-01 · CVPR 2025 1 · Xi Tang, Jihao Qiu, Lingxi Xie, Yunjie Tian, Jianbin Jiao, Qixiang Ye

Multimodal large language models (MLLMs) have enabled open-world visual understanding by injecting visual input as extra tokens into large language models (LLMs) as contexts. However, when the visual input changes from a single image to a long video, the above paradigm encounters difficulty because the vast amount of video tokens has significantly exceeded the maximal capacity of MLLMs. Therefore, existing video-based MLLMs are mostly established upon sampling a small portion of tokens from input data, which can cause key information to be lost and thus produce incorrect answers. This paper presents a simple yet effective algorithm named Adaptive Keyframe Sampling (AKS). It inserts a plug-and-play module known as keyframe selection, which aims to maximize the useful information with a fixed number of video tokens. We formulate keyframe selection as an optimization involving (1) the relevance between the keyframes and the prompt, and (2) the coverage of the keyframes over the video, and present an adaptive algorithm to approximate the best solution. Experiments on two long video understanding benchmarks validate that AKS improves video QA accuracy (beyond strong baselines) upon selecting informative keyframes. Our study reveals the importance of information pre-filtering in video-based MLLMs. Our code are available at https://github.com/ncTimTang/AKS

📄 PDF Abstract BibTeX

Code (1)

nctimtang/aks 공식 구현 pytorch

Tasks

Video Understanding

Similar Papers 제목 키워드 기반

Towards Fast and Effective Long Video Understanding of Multimodal Large Language Models via Adaptive Quasi-Gaussian Sampling

2026-06-23 · Kun Zhang, Chenxin Fang, Tao Chen, Baiyang Song 외 arxiv

Long video understanding remains a daunting challenge for Multimodal Large Language Models (MLLMs) due to the excessive computation and memory footprint. Thus, keyframe selection is often adopted to mitigate this shortco…

AdaRD-key: Adaptive Relevance-Diversity Keyframe Sampling for Long-form Video understanding

2025-10-03 · Xian Zhang, Zexi Wu, Zinuo Li, Hongming Xu 외 arxiv

Understanding long-form videos remains a significant challenge for vision--language models (VLMs) due to their extensive temporal length and high information density. Most current multimodal large language models (MLLMs)…

EventSTU: Event-Guided Efficient Spatio-Temporal Understanding for Video Large Language Models

2025-11-24 · Wenhao Xu, Xin Dong, Yue Li, Haoyuan Shi 외 arxiv

Video large language models have demonstrated strong video understanding capabilities but suffer from high inference costs due to the massive number of tokens in long videos. Inspired by event-based vision, we propose an…

Event-based vision

Query-Conditioned Evidential Keyframe Sampling for MLLM-Based Long-Form Video Understanding

2026-04-01 · Yiheng Wang, Lichen Zhu, Yueqian Lin, Yudong Liu 외 arxiv

Multimodal Large Language Models (MLLMs) have shown strong performance on video question answering, but their application to long-form videos is constrained by limited context length and computational cost, making keyfra…

Video Question AnsweringReinforcement Learning

TSPO: Temporal Sampling Policy Optimization for Long-form Video Language Understanding

2025-08-06 · Canhui Tang, Zifan Han, Hongbo Sun, Sanping Zhou 외 arxiv

Multimodal Large Language Models (MLLMs) have demonstrated significant progress in vision-language tasks, yet they still face challenges when processing long-duration video inputs. The limitation arises from MLLMs' conte…

Reinforcement Learning