VideoSSR: Video Self-Supervised Reinforcement Learning
Zefeng He, Xiaoye Qu, Yafu Li, Siyuan Huang, Daizong Liu, Yu Cheng
TL;DR
The paper tackles the data annotation bottleneck in video RLVR for multimodal large language models by exploiting intrinsic video signals to generate verifiable training data. It introduces three self-supervised pretext tasks—Anomaly Grounding, Object Counting, and Temporal Jigsaw—and a Video Intrinsic Understanding Benchmark (VIUBench) to probe intrinsic video comprehension. It then builds VideoSSR and the VideoSSR-30K dataset, pairing them with smooth reward functions for stable RLVR training via GRPO, and demonstrates substantial generalization improvements across 17 benchmarks (average ~5% gain) spanning General Video QA, Long Video QA, Temporal Grounding, and Complex Reasoning. Together, these contributions offer a scalable, low-cost pathway to enhance video understanding in MLLMs, with broad implications for advancing robust, self-supervised training in multimodal AI systems.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has substantially advanced the video understanding capabilities of Multimodal Large Language Models (MLLMs). However, the rapid progress of MLLMs is outpacing the complexity of existing video datasets, while the manual annotation of new, high-quality data remains prohibitively expensive. This work investigates a pivotal question: Can the rich, intrinsic information within videos be harnessed to self-generate high-quality, verifiable training data? To investigate this, we introduce three self-supervised pretext tasks: Anomaly Grounding, Object Counting, and Temporal Jigsaw. We construct the Video Intrinsic Understanding Benchmark (VIUBench) to validate their difficulty, revealing that current state-of-the-art MLLMs struggle significantly on these tasks. Building upon these pretext tasks, we develop the VideoSSR-30K dataset and propose VideoSSR, a novel video self-supervised reinforcement learning framework for RLVR. Extensive experiments across 17 benchmarks, spanning four major video domains (General Video QA, Long Video QA, Temporal Grounding, and Complex Reasoning), demonstrate that VideoSSR consistently enhances model performance, yielding an average improvement of over 5\%. These results establish VideoSSR as a potent foundational framework for developing more advanced video understanding in MLLMs. The code is available at https://github.com/lcqysl/VideoSSR.
