DSV: Exploiting Dynamic Sparsity to Accelerate Large-Scale Video DiT Training
Xin Tan, Yuetao Chen, Yimin Jiang, Xing Chen, Kun Yan, Nan Duan, Yibo Zhu, Daxin Jiang, Hong Xu
TL;DR
DSV tackles the heavy computational burden of self-attention in large-scale video Diffusion Transformers by exploiting dynamic sparsity in attention. It introduces a two-stage training regime with learnable low-rank predictors to identify critical KV pairs, paired with fused kernels and query-grouping to compute sparse attention efficiently, and a hybrid sparsity-aware context parallelism to balance computation and communication. The approach yields up to 3.02x training throughput and substantial latency reductions across datasets and model scales while preserving video quality. This combination of algorithmic sparsity, efficient kernels, and adaptive parallelism enables scalable, high-definition video generation training on large GPU clusters.
Abstract
Diffusion Transformers (DiTs) have shown remarkable performance in generating high-quality videos. However, the quadratic complexity of 3D full attention remains a bottleneck in scaling DiT training, especially with high-definition, lengthy videos, where it can consume up to 95% of processing time and demand specialized context parallelism. This paper introduces DSV to accelerate video DiT training by leveraging the dynamic attention sparsity we empirically observe. DSV uses a two-stage algorithm to capture the dynamic sparsity patterns via low-rank based approximation of the original query and key. It employs custom kernels to efficiently identify critical key-value pairs and compute the sparse attention. To accommodate the new sparsity dimension, DSV adopts a hybrid sparsity-aware context parallelism that re-balances the skewed workload across attention heads and blocks due to sparsity heterogeneity. DSV achieves up to 3.02x higher training throughput, scaling to 128 GPUs and 520k token lengths, without quality loss.
