Video-in-the-Loop: Span-Grounded Long Video QA with Interleaved Reasoning
Abstract
Lay Summary
Long videos often contain only a few moments that are needed to answer a question, but today’s video AI systems usually sample frames uniformly and waste much of their limited budget on irrelevant content. This makes long-video question answering less accurate and harder to verify, because the model may give an answer without clearly showing where in the video the evidence came from. We introduce Video-in-the-Loop (ViTL), a two-stage method that first quickly skims the whole video to find the relevant time spans, then zooms into those spans to answer the question using more detailed visual information. To train this behavior, we also build VGrounding-QA, a dataset that pairs each question with the exact video segment or segments needed to answer it. This approach makes video question answering more accurate, interpretable, and compute-efficient. Instead of spending effort on the entire video equally, ViTL focuses computation on the evidence, improving long-video understanding while making the model’s answers easier to check.