Overview
Field: Computer Vision Authors: Haoyi Zhu, Haozhe Liu, Yuyang Zhao arXiv: 2505.08634
SANA-WM is an efficient 2.6B-parameter open-source world model natively trained for one-minute generation, synthesizing high-fidelity, 720p, minute-scale videos with precise camera control. It achieves visual quality comparable to large-scale industrial baselines such as LingBot-World and HY-WorldPlay, while significantly improving efficiency.
Core Design
Four core designs drive the architecture:
1. Hybrid Linear Attention — combines frame-wise Gated DeltaNet (GDN) with softmax attention for memory-efficient long-context modeling. 2. Dual-Branch Camera Control — ensures precise 6-DoF trajectory adherence. 3. Two-Stage Generation Pipeline — applies a long-video refiner to stage-1 outputs, improving quality and consistency across sequences. 4. Robust Annotation Pipeline — extracts accurate metric-scale 6-DoF camera poses from public videos to produce high-quality, spatiotemporally consistent action labels.
Efficiency Highlights
- Trained on only ~213K public video clips with metric-scale pose supervision.
- Training completed in 15 days on 64 H100 GPUs.
- Generates each 60-second clip on a single GPU.
- Distilled variant with NVFP4 quantization runs on a single RTX 5090, denoising a 60-second 720p clip in 34 seconds.
Results
On the one-minute world model benchmark, SANA-WM demonstrates stronger action-following accuracy than prior open-source baselines and achieves comparable visual quality for scalable world modeling at 36x higher throughput.
Paper: <https://arxiv.org/abs/2505.08634>