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

Haocheng Xi, Yiming Xie, Hexu Zhao, Yiwen Zhang, Michael Liu, Thomas Creavin, Kurt Keutzer, Xiuyu Li, Zhaoyang Lv, Chenfeng Xu, Haiwen Feng

arXiv:2609.20744 · 2026-09-19 공개 · arXiv · PDF

video-generation video-diffusion linear-attention sglang hybrid-attention softmax-attention delta-attention livestream

Abstract

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.

한국어 요약

한 줄 요약

Video DeltaNet(VDN)은 영상 생성 속도를 14.5× 향상시키는 하이브리드 어텐션 구조를 제안한다.

핵심 기여도

핵심 아이디어

기존 영상 생성 모델에서 Softmax 어텐션은 토큰 수에 비례해 계산 복잡도가 급증하며, 선형 어텐션은 장거리 컨텍스트를 고정 크기 메모리로 압축해 성능을 향상시킬 수 있다. 그러나 단일 토큰 기반의 업데이트 방식은 영상의 공간적 상관성을 무시하게 되어 생성 품질이 저하된다. VDN은 이 문제를 해결하기 위해 프레임 단위로 공간 토큰을 병렬 처리하는 VDA를 도입한다. VDA는 키-밸류 간 상관관계를 고려해 메모리 업데이트를 수행하며, RMS 정규화와 학습 가능한 게이트를 통해 두 가지 어텐션 경로를 조절한다. 또한, 기존 미리 학습된 모델에 새로운 선형 경로를 점진적으로 통합하는 staged teacher-alignment 레시피를 제안한다.

기술적 접근법

주요 결과

의의 및 한계

VDN은 영상 생성에서 Softmax 어텐션의 계산 복잡도 문제를 해결하면서도 품질 저하 없이 성능을 향상시킨다. 특히, VDA는 영상의 공간적 상관성을 고려한 병렬 처리를 통해 기존 선형 어텐션의 한계를 극복한다. 또한, staged teacher-alignment 레시피는 기존 모델과 새로운 경로의 통합을 용이하게 하며, 디스틸레이션과 최적화를 통해 실용적인 속도 향상이 가능하다. 그러나 VDN은 텍스트/오디오 상호작용에는 여전히 Softmax를 사용하므로, 모든 상호작용에 선형 어텐션을 적용하는 방법은 아직 검증되지 않았다.

실용적 활용

VDN은 실시간 스트리밍 영상 생성, 대규모 영상 생성 작업, GPU 리소스 제한 환경에서 빠른 인퍼런스가 필요한 산업에 적용 가능하다. 특히, 미디어 제작, 게임 콘텐츠 생성, 영상 기반 챗봇 등에서 실시간 성능 향상과 품질 유지가 요구되는 상황에 유용하다.