Guiding a Diffusion Transformer with the Internal Dynamics of Itself
Xingyu Zhou, Qifan Li, Xiaobin Hu, Hai Chen, Shuhang Gu
TL;DR
This work tackles the challenge of diffusion models failing to cover low-probability regions by proposing Internal Guidance (IG), a plug-and-play strategy that adds auxiliary supervision to an intermediate layer and uses extrapolation between intermediate and final outputs during sampling to steer generation. IG improves both training efficiency and sample quality for Diffusion Transformers, and can be combined with classifier-free guidance (CFG) and guidance interval techniques to achieve state-of-the-art results (e.g., $\text{FID}=1.19$ on ImageNet-256 with LightningDiT-XL/1+IG+CFG). The authors demonstrate significant gains across multiple architectures (SiT, DiT, LightningDiT), show that IG reduces gradient-vanishing issues, and provide analyses of its compatibility with CFG, optimal guidance intervals, and training acceleration benefits. The approach offers a practical, scalable enhancement for large diffusion models with minimal computational overhead, broadening the applicability of high-fidelity image synthesis.
Abstract
The diffusion model presents a powerful ability to capture the entire (conditional) data distribution. However, due to the lack of sufficient training and data to learn to cover low-probability areas, the model will be penalized for failing to generate high-quality images corresponding to these areas. To achieve better generation quality, guidance strategies such as classifier free guidance (CFG) can guide the samples to the high-probability areas during the sampling stage. However, the standard CFG often leads to over-simplified or distorted samples. On the other hand, the alternative line of guiding diffusion model with its bad version is limited by carefully designed degradation strategies, extra training and additional sampling steps. In this paper, we proposed a simple yet effective strategy Internal Guidance (IG), which introduces an auxiliary supervision on the intermediate layer during training process and extrapolates the intermediate and deep layer's outputs to obtain generative results during sampling process. This simple strategy yields significant improvements in both training efficiency and generation quality on various baselines. On ImageNet 256x256, SiT-XL/2+IG achieves FID=5.31 and FID=1.75 at 80 and 800 epochs. More impressively, LightningDiT-XL/1+IG achieves FID=1.34 which achieves a large margin between all of these methods. Combined with CFG, LightningDiT-XL/1+IG achieves the current state-of-the-art FID of 1.19.
