Video-R2: Reinforcing Consistent and Grounded Reasoning in Multimodal Language Models
Muhammad Maaz, Hanoona Rasheed, Fahad Shahbaz Khan, Salman Khan
TL;DR
Video-R2 addresses the gap where multimodal video reasoning models produce plausible but poorly grounded traces. It introduces two diagnostics, Think-Answer Consistency (TAC) and Video Attention Score (VAS), and harnesses a Temporal Alignment Reward (TAR) with a consistency gate to train a timestamp-aware model via SFT and GRPO. TAR aligns predicted reasoning timestamps with reference events, gated by reasoning-answer consistency, improving temporal precision and grounding. Across 11 benchmarks, Video-R2 achieves higher TAC, VAS, and accuracy than prior methods, demonstrating that explicit temporal alignment and coherent reasoning yield more trustworthy video understanding. A timestamp-aligned dataset and targeted ablations underscore the value of data quality and the proposed training objectives.
Abstract
Reasoning over dynamic visual content remains a central challenge for multimodal large language models. Recent thinking models generate explicit reasoning traces for interpretability; however, their reasoning often appears convincing while being logically inconsistent or weakly grounded in visual evidence. We identify and formalize these issues through two diagnostic metrics: Think Answer Consistency (TAC), which measures the alignment between reasoning and answers, and Video Attention Score (VAS), which captures the extent to which reasoning depends on visual versus textual cues. Analysis across 11 video reasoning benchmarks shows that current models rely heavily on linguistic priors rather than visual content. To address this, we propose a reinforcement learning approach that enhances both temporal precision and reasoning consistency. Our approach combines timestamp aware supervised fine tuning with Group Relative Policy Optimization (GRPO) guided by a novel Temporal Alignment Reward (TAR). This dual step post training stage encourages temporally aligned and causally coherent video reasoning. The resulting model, Video R2, achieves consistently higher TAC, VAS, and accuracy across multiple benchmarks, demonstrating that improvements in temporal alignment and reasoning coherence lead to more accurate and trustworthy video understanding. Code: https://github.com/mbzuai-oryx/Video-R2
