Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Video DeltaNet

Video DeltaNet

A hybrid attention architecture that pairs local softmax attention with a linear-memory branch to cut video diffusion inference time

Year: 2026Generality: 300Added: Sep 23, 2026
Back to Vocab

Video DeltaNet (VDN) is a hybrid attention architecture for video diffusion transformers, introduced in "Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation" (arXiv:2609.20744, submitted 17 September 2026) by Haocheng Xi and ten coauthors. It pairs local softmax attention for short-range frame-to-frame interactions with a bidirectional linear-memory branch that carries long-range context across a clip. Separate output projections and learnable gates calibrate how much each branch contributes at a given layer.

The linear branch centers on Video Delta Attention (VDA), which updates its memory once per frame by folding in that frame's spatial tokens jointly, rather than token by token. VDA extends DeltaNet, a linear-attention mechanism built for sequence models, to the spatiotemporal token grids that video diffusion transformers process. A staged teacher-alignment distillation recipe introduces this pathway into an already pretrained video model gradually, avoiding a full retrain.

The authors instantiate VDN on MiniMax H3 to produce VDN-H3, applying the hybrid attention to video-to-video interactions while keeping full softmax attention for text or audio interactions. With eight-step distillation and an optimized SGLang serving stack, VDN-H3 denoises a 14.3-second, 768p video in 6.70 seconds on eight NVIDIA B200 GPUs. That is a 14.5x speedup over the 50-step dense H3 baseline on the same hardware. Code and weights are published on GitHub and Hugging Face under the OpenVDN account.

Sources

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

    arXiv · Sep 17, 2026

  2. OpenVDN/vdn-minimax-h3 (VDN-H3 model card)

    Hugging Face · Sep 6, 2026

  3. OpenVDN/vdn-minimax-h3: Video DeltaNet training and inference code

    GitHub · Sep 6, 2026

Research this in Signals

Scan Video DeltaNet for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Video DeltaNet already loaded, so edit it or scan as is.