CVJun 15

Training-free sparse attention based on cumulative energy filtering

arXiv:2606.1631716.1
Predicted impact top 22% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying video generation models, this work offers a plug-and-play method to reduce attention computation without retraining, though the gains are incremental over existing sparse attention methods.

The paper proposes a training-free dynamic thresholding scheme for sparse attention in Diffusion Transformers for video generation, achieving 82% sparsity with less than 5% VBench metric drop, resulting in 1.61x computational efficiency improvement over the BLASST algorithm.

Sparse attention accelerates Diffusion Transformers (DiTs) for video generation by computing only the important tokens while skipping the rest. The token selection strategy is key to balancing sparsity and accuracy. We formulate the token filtering process as a dual-goal optimization problem: maximizing sparsity and minimizing accuracy degradation. Existing algorithms cannot fulfill both objectives simultaneously. For example, Top-p only considers the accuracy constraint, while Top-k maintains a fixed computational budget but loosens the accuracy constraint. This paper demonstrates that maintaining a fixed recall rate is sufficient for ensuring accuracy, whereas a fixed threshold is suboptimal for reducing computational cost. Therefore, we propose a dynamic thresholding scheme to improve sparsity while maintaining the same level of accuracy. Furthermore, our algorithm is deeply integrated with Flash Attention (FA), eliminating the need for any additional masking computation overhead. Experimental results on Wan 2.2 validate that, compared to the BLASST algorithm which is also integrated with FA, our dynamic thresholding strategy enhances sparsity from 61.42\% to 82\% with a VBench metric drop of less than 5\%. This results in an approximate 15\% in attention computation and a $1.61\times$ increase in computational efficiency, which is 1.18x higher than that of BLASST.

Foundations

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

Your Notes