paper-with-me

홈 › Papers

Accelerating Text-to-Video Generation with Calibrated Sparse Attention

2026-03-05 · Shai Yehezkel, Shahar Yadin, Noam Elata, Yaron Ostrovsky-Berman, Bahjat Kawar arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.05503

Code (0)

등록된 구현이 없습니다.

Tasks

Text-to-Video GenerationVideo Alignment

Similar Papers 제목 키워드 기반

VecAttention: Vector-wise Sparse Attention for Accelerating Long Context Inference

2026-03-31 · Anmin Liu, Ruixuan Yang, Huiqiang Jiang, Bin Lin 외 arxiv

Long-context video understanding and generation pose a significant computational challenge for Transformer-based video models due to the quadratic complexity of self-attention. While existing sparse attention methods emp…

SPADE: An Input-Adaptive Sparse Attention Engine for Fast Video Diffusion Models Inference

2026-08-04 · Shanghao Liu, Renze Chen, Size Zheng, Yuanqiang Liu 외 arxiv

Video diffusion transformers (vDiTs) generate high quality but pay quadratic self-attention cost, making inference prohibitive at video-token scales. The challenge is input-adaptive sparsity: selecting critical Q/K/V tok…

Video Generation

Sparse VideoGen: Accelerating Video Diffusion Transformers with Spatial-Temporal Sparsity

2025-02-03 · Haocheng Xi, Shuo Yang, Yilong Zhao, Chenfeng Xu 외

Diffusion Transformers (DiTs) dominate video generation but their high computational cost severely limits real-world applicability, usually requiring tens of minutes to generate a few seconds of video even on high-perfor…

Video Generation

Light Forcing: Accelerating Autoregressive Video Diffusion via Sparse Attention

2026-02-04 · Chengtao Lv, Yumeng Shi, Yushi Huang, Ruihao Gong 외 arxiv

Advanced autoregressive (AR) video generation models have improved visual fidelity and interactivity, but the quadratic complexity of attention remains a primary bottleneck for efficient deployment. While existing sparse…

Video Generation

HiReFF: High-Resolution Feedforward Human Reconstruction from Uncalibrated Sparse-View Video

2026-06-28 · Yiming Jiang, Hanzhang Tu, Wenfeng Song, Siyou Lin 외 arxiv

Uncalibrated volumetric video streaming for human reconstruction is essential for holographic communication and AR/VR, yet remains challenging due to the need for temporal consistency and computational efficiency from sp…

Computational EfficiencyVideo Reconstruction