A.I.R.: Enabling Adaptive, Iterative, and Reasoning-based Frame Selection For Video Question Answering
Yuanhao Zou, Shengji Jin, Andong Deng, Youpeng Zhao, Jun Wang, Chen Chen
TL;DR
The paper addresses the challenge of efficient yet accurate frame selection for VideoQA by proposing A.I.R., a training-free framework that adaptively samples events and iteratively refines a small set of high-potential frames using a reasoning-based VLM. It combines Adaptive Initial Sampling with a two-component GMM threshold to identify event-rich segments and an Interval Potential Ranking plus Localized Density Sampling loop to focus VLM analysis on promising regions, all under an adaptive budget $B$ that scales with video length. The approach yields state-of-the-art or competitive accuracy across diverse long-video benchmarks while reducing the number of frames analyzed and overall computation, demonstrating strong generalization across multiple foundation VLM backbones. It provides extensive ablations, showing the importance of reasoning-based analysis, interval-based ranking, and adaptive budgets, and offers reproducibility details and partial code for researchers to build upon.
Abstract
Effectively applying Vision-Language Models (VLMs) to Video Question Answering (VideoQA) hinges on selecting a concise yet comprehensive set of frames, as processing entire videos is computationally infeasible. However, current frame selection methods face a critical trade-off: approaches relying on lightweight similarity models, such as CLIP, often fail to capture the nuances of complex queries, resulting in inaccurate similarity scores that cannot reflect the authentic query-frame relevance, which further undermines frame selection. Meanwhile, methods that leverage a VLM for deeper analysis achieve higher accuracy but incur prohibitive computational costs. To address these limitations, we propose A.I.R., a training-free approach for Adaptive, Iterative, and Reasoning-based frame selection. We leverage a powerful VLM to perform deep, semantic analysis on complex queries, and this analysis is deployed within a cost-effective iterative loop that processes only a small batch of the most high-potential frames at a time. Extensive experiments on various VideoQA benchmarks demonstrate that our approach outperforms existing frame selection methods, significantly boosts the performance of the foundation VLM, and achieves substantial gains in computational efficiency over other VLM-based techniques.
