UNIVERSE: Unified Video Action Models for Autonomous Driving with Flexible Mask-Modulated Modality Generation
Summary
UNIVERSE is a novel unified video-action model designed for autonomous driving, addressing limitations in existing World Action Models (WAMs) that separate video imagination from action prediction. Built upon a single mask-modulated Diffusion Transformer, UNIVERSE co-trains future video latents and ego-trajectory tokens using shared generative parameters. This approach allows dense video supervision to directly influence trajectory denoising, enhancing cross-domain action generalization. The model incorporates a Modality-Decoupling Visibility Mask to ensure causal validity and efficient deployment, sharing historical context across modalities while preventing future-target leakage. This design enables trajectory-only inference at test time, achieving a \$4.3\times$ speedup over joint video-action rollout with comparable planning accuracy. Experiments demonstrate UNIVERSE's superior performance, achieving 91.0 PDMS on NAVSIM compared to 89.6 for a Two-DiT variant, and strong zero-shot transfer capabilities to nuScenes and Bench2Drive without fine-tuning.
Key takeaway
For Machine Learning Engineers developing autonomous driving systems, if you are struggling with action model generalization or inference speed, consider adopting unified video-action models like UNIVERSE. Its single Diffusion Transformer architecture, co-trained with dense video supervision, directly improves trajectory prediction and offers strong zero-shot transfer. Implementing modality-decoupling masks can also provide a significant \$4.3\times$ speedup for trajectory-only inference while maintaining accuracy, making your deployments more efficient.
Key insights
Unifying video and action prediction in a single Diffusion Transformer improves autonomous driving generalization and inference efficiency.
Principles
- Shared generative parameters enhance video-to-trajectory knowledge transfer.
- Mask-modulated attention enables causal inference and flexible deployment.
- Dense video supervision directly shapes trajectory denoising.
Method
UNIVERSE co-trains future video latents and ego-trajectory tokens within a single mask-modulated Diffusion Transformer, employing a Modality-Decoupling Visibility Mask.
In practice
- Integrate video and action prediction into a unified DiT architecture.
- Apply modality-decoupling masks for efficient, causal inference.
- Leverage video co-training to boost trajectory generalization.
Topics
- Autonomous Driving
- Diffusion Transformers
- Video Prediction
- Trajectory Generation
- World Action Models
- Zero-shot Transfer
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.