CVMar 5

Accelerating Text-to-Video Generation with Calibrated Sparse Attention

arXiv:2603.05503v1
Originality Incremental advance
AI Analysis

This work provides a significant speedup for text-to-video generation, benefiting users and developers by reducing computational costs and inference times for high-quality video creation.

This paper addresses the slow runtime of text-to-video diffusion models, which are bottlenecked by spatiotemporal attention. The authors introduce CalibAtt, a training-free method that uses calibrated sparse attention to achieve up to a 1.58x end-to-end speedup on models like Wan 2.1 14B and Mochi 1, while preserving video quality.

Recent diffusion models enable high-quality video generation, but suffer from slow runtimes. The large transformer-based backbones used in these models are bottlenecked by spatiotemporal attention. In this paper, we identify that a significant fraction of token-to-token connections consistently yield negligible scores across various inputs, and their patterns often repeat across queries. Thus, the attention computation in these cases can be skipped with little to no effect on the result. This observation continues to hold for connections among local token blocks. Motivated by this, we introduce CalibAtt, a training-free method that accelerates video generation via calibrated sparse attention. CalibAtt performs an offline calibration pass that identifies block-level sparsity and repetition patterns that are stable across inputs, and compiles these patterns into optimized attention operations for each layer, head, and diffusion timestep. At inference time, we compute the selected input-dependent connections densely, and skip the unselected ones in a hardware-efficient manner. Extensive experiments on Wan 2.1 14B, Mochi 1, and few-step distilled models at various resolutions show that CalibAtt achieves up to 1.58x end-to-end speedup, outperforming existing training-free methods while maintaining video generation quality and text-video alignment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes