English

Video-R2: Reinforcing Consistent and Grounded Reasoning in Multimodal Language Models

Computer Vision and Pattern Recognition 2025-12-09 v2

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

Keywords

Cite

@article{arxiv.2511.23478,
  title  = {Video-R2: Reinforcing Consistent and Grounded Reasoning in Multimodal Language Models},
  author = {Muhammad Maaz and Hanoona Rasheed and Fahad Shahbaz Khan and Salman Khan},
  journal= {arXiv preprint arXiv:2511.23478},
  year   = {2025}
}

Comments

Video-R2 Technical Report

R2 v1 2026-07-01T07:59:56.061Z