CVLGMay 30

Towards Sparse Video Understanding and Reasoning

arXiv:2602.1360297.8h-index: 13Has Code
AI Analysis

For practitioners of video understanding, this work offers a practical method to reduce computational cost while maintaining or improving accuracy in VQA tasks.

The paper introduces REVISE, a multi-round agent for video question answering that selects informative frames, maintains a summary, and stops early when confident. It improves accuracy while reducing frames, rounds, and prompt tokens across multiple VQA benchmarks.

We present \revise (\underline{Re}asoning with \underline{Vi}deo \underline{S}parsity), a multi-round agent for video question answering (VQA). Instead of uniformly sampling frames, \revise selects a small set of informative frames, maintains a summary-as-state across rounds, and stops early when confident. It supports proprietary vision-language models (VLMs) in a ``plug-and-play'' setting and enables reinforcement fine-tuning for open-source models. For fine-tuning, we introduce EAGER (Evidence-Adjusted Gain for Efficient Reasoning), an annotation-free reward with three terms: (1) Confidence gain: after new frames are added, we reward the increase in the log-odds gap between the correct option and the strongest alternative; (2) Summary sufficiency: at answer time we re-ask using only the last committed summary and reward success; (3) Correct-and-early stop: answering correctly within a small turn budget is rewarded. Across multiple VQA benchmarks, \revise improves accuracy while reducing frames, rounds, and prompt tokens, demonstrating practical sparse video reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes