ZeroHour
arXiv cs.AI / cs.LG / cs.CLpublished ()ingested Haocheng Xi
Part of a story covered by 2 sources: “Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation” — merged summary and timeline →

Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation

infoAI researchimportance 38
AI summary · glm-5.3-flash

Video DeltaNet combines softmax and linear attention for video generation, cutting DiT denoising of a 14.3-second 768p video to 6.7 seconds.

Video DeltaNet (VDN) pairs local softmax attention with a bidirectional linear memory branch using Video Delta Attention, which updates memory once per frame while jointly incorporating its spatial tokens. It is instantiated on MiniMax H3, applying the hybrid to video-to-video interactions while retaining softmax attention for text or audio interactions. With eight-step distillation and an optimized SGLang serving stack, VDN-H3 completes denoising of a 14.3-second, 768p video in 6.70 seconds on eight NVIDIA B200 GPUs, a 14.5x speedup over the 50-step dense H3 baseline.

  • Video Delta Attention updates linear memory once per frame with spatial tokens
  • Staged teacher-alignment recipe progressively introduces the new pathway into pretrained models
  • 14.5x speedup over the 50-step dense H3 baseline on eight B200 GPUs
  • Retains softmax attention for interactions involving text or audio
Full article175 words · extracted from arxiv.org · click to collapse

Video diffusion models repeatedly process long spatiotemporal token sequences during denoising, making attention a major computational bottleneck. Linear attention offers an appealing alternative and has been widely adopted in recent large language models, but directly applying it to video models often fails to preserve the fine-grained interactions required for high-quality generation. We present Video DeltaNet (VDN), which combines local Softmax attention with bidirectional linear memory for long-range video context. Its linear branch introduces Video Delta Attention (VDA), which updates memory once per frame by jointly incorporating its spatial tokens. Separate output projections and learnable gates calibrate the two branches, while a staged teacher-alignment recipe progressively introduces the new pathway into pretrained models. We instantiate VDN on MiniMax H3, applying the hybrid to video-to-video interactions while retaining Softmax for interactions involving text or audio. With eight-step distillation and an optimized SGLang serving stack, VDN-H3 completes DiT denoising for a 14.3-second, 768p video in 6.70 seconds on eight NVIDIA B200 GPUs, corresponding to a 14.5x speedup over the 50-step dense H3 baseline on the same GPU count.

Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.20744