Denoising Diffusion Probabilistic Models, Jonathan Ho, Ajay Jain, and Pieter Abbeel, 2020Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.2006.11239 - This foundational paper introduced the Denoising Diffusion Probabilistic Model (DDPM), establishing the core framework for unconditional image generation that subsequent conditional methods build upon.
Diffusion Models Beat GANs on Image Synthesis, Prafulla Dhariwal and Alex Nichol, 2021Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.2105.05233 - This work significantly advanced diffusion models, demonstrating their superior image generation quality and introducing classifier guidance, an early and effective method for conditional generation.
Classifier-Free Diffusion Guidance, Jonathan Ho and Tim Salimans, 2022arXiv preprint arXiv:2207.12598DOI: 10.48550/arXiv.2207.12598 - Introduces classifier-free guidance, a widely adopted technique that enables effective conditional generation without needing an external classifier, streamlining the process for many applications.
High-Resolution Image Synthesis with Latent Diffusion Models, Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer, 2022CVPR 2022DOI: 10.48550/arXiv.2112.10752 - Presents Latent Diffusion Models (LDMs), which enable efficient high-resolution image generation and are a foundational architecture for popular text-to-image models like Stable Diffusion, showcasing practical conditional generation.