Annotations as Rollouts: Efficient and Scalable Reinforcement Learning for Video MLLMs
Abstract
OraRL improves reinforcement learning post-training for video multimodal language models by integrating oracle rollouts with decoupled advantage estimation and sign-balanced pruning, achieving higher sample efficiency and scalability without chain-of-thought generation.
Multimodal large language models (MLLMs) have become a prevailing paradigm for unified video perception. However, post-training on large multi-task datasets remains challenging, as existing reinforcement learning methods sample on-policy groups with few high-quality rollouts even with costly chain-of-thought (CoT) generation. In this paper, we study the sample efficiency and scalability of RL post-training for video MLLMs and introduce OraRL. We identify an overlooked role for annotations: Beyond scoring rollouts, each can enter its on-policy group as an oracle rollout, a direct positive optimization target. Direct oracle integration, however, is nontrivial: a high-reward oracle raises the group baseline and inverts otherwise positive policy advantages, a failure we term advantage inversion. At the core of OraRL is a decoupled advantage estimator: policy rollouts determine an oracle-free baseline, while the oracle-policy gap modulates both a directional gain and a separate detached oracle advantage. Sign-balanced pruning improves efficiency: by retaining only the oracle and the strongest rollouts of each sign, OraRL requires just 2.2x the step time of SFT, less than half the 4.9x required by GRPO with CoT. OraRL scales with model size and data, surpassing its backbone from 0.8B to 9B and GRPO up to 100k prompts. Without chain-of-thought, Video-ORA-9B decodes in 130 ms instead of 4,780 ms. Compared with the respective prior best models, it raises temporal mIoU from 62.5 to 66.0, tracking AO from 73.0 to 78.2, segmentation from 64.3 to 70.4, and the three-benchmark spatial-intelligence macro average from 51.0 to 56.1; on VSI-Bench, it scores 73.1 against 55.0 for GPT-5 and 55.1 for Gemini-3-Pro.
Community
We introduce OraRL (Annotations as Rollouts), an efficient and scalable reinforcement learning framework for unified video MLLMs.
OraRL converts each annotation into a reliable oracle rollout while preserving on-policy exploration. A decoupled advantage estimator keeps the baseline strictly on-policy, preventing high-reward annotations from causing advantage inversion. Sign-balanced pruning then retains the oracle and the strongest positive and negative rollouts for efficient updates.
Highlights
- Reduces advantage inversion from 22.4% to 1.9%, and to 0.3% after pruning
- Delivers a 1.48ร training speedup
- Improves all seven video task families without chain-of-thought
- Scales consistently from 0.8B to 9B and up to 100k prompts
- Releases the paper, code, training recipes, model, and data
Resources
- ๐ป Code: https://github.com/HVision-NKU/OraRL
- ๐ Project: https://orarl.github.io/
- ๐ค Model: https://huggingface.co/OraRL/Video-ORA-9B
- ๐ค Data: https://huggingface.co/datasets/OraRL/OraRL-Data
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- TimeThink: Reasoning with Time for Video LLMs (2026)
- Consistency as Inductive Bias: Learning Cross-View Invariance for Robust Multimodal Reasoning (2026)
- TimeLens2: Generalist Video Temporal Grounding with Multimodal LLMs (2026)
- Falcon Perception-HD: High Density Perception via Reinforcement Learning (2026)
- VideoSearcher: Empowering Video Deep Research with Multi-Tool Agentic Reasoning via Reinforcement Learning (2026)
- OPOD: On-Policy Omni Distillation (2026)
- Listen, Reason, and Segment: Aligning LALMs with Editorial Judgment for Media Chapterization (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.20492 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash