English

Token Perturbation Guidance for Diffusion Models

Graphics 2025-11-06 v2 Computation and Language

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.

Keywords

Cite

@article{arxiv.2506.10036,
  title  = {Token Perturbation Guidance for Diffusion Models},
  author = {Javad Rajabi and Soroush Mehraban and Seyedmorteza Sadat and Babak Taati},
  journal= {arXiv preprint arXiv:2506.10036},
  year   = {2025}
}

Comments

Accepted at NeurIPS 2025. Project page: https://github.com/TaatiTeam/Token-Perturbation-Guidance

R2 v1 2026-07-01T03:11:51.623Z