Video Evidence to Reasoning Efficient Video Understanding via Explicit Evidence Grounding
Yanxiang Huang, Guohua Gao, Zhaoyang Wei, Jianyuan Ni
TL;DR
This work tackles the fundamental trade-off between perceptual grounding accuracy and reasoning efficiency in video LVLMs, which often leads to hallucinations when relying on ungrounded chain-of-thought. It introduces the Chain of Evidence (CoE) framework, decoupling perception and reasoning through a lightweight Evidence Grounding Module (EGM) and a structured CoE Reasoning Protocol that anchors deductions to explicit temporal evidence. A large-scale CoE-Instruct dataset (164k samples) supports a decoupled training regime with grounding and reasoning losses, plus reinforcement learning via an evidence-aware reward (GRPO) to align perception with reasoning. Empirical results across five benchmarks show state-of-the-art accuracy and substantial reductions in token usage and latency for open-source models, validating CoE as a practical paradigm for reliable and efficient video understanding.
Abstract
Large Vision-Language Models (LVLMs) face a fundamental dilemma in video reasoning: they are caught between the prohibitive computational costs of verbose reasoning and the hallucination risks of efficient, ungrounded approaches. To resolve this, we introduce the Chain of Evidence (CoE), a novel framework that architecturally decouples and co-optimizes perceptual grounding and reasoning efficiency. CoE incorporates two core innovations: (1) A lightweight Evidence Grounding Module (EGM) that acts as a query-guided filter, dynamically identifying and extracting a compact set of high-fidelity visual evidence; and (2) An Evidence-Anchoring Protocol optimized via Reinforcement Learning. Crucially, we design a composite reward mechanism that enforces process alignment, compelling the model to strictly reference identified temporal anchors during deduction, thereby mitigating hallucinations. To enable this, we construct CoE-Instruct, a large-scale dataset (164k samples) featuring a novel dual-annotation schema for separate perception and reasoning supervision. Extensive experiments on five benchmarks, including Video-MME, MVBench, and VSI-Bench, demonstrate that CoE-enhanced models establish a new state-of-the-art. They significantly outperform existing methods in accuracy, proving CoE to be a powerful and practical paradigm for reliable video understanding.
