ReQuest: Rethinking-based Question-Aware Frame Selection for Long-Form Video QA
Summary
ReQuest is an uncertainty-driven, question-adaptive keyframe selection pipeline designed to improve long-form video Question Answering (QA) for Multimodal Large Language Models (MLLMs) operating under fixed input token budgets. It addresses the inefficiency of uniform sampling for evidence localization in long videos. The pipeline integrates a lightweight question-aware selector, distilled from MLLM-generated supervision, a Re-thinking Routing mechanism that triggers additional inference only when the model is uncertain, and uncertainty-guided adaptive non-maximum suppression for selecting temporally diverse frames. As a plug-and-play method, ReQuest enhances long-video QA without requiring modification or fine-tuning of the underlying MLLM. Experiments on Video-MME, MLVU, and LongVideoBench show consistent accuracy gains with competitive computational cost, particularly for medium and long video regimes.
Key takeaway
For Machine Learning Engineers or AI Scientists working with Multimodal Large Language Models on video QA, especially with long-form content and constrained token budgets, you should consider integrating ReQuest. This method offers a proven way to achieve consistent accuracy gains and improve efficiency without the need to fine-tune your existing MLLMs. Evaluate its plug-and-play capability to enhance performance on medium and long video datasets.
Key insights
ReQuest improves long-form video QA for MLLMs via uncertainty-driven, question-adaptive keyframe selection.
Principles
- Uncertainty-driven selection optimizes MLLM video processing.
- Question-aware frame selection enhances relevance for long videos.
- Adaptive non-maximum suppression improves temporal diversity.
Method
ReQuest integrates a question-aware selector, Re-thinking Routing (triggers inference on uncertainty), and uncertainty-guided adaptive non-maximum suppression (selects diverse frames, adjusts spacing).
In practice
- Apply ReQuest as a plug-and-play method.
- Improve long-video QA without MLLM fine-tuning.
Topics
- Multimodal Large Language Models
- Video QA
- Keyframe Selection
- Long-form Video
- Uncertainty-driven AI
- Computer Vision
Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.