Classifier Guidance: Principles and Implementation
Was this section helpful?
Diffusion Models Beat GANs on Image Synthesis, Prafulla Dhariwal and Alex Nichol, 2021Advances in Neural Information Processing Systems (NeurIPS 2021)DOI: 10.48550/arXiv.2105.05233 - This foundational paper introduces classifier guidance, demonstrating how to steer diffusion models toward specific classes using gradients from a pre-trained classifier. It shows that guided diffusion models can achieve high quality in image synthesis.
Denoising Diffusion Probabilistic Models, Jonathan Ho, Ajay Jain, and Pieter Abbeel, 2020Advances in Neural Information Processing Systems (NeurIPS 2020), Vol. 33DOI: 10.48550/arXiv.2006.11239 - This paper introduces the Denoising Diffusion Probabilistic Model (DDPM) framework, which classifier guidance modifies. It describes the forward and reverse diffusion processes, forming the basis for many modern diffusion models.
Generative Modeling by Estimating Gradients of the Data Distribution, Yang Song, Stefano Ermon, 2019Advances in Neural Information Processing Systems (NeurIPS 2019), Vol. 32DOI: 10.48550/arXiv.1907.05600 - This paper introduces score-based generative models, establishing a theoretical framework for using gradients of the log-density (score functions) for generative tasks. This underpins the gradient-based steering mechanism used in classifier guidance.
Improved Denoising Diffusion Probabilistic Models, Alex Nichol, Prafulla Dhariwal, 2021International Conference on Machine Learning (ICML 2021)DOI: 10.48550/arXiv.2102.09672 - This work builds upon DDPMs and includes further enhancements and empirical studies on techniques like classifier guidance. It offers additional insights into improving the performance and sample quality of diffusion models.