paper-with-me

홈 › Papers

Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification

2026-07-27 · Haopeng Li, Yitong Li, Junsong Chen, Tian Ye, Haozhe Liu, Jincheng Yu, Duomin Wang, Ruihua Zhang, Zeke Xie, Enze Xie, Song Han hf

Diffusion transformers are essential for high-fidelity video generation, but long token sequences make attention a dominant inference bottleneck. Training-free dynamic sparse attention alleviates this bottleneck by computing only selected key-value blocks, yet existing methods struggle to sparsify attention both efficiently and accurately for two reasons: (1) Rigid, unpredictable, and costly routing: selecting a fixed fraction of top-ranked blocks by proxy score imposes fixed budgets, whereas retaining blocks to reach a target cumulative proxy probability mass yields dynamic but potentially imbalanced budgets; both incur non-negligible overhead from computing and materializing proxy scores. (2) Lossy keep-or-drop sparsification: unselected blocks are discarded entirely, degrading accuracy under aggressive sparsity. These limitations motivate cheaper dynamic-budget routing while limiting accuracy degradation. In this paper, we introduce training-free Sol-Attn (Sparsifying online attention), which unifies dynamic routing, sparse computation, and approximation correction in a single online-softmax pass, achieving a better accuracy-efficiency trade-off in sparse attention. The core of Sol-Attn is on-the-fly block thresholding with proxy-score reuse, which selects critical blocks by comparing block proxy scores against a threshold during online softmax. This design enables dynamic yet controllable block budgets without materializing the proxy map, while directly reusing the proxy scores of unselected blocks to approximate their contribution. Experiments across image and video generation tasks show that Sol-Attn advances the quality-efficiency frontier of training-free sparse attention, delivering 2.1 times and 2.3 times end-to-end speedups for video generation and editing, respectively, while preserving visual quality.

📄 PDF Abstract BibTeX arXiv:2607.24027

Code (3)

Noblegasesgoo/report-review ★ 2
Valiant-Cat/hfpaper
alphaXiv/sana-e31d1f5d

Tasks

Video Generation

Similar Papers 제목 키워드 기반

AttnCache: Accelerating Self-Attention Inference for LLM Prefill via Attention Cache

2025-10-29 · Dinghong Song, Yuan Feng, Yiwei Wang, Shangye Chen 외 arxiv

Large Language Models (LLMs) are widely used in generative applications such as chatting, code generation, and reasoning. However, many realworld workloads such as classification, question answering, recommendation, and …

Question AnsweringCode Generation

DiTFastAttn: Attention Compression for Diffusion Transformer Models

2024-06-12 · Zhihang Yuan, Hanling Zhang, Pu Lu, Xuefei Ning 외

Diffusion Transformers (DiT) excel at image and video generation but face computational challenges due to the quadratic complexity of self-attention operators. We propose DiTFastAttn, a post-training compression method t…

2kImage GenerationVideo Generation

SpargeAttention: Accurate and Training-free Sparse Attention Accelerating Any Model Inference

2025-02-25 · Jintao Zhang, Chendong Xiang, Haofeng Huang, Jia Wei 외

An efficient attention implementation is essential for large models due to its quadratic time complexity. Fortunately, attention commonly exhibits sparsity, i.e., many values in the attention map are near zero, allowing …

modelVideo Generation

TS-Attn: Temporal-wise Separable Attention for Multi-Event Video Generation

2026-04-21 · Hongyu Zhang, Yufan Deng, Zilin Pan, Peng-Tao Jiang 외 arxiv

Generating high-quality videos from complex temporal descriptions that contain multiple sequential actions is a key unsolved problem. Existing methods are constrained by an inherent trade-off: using multiple short prompt…

Video Generation

FG-Attn: Leveraging Fine-Grained Sparse Attention in Video Diffusion Models

2025-09-20 · Sankeerth Durvasula, Kavya Sreedhar, Zain Moustafa, Suraj Kothawade 외 arxiv

Using diffusion transformers for media generation may require evaluating attention over extremely long sequences, with attention layers accounting for the majority of generation latency. Exploiting sparsity in attention …

Video Generation