Token Perturbation Guidance for Diffusion Models
Javad Rajabi, Soroush Mehraban, Seyedmorteza Sadat, Babak Taati
TL;DR
The paper addresses the limited applicability of classifier-free guidance (CFG) by proposing Token Perturbation Guidance (TPG), a training-free method that perturbs intermediate token representations to guide diffusion sampling. TPG relies on a norm-preserving, orthonormal perturbation (notably token shuffling) to generate a negative score that, when combined with the conditional signal, yields CFG-like guidance without architectural changes. Empirical results on SDXL and Stable Diffusion 2.1 show nearly a 2× improvement in unconditional Fréchet Inception Distance (FID) over baselines and competitive prompt alignment with CFG in conditional settings, demonstrating strong generalization across architectures and tasks. The approach offers a simple, plug-and-play alternative that extends CFG-like benefits to a broader class of diffusion models, with potential implications for faster deployment and broader applicability in conditional and unconditional generation scenarios.
Abstract
Classifier-free guidance (CFG) has become an essential component of modern diffusion models to enhance both generation quality and alignment with input conditions. However, CFG requires specific training procedures and is limited to conditional generation. To address these limitations, we propose Token Perturbation Guidance (TPG), a novel method that applies perturbation matrices directly to intermediate token representations within the diffusion network. TPG employs a norm-preserving shuffling operation to provide effective and stable guidance signals that improve generation quality without architectural changes. As a result, TPG is training-free and agnostic to input conditions, making it readily applicable to both conditional and unconditional generation. We further analyze the guidance term provided by TPG and show that its effect on sampling more closely resembles CFG compared to existing training-free guidance techniques. Extensive experiments on SDXL and Stable Diffusion 2.1 show that TPG achieves nearly a 2$\times$ improvement in FID for unconditional generation over the SDXL baseline, while closely matching CFG in prompt alignment. These results establish TPG as a general, condition-agnostic guidance method that brings CFG-like benefits to a broader class of diffusion models.
