Hugging Face Daily PapersHaocheng Xi, Yiming Xie, Hexu Zhao1 min readpaperintermediate
Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation
Summary
Video DeltaNet (VDN) replaces full‑softmax attention in video diffusion models with a hybrid: per‑frame local Softmax for fine detail and a bidirectional linear memory (Video Delta Attention) for long‑range context. A teacher‑alignment schedule injects the linear branch into a pretrained MiniMax H3 model, preserving Softmax for text/audio streams. On eight NVIDIA B200 GPUs VDN‑H3 denoises a 14.3‑…
- Full‑softmax attention is the main compute cost in video diffusion denoising.
- Linear attention alone loses fine‑grained spatial interactions; a hybrid preserves them.
- Video Delta Attention updates a per‑frame linear memory by aggregating all spatial tokens, enabling bidirectional long‑range context with O(N) cost per frame.
- Separate output projections and learnable gates balance the two branches.
Inference cost is a bottleneck for real‑time or low‑latency video generation (e.g., livestream overlays, interactive avatars). By cutting attention complexity from quadratic to linear while retaining high‑fidelity detail, VDN makes diffusion‑based video generation feasible at near‑real‑time speeds…
7/10
