Paper Overview
Field: Computer Vision (CV) Authors: Arkaprava Sinha, Dominick Reilly, Siddharth Krishnan Published: 2026-06-20 arXiv: 2506.16650
Background
Long video question answering (LVQA) requires identifying sparse, query-relevant evidence within hours-long untrimmed videos. Existing approaches fall into two camps:
- Dense processing with large VLMs: computationally prohibitive at scale.
- Sparse caption-based reasoning: often misses temporal grounding and motion-centric evidence.
- Outperforms the strongest baseline on OTB by 7.3%.
- Reduces VLM calls by 75% and inference cost by 93%.
- Without explicit temporal grounding training, achieves competitive performance on Charades-STA; combining with a grounding VLM reaches state-of-the-art.
Proposed Method
TimeProVe is a cost-efficient hybrid framework for long video temporal grounding reasoning that follows a propose-then-verify paradigm:
1. A lightweight module generates action-based candidate answers and evidence hypotheses. 2. Expensive VLM calls are reserved only for targeted verification of these hypotheses.
The core of the framework is the Action-based Candidate Evidence (ACE) module, which uses lightweight LLM reasoning to convert temporally grounded actions into query-conditioned candidate answers and supporting evidence windows.
New Benchmark
The authors also introduce OpenTSUBench (OTB), an open-ended benchmark for evaluating temporal grounding reasoning in real-world activities of daily living (ADL) scenarios.
Results
*Auto-collected on 2026-06-21.*