AdaptiveLoad: Towards Efficient Video Diffusion Transformer Training
TLDR
AdaptiveLoad optimizes video diffusion transformer training for world models via dual-constraint load balancing and fused kernel, improving throughput by 27.2%.
Reasoning
The paper addresses a critical computational bottleneck in training video diffusion transformers for world models, proposing a novel load balancing system and fused CUDA kernel. Strengths include clear problem identification and significant empirical gains on a real-world model (Wan 2.1). Weaknesses are limited generality (single architecture) and lack of comparison to other advanced scheduling methods.
Read-first score
Read-first score 54, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 35.
Field roles
Rank sensitivity
Stability: volatile; rank range: 244.
Keyword Scores
Deep Analysis
Innovations
- Dual-constraint adaptive load balancing system that simultaneously limits memory consumption and computational load using B × S^p ≤ M_comp
- Fused LayerNorm-Modulate CUDA kernel utilizing D-tile coalesced reduction strategy to increase throughput and alleviate memory pressure
Methodology
AdaptiveLoad is an integrated optimization framework for training video diffusion Transformers. It consists of two components: (1) a dual-constraint adaptive load balancing system that eliminates long-sequence bottlenecks by constraining both memory and computation (B × S^p ≤ M_comp), and (2) a fused LayerNorm-Modulate CUDA kernel using D-tile coalesced reduction. The method is evaluated on the Wan 2.1 world model.
Key Results
The method reduces computational imbalance rate from 39% to 18.9%, improves peak VRAM utilization efficiency by 22.7%, and achieves an overall training throughput increase of 27.2% on the Wan 2.1 world model.