Video-R1: Reinforcing Video Reasoning in MLLMs

Benyou Wang (The Chinese University of Hong Kong, Shenzhen) · Xiangyu Yue (The Chinese University of Hong Kong) · Kaituo Feng (The Chinese University of Hong Kong) · Kaixiong Gong (The Chinese University of Hong Kong) · Bohao Li (The Chinese University of Hong Kong, Shenzhen) · Zonghao Guo (Tsinghua University) · Yibing Wang (University of the Chinese Academy of Sciences) · Tianshuo Peng (Shanghai Artificial Intelligence Laboratory) · Junfei Wu (Institute of Automation, Chinese Academy of Sciences) · Xiaoying Zhang (The Chinese University of Hong Kong)
deepseek-r1grpo algorithmhigh-quality video-reasoning dataimage-reasoning datamultimodal large language modelsmvbenchrule-based reinforcement learningt-grpo algorithmtempcompasstemporal modelingvideo reasoningvideo reasoning benchmarksvideo-r1video-r1-260kvideo-r1-cot-165k

Inspired by DeepSeek-R1's success in eliciting reasoning abilities through rule-based reinforcement learning (RL), we introduce Video-R1 as the first attempt to systematically explore the R1 paradigm for incentivizing video reasoning within multimodal large language models (MLLMs). However, directly applying RL training with the GRPO algorithm to video reasoning presents two primary challenges: (i) a lack of temporal modeling for video reasoning, and (ii) the scarcity of high-quality video-reasoning data. To address these issues, we first propose the T-GRPO algorithm, which encourages models to utilize temporal information in videos for reasoning. Additionally, instead of relying solely on video data, we incorporate high-quality image-reasoning data into the training process. We have constructed two datasets: Video-R1-CoT-165k for SFT cold start and Video-R1-260k for RL training, both comprising image and video data. Experimental results demonstrate that Video-R1 achieves significant improvements on video reasoning benchmarks such as VideoMMMU and VSI-Bench, as well as on general video benchmarks including MVBench and TempCompass, etc. Notably, Video-R1-7B attains a 37.1\% accuracy on video spatial reasoning benchmark VSI-bench, surpassing the commercial proprietary model GPT-4o. All code, models, and data will be released.