Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation
Summary
Video DeltaNet presents a hybrid attention mechanism combining Softmax and linear attention to enhance efficiency in video generation models, achieving a 14.5x speedup over baseline methods.
View Cached Full Text
Cached at: 09/18/26, 03:00 AM
Paper page - Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation
Source: https://huggingface.co/papers/2609.20744 Authors:
,
,
,
,
,
,
,
,
,
Abstract
Videodiffusionmodelsrepeatedlyprocesslongspatiotemporaltokensequencesduringdenoising,makingattentionamajorcomputationalbottleneck.Linearattentionoffersanappealingalternativeandhasbeenwidelyadoptedinrecentlargelanguagemodels,butdirectlyapplyingittovideomodelsoftenfailstopreservethefine-grainedinteractionsrequiredforhigh-qualitygeneration.WepresentVideoDeltaNet(VDN),whichcombineslocalSoftmaxattentionwithbidirectionallinearmemoryforlong-rangevideocontext.ItslinearbranchintroducesVideoDeltaAttention(VDA),whichupdatesmemoryonceperframebyjointlyincorporatingitsspatialtokens.Separateoutputprojectionsandlearnablegatescalibratethetwobranches,whileastagedteacher-alignmentrecipeprogressivelyintroducesthenewpathwayintopretrainedmodels.WeinstantiateVDNonMiniMaxH3,applyingthehybridtovideo-to-videointeractionswhileretainingSoftmaxforinteractionsinvolvingtextoraudio.Witheight-stepdistillationandanoptimizedSGLangservingstack,VDN-H3completesDiTdenoisingfora14.3-second,768pvideoin6.70secondsoneightNVIDIAB200GPUs,correspondingtoa14.5xspeedupoverthe50-stepdenseH3baselineonthesameGPUcount.
View arXiv pageView PDFProject pageAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.20744 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.20744 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.20744 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
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.
OpenVDN/vdn-minimax-h3
VDN-Minimax-H3 is an open-source hybrid-attention model that speeds up video generation with near-lossless quality, featuring fast inference and plug-and-play adapters powered by MiniMax H3.
Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification
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.
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.
Nvidia's New Long-Form Video Generation (12 minute read)
NVIDIA Research introduces SANA-Video 2.0, a hybrid video diffusion transformer that generates high-quality 720p video on a single GPU, achieving up to 120× speedup over Wan 2.2-14B via hybrid linear-softmax attention and block attention residuals.