ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
We introduce SANA-Video 2.0, a hybrid video diffusion transformer instantiated at 5B and 14B scales under a unified architecture. Designed to generate high-quality video up to 720p on a single GPU, SANA-Video 2.0 matches full-softmax video DiTs in quality while retaining the favorable long-sequence scaling of linear attention. To avoid quadratic attention throughout, Hybrid Linear-Softmax Attention combines gated linear attention for O(N)-dominated mixing with periodic gated-softmax anchors at a 3:1 ratio, restoring the full-rank token interactions that pure linear attention lacks. To propagate these refreshed representations across depth, Block Attention Residuals (AttnRes) route completed block summaries into later linear layers, enabling anchor-feature reuse and boosting deep-layer effective rank by ~12%. Through from-scratch training, SANA-Video 2.0 learns the complete hybrid directly rather than linearizing pretrained models, with reduced-resolution proxy studies establishing 25% softmax as the optimal quality-efficiency trade-off. With 40-step sampling, SANA-Video 2.0 achieves a VBench score of 84.30 in 13.2s at 480p on a single H100, remaining competitive with far larger softmax video DiTs at a fraction of the latency. Its compiled DiT forward pass is 3.2x faster than a matched full-softmax baseline at 720p/60s, a gap that expands with video duration. Furthermore, full-stack Sol-Engine optimization (kernel fusion, caching, and sparse attention) accelerates this hardware-friendly backbone by a further 3.58x, bringing the 5B pipeline to 13.06s at 720p/5s and making it 120x faster than Wan 2.2-A14B on one H100. Overall, our hybrid design recovers softmax-level expressiveness at substantially reduced cost, unlocking scalable long, high resolution video generation.
SANA-Video 2.0 addresses a critical bottleneck in video generation: the quadratic cost of softmax attention in diffusion transformers. As video lengths and resolutions increase, full-softmax attention becomes prohibitively expensive, limiting practical deployment. This paper demonstrates that a carefully designed hybrid of linear and softmax attention can recover the expressiveness of full softmax while maintaining linear complexity, enabling 720p video generation on a single GPU. This is a significant step toward democratizing high-quality video generation, as it reduces hardware requirements from multi-GPU clusters to a single consumer card.
The paper also introduces Block Attention Residuals, a novel mechanism to propagate high-rank representations through deep networks, addressing a known weakness of linear attention models. Combined with full-stack engineering optimizations (Sol-Engine), the system achieves a 120x speedup over a comparable model (Wan 2.2-A14B) on the same hardware. This work is likely to influence both academic research and industry product development in video generation and efficient transformer architectures.
SANA-Video 2.0 demonstrates that hybrid attention can match the quality of full-softmax attention at a fraction of the computational cost, opening the door to practical, long-duration video generation on consumer hardware. This work is likely to accelerate the adoption of video generation in applications such as content creation, simulation, and education. The hybrid attention approach may also inspire similar designs in other domains (e.g., long-document NLP, high-resolution image generation) where quadratic attention is a bottleneck. By releasing the model and optimizations, the authors provide a strong baseline for future efficient video generation research.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba