Accelerating Text-to-Video Generation with Calibrated Sparse Attention
Authors: Shai Yehezkel, Shahar Yadin, Noam Elata, Yaron Ostrovsky-Berman, Bahjat Kawar
- arXiv: 2603.05503
- PDF: https://arxiv.org/pdf/2603.05503.pdf
- Category: cs.CV (Computer Vision)
- Method: Transformer, Attention, Diffusion
- Research type: Empirical study in computer vision
- Problem addressed: Slow runtimes of diffusion-based video generation caused by spatiotemporal attention bottlenecks
- Approach: Training-free sparse attention with an offline calibration pass to detect block-level sparsity and repeated attention patterns
Abstract
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, the authors 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, the paper introduces 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 in attention patterns, then uses these findings to skip redundant attention computation during inference.