CVJan 8

VideoAuto-R1: Video Auto Reasoning via Thinking Once, Answering Twice

arXiv:2601.05175v110 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses efficiency and performance issues in video understanding for AI researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of unnecessary chain-of-thought reasoning in video understanding by proposing VideoAuto-R1, a framework that uses a reason-when-necessary strategy, achieving state-of-the-art accuracy with a 3.3x reduction in average response length (e.g., from 149 to 44 tokens).

Chain-of-thought (CoT) reasoning has emerged as a powerful tool for multimodal large language models on video understanding tasks. However, its necessity and advantages over direct answering remain underexplored. In this paper, we first demonstrate that for RL-trained video models, direct answering often matches or even surpasses CoT performance, despite CoT producing step-by-step analyses at a higher computational cost. Motivated by this, we propose VideoAuto-R1, a video understanding framework that adopts a reason-when-necessary strategy. During training, our approach follows a Thinking Once, Answering Twice paradigm: the model first generates an initial answer, then performs reasoning, and finally outputs a reviewed answer. Both answers are supervised via verifiable rewards. During inference, the model uses the confidence score of the initial answer to determine whether to proceed with reasoning. Across video QA and grounding benchmarks, VideoAuto-R1 achieves state-of-the-art accuracy with significantly improved efficiency, reducing the average response length by ~3.3x, e.g., from 149 to just 44 tokens. Moreover, we observe a low rate of thinking-mode activation on perception-oriented tasks, but a higher rate on reasoning-intensive tasks. This suggests that explicit language-based reasoning is generally beneficial but not always necessary.

Foundations

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

Your Notes