Paper Overview
- Field: Computer Vision (CV)
- Authors: Haoyi Zhu, Haozhe Liu, Yuyang Zhao, Tian Ye, Junsong Chen, Jincheng Yu, Tong He, Song Han, Enze Xie
- Published: 2026-05-14
- arXiv: 2605.15178
- Trained on only ~213K public video clips with metric-scale pose supervision.
- Training completes in 15 days on 64 H100 GPUs.
- Each 60-second clip is generated on a single GPU.
- A distilled variant with NVFP4 quantization deploys on a single RTX 5090, denoising a 60-second 720p clip in 34 seconds.
Abstract
We introduce SANA-WM, an efficient 2.6-billion-parameter open-source world model trained natively for one-minute generation, synthesizing high-fidelity 720p minute-long videos with accurate camera control. SANA-WM achieves visual quality comparable to large-scale industrial baselines (such as LingBot-World and HY-WorldPlay) while substantially improving efficiency.
Four core designs drive the architecture:
1. Hybrid linear attention combines frame-level gated DeltaNet (GDN) with softmax attention for memory-efficient long-context modeling. 2. Dual-branch camera control ensures precise 6-DoF trajectory following. 3. Two-stage generation pipeline applies a long-video refiner to first-stage outputs, improving quality and consistency across sequences. 4. Robust annotation pipeline extracts precise metric-scale 6-DoF camera poses from public videos to produce high-quality, spatiotemporally consistent action labels.
Efficiency Highlights
Results
On a one-minute world model benchmark, SANA-WM demonstrates stronger action-following accuracy than previous open-source baselines and achieves 36x higher throughput for scalable world modeling while matching comparable visual quality.
---
*Automatically collected on 2026-05-17.*