Towards Stabilized and Efficient Diffusion Transformers through Long-Skip-Connections with Spectral Constraints
Guanjie Chen, Xinyu Zhao, Yucheng Zhou, Xiaoye Qu, Tianlong Chen, Yu Cheng
TL;DR
This work identifies Dynamic Feature Instability as a core challenge in Diffusion Transformers (DiT) and shows that unstable feature propagation stems from uncontrolled spectral norms in DiT. It introduces Skip-DiT, a Long-Skip-Connections (LSCs)–driven DiT with spectral-constrained weights, providing theoretical guarantees that the Jacobian spectral norm is tighter than in vanilla DiT, enabling stable gradients. The authors couple this architectural change with a static, cache-friendly inference strategy that reuses deep features across timesteps, achieving up to 4.4× training acceleration and 1.5–2× inference speedups with negligible quality loss across image and video generation tasks. Extensive experiments across multiple backbones (Latte, Hunyuan-DiT, DiT-XL) and datasets demonstrate improved stability and caching efficiency, with compatibility to other caching methods, offering a practical path toward stabilized and efficient diffusion transformers for vision applications.
Abstract
Diffusion Transformers (DiT) have emerged as a powerful architecture for image and video generation, offering superior quality and scalability. However, their practical application suffers from inherent dynamic feature instability, leading to error amplification during cached inference. Through systematic analysis, we identify the absence of long-range feature preservation mechanisms as the root cause of unstable feature propagation and perturbation sensitivity. To this end, we propose Skip-DiT, an image and video generative DiT variant enhanced with Long-Skip-Connections (LSCs) - the key efficiency component in U-Nets. Theoretical spectral norm and visualization analysis demonstrate how LSCs stabilize feature dynamics. Skip-DiT architecture and its stabilized dynamic feature enable an efficient statical caching mechanism that reuses deep features across timesteps while updating shallow components. Extensive experiments across the image and video generation tasks demonstrate that Skip-DiT achieves: (1) 4.4 times training acceleration and faster convergence, (2) 1.5-2 times inference acceleration with negligible quality loss and high fidelity to the original output, outperforming existing DiT caching methods across various quantitative metrics. Our findings establish Long-Skip-Connections as critical architectural components for stable and efficient diffusion transformers. Codes are provided in the https://github.com/OpenSparseLLMs/Skip-DiT.
