Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Sparse VideoGen: Accelerating Video Diffusion Transformers with Spatial-Temporal Sparsity

About

Diffusion Transformers (DiTs) dominate video generation but their high computational cost severely limits real-world applicability, usually requiring tens of minutes to generate a few seconds of video even on high-performance GPUs. This inefficiency primarily arises from the quadratic computational complexity of 3D Full Attention with respect to the context length. In this paper, we propose a training-free framework termed Sparse VideoGen (SVG) that leverages the inherent sparsity in 3D Full Attention to boost inference efficiency. We reveal that the attention heads can be dynamically classified into two groups depending on distinct sparse patterns: (1) Spatial Head, where only spatially-related tokens within each frame dominate the attention output, and (2) Temporal Head, where only temporally-related tokens across different frames dominate. Based on this insight, SVG proposes an online profiling strategy to capture the dynamic sparse patterns and predicts the type of attention head. Combined with a novel hardware-efficient tensor layout transformation and customized kernel implementations, SVG achieves up to 2.28x and 2.33x end-to-end speedup on CogVideoX-v1.5 and HunyuanVideo, respectively, while preserving generation quality. Our code is open-sourced and is available at https://github.com/svg-project/Sparse-VideoGen

Haocheng Xi, Shuo Yang, Yilong Zhao, Chenfeng Xu, Muyang Li, Xiuyu Li, Yujun Lin, Han Cai, Jintao Zhang, Dacheng Li, Jianfei Chen, Ion Stoica, Kurt Keutzer, Song Han• 2025

Related benchmarks

TaskDatasetResultRank
Video GenerationVBench--
102
Rolling-ForcingLongVBench
VBench Score33.15
15
Video GenerationLongVGenBench LongVie2 (test)
LongVGenBench Score24.83
15
Video GenerationVBench Wan2.1
Sparsity75.1
7
Video GenerationHunyuanVideo 117 frames (test)
Vision Reward0.144
7
Video GenerationWan2.1-14B 69 frames (test)
Vision Reward0.114
7
Video GenerationVBench CogVideoX v1.5
Sparsity75
6
Video GenerationVBench Hunyuan Video
Sparsity79.7
6
Video GenerationVBench
VBench Score65.54
6
Video GenerationWan2.1-1.3B 4-step distilled
VBench0.746
6
Showing 10 of 15 rows

Other info

Follow for update