Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification
Summary
Sol-Attn introduces a training-free method to sparsify attention for video generation inference, achieving over 2x speedup by dynamically selecting key-value blocks during online softmax with minimal quality loss.
View Cached Full Text
Cached at: 07/28/26, 10:24 AM
Paper page - Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification
Source: https://huggingface.co/papers/2607.24027 Published on Jul 27
·
Submitted byhttps://huggingface.co/Owen777
Owenon Jul 28
Abstract
Diffusiontransformersareessentialforhigh-fidelityvideogeneration,butlongtokensequencesmakeattentionadominantinferencebottleneck.Training-freedynamicsparseattentionalleviatesthisbottleneckbycomputingonlyselectedkey-valueblocks,yetexistingmethodsstruggletosparsifyattentionbothefficientlyandaccuratelyfortworeasons:(1)Rigid,unpredictable,andcostlyrouting:selectingafixedfractionoftop-rankedblocksbyproxyscoreimposesfixedbudgets,whereasretainingblockstoreachatargetcumulativeproxyprobabilitymassyieldsdynamicbutpotentiallyimbalancedbudgets;bothincurnon-negligibleoverheadfromcomputingandmaterializingproxyscores.(2)Lossykeep-or-dropsparsification:unselectedblocksarediscardedentirely,degradingaccuracyunderaggressivesparsity.Theselimitationsmotivatecheaperdynamic-budgetroutingwhilelimitingaccuracydegradation.Inthispaper,weintroducetraining-freeSol-Attn(Sparsifyingonlineattention),whichunifiesdynamicrouting,sparsecomputation,andapproximationcorrectioninasingleonline-softmaxpass,achievingabetteraccuracy-efficiencytrade-offinsparseattention.ThecoreofSol-Attnison-the-flyblockthresholdingwithproxy-scorereuse,whichselectscriticalblocksbycomparingblockproxyscoresagainstathresholdduringonlinesoftmax.Thisdesignenablesdynamicyetcontrollableblockbudgetswithoutmaterializingtheproxymap,whiledirectlyreusingtheproxyscoresofunselectedblockstoapproximatetheircontribution.ExperimentsacrossimageandvideogenerationtasksshowthatSol-Attnadvancesthequality-efficiencyfrontieroftraining-freesparseattention,delivering2.1timesand2.3timesend-to-endspeedupsforvideogenerationandediting,respectively,whilepreservingvisualquality.
View arXiv pageView PDFProject pageAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.24027 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.24027 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.24027 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation
FVAttn is a training-free sparse attention system that uses runtime load balancing to improve distributed execution efficiency of adaptive sparse attention under multi-GPU sequence parallelism for video generation, achieving up to 4.41x attention speedup and 2.11x inference speedup over FlashAttention on step-distilled Wan2.2 I2V while maintaining competitive video quality.
@songhan_mit: Speed-of-light block sparse attention :
Sol-Engine weekly update announces integration of Sol Attention, a training-free sparse attention method for video diffusion, with full paper coming next week.
SANA-Video 2.0: Hybrid Linear Attention with Attention Residuals for Efficient Video Generation
SANA-Video 2.0 introduces a hybrid linear-softmax attention mechanism for video diffusion transformers, achieving high-quality video generation up to 720p on a single GPU with significantly reduced latency compared to full-softmax models, while maintaining competitive VBench scores.
LVSA: Training-Free Sparse Attention for Long Video Diffusion
LVSA introduces a training-free sparse attention mechanism for video diffusion models, reducing compute up to 3.17x while enabling generation beyond training horizons without quality loss.
@songhan_mit: We develop an agent-native approach to accelerate genAI, continuing the success of KDA (Kernel Design Agent) at a highe…
Enze Xie announces Sol Video Inference Engine, an agent-native, training-free full-stack accelerator for video diffusion that auto-tunes cache, sparse attention, token pruning, quantization, and kernel fusion, achieving >2× end-to-end speedup on large models like 64B Cosmos3-Super and 22B LTX-2.3.