CVAIMay 14

HASTE: Training-Free Video Diffusion Acceleration via Head-Wise Adaptive Sparse Attention

arXiv:2605.1451388.5
AI Analysis

For practitioners deploying large video diffusion models, HASTE provides a practical speed-quality trade-off improvement without retraining.

HASTE accelerates video diffusion models by reducing attention computation cost via training-free head-wise adaptive sparse attention, achieving up to 1.93× speedup on Wan2.1-14B at 720P while maintaining competitive video quality.

Diffusion-based video generation has advanced substantially in visual fidelity and temporal coherence, but practical deployment remains limited by the quadratic complexity of full attention. Training-free sparse attention is attractive because it accelerates pretrained models without retraining, yet existing online top-$p$ sparse attention still spends non-negligible cost on mask prediction and applies shared thresholds despite strong head-level heterogeneity. We show that these two overlooked factors limit the practical speed-quality trade-off of training-free sparse attention in Video DiTs. To address them, we introduce a head-wise adaptive framework with two plug-in components: Temporal Mask Reuse, which skips unnecessary mask prediction based on query-key drift, and Error-guided Budgeted Calibration, which assigns per-head top-$p$ thresholds by minimizing measured model-output error under a global sparsity budget. On Wan2.1-1.3B and Wan2.1-14B, our method consistently improves XAttention and SVG2, achieving up to 1.93 times speedup at 720P while maintaining competitive video quality and similarity metrics.

Foundations

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

Your Notes