microsoft/World-R1
[ICML 2026] World-R1: Reinforcing 3D Constraints for Text-to-Video Generation
What it solves
World-R1 addresses the lack of 3D geometric consistency in text-to-video generation. It prevents videos from appearing distorted or geometrically inconsistent when the camera moves, ensuring that generated scenes maintain their 3D structure across frames.
How it works
Instead of altering the base model architecture, World-R1 uses reinforcement learning (RL) to align video generation with 3D constraints. It employs three main components:
- Camera-aware latent initialization: Converts text-based camera instructions into explicit trajectories and injects them into the initial video latents via noise wrapping.
- 3D-aware rewards: Uses pre-trained foundation models to provide feedback based on meta-view assessment, reconstruction consistency, and trajectory alignment.
- Periodic decoupled training: Alternates between 3D-aware RL fine-tuning and a dynamic-only training phase to ensure the model doesn't overfit to static scenes and maintains motion diversity.
Who it’s for
Researchers and developers working on text-to-video generation who want to improve the spatial and geometric accuracy of camera movements and 3D scene consistency.
Highlights
- 3D-aware RL: Aligns videos with geometric constraints using reconstruction and camera-control metrics.
- Implicit Camera Conditioning: Enables camera control without changing the base video architecture through noise wrapping.
- Visual Quality Preservation: Combines 3D rewards with aesthetic rewards during Flow-GRPO-based post-training.
- Dynamic Regularization: Uses a periodic training phase with dynamic-scene prompts to preserve motion diversity.