BLADE: Block-Sparse Attention Meets Step Distillation for Efficient Video Generation

Abstract

Diffusion transformers currently lead the field in high-quality video generation, but their slow iterative denoising process and prohibitive quadratic attention costs for long sequences create significant inference bottlenecks. While both step distillation and sparse attention mechanisms have shown promise as independent acceleration strategies, effectively combining these approaches presents critical challenges---training-free integration yields suboptimal results, while separately training sparse attention after step distillation requires prohibitively expensive high-quality video data. To overcome these limitations, we propose $\textit{BLADE}$, an innovative data-free joint training framework that introduces: (1) an Adaptive Block-Sparse Attention (ASA) mechanism for dynamically generating content-aware sparsity masks to focus computation on salient spatiotemporal features, and (2) a sparsity-aware step distillation paradigm, built upon Trajectory Distribution Matching (TDM), directly incorporates sparsity into the distillation process rather than treating it as a separate compression step and features fast convergence. We validate BLADE on text-to-video models like CogVideoX-5B and Wan2.1-1.3B, and our framework demonstrates remarkable efficiency gains across different scales. On Wan2.1-1.3B, BLADE achieves a 14.10$\times$ end-to-end inference acceleration over a 50-step baseline. Moreover, on models such as CogVideoX-5B with short video sequence lengths, our framework delivers a robust 8.89$\times$ speedup. Crucially, the acceleration is accompanied by a consistent quality improvement. On the VBench-2.0 benchmark, BLADE boosts the score of CogVideoX-5B to 0.569 (from 0.534) and Wan2.1-1.3B to 0.570 (from 0.563), results that are further corroborated by superior ratings in human evaluations.

Cite

Text

Gu et al. "BLADE: Block-Sparse Attention Meets Step Distillation for Efficient Video Generation." International Conference on Learning Representations, 2026.

Markdown

[Gu et al. "BLADE: Block-Sparse Attention Meets Step Distillation for Efficient Video Generation." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/gu2026iclr-blade/)

BibTeX

@inproceedings{gu2026iclr-blade,
  title     = {{BLADE: Block-Sparse Attention Meets Step Distillation for Efficient Video Generation}},
  author    = {Gu, Youping and Li, Xiaolong and Hu, Yuhao and Minqi, Chen and Zhuang, Bohan},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/gu2026iclr-blade/}
}