Denoising Diffusion Probabilistic Models, Jonathan Ho, Ajay Jain, Pieter Abbeel, 2020Advances in Neural Information Processing Systems (NeurIPS)DOI: 10.48550/arXiv.2006.11239 - This seminal paper introduced the Denoising Diffusion Probabilistic Models (DDPM) framework, providing the foundational mathematical formulation for the forward and reverse diffusion processes, including the derivation of the posterior q(x_{t-1}|x_t, x_0) discussed in the section.
The Annotated Diffusion Model, Niels Rogge, Kashif Rasul, 2022 (Hugging Face) - This detailed tutorial, part of the Hugging Face Diffusers documentation, provides an annotated implementation and explanation of the DDPM mathematical steps, aligning closely with the content presented.
Score-Based Generative Modeling through Stochastic Differential Equations, Yang Song, Jascha Sohl-Dickstein, Diederik P. Kingma, Abhishek Kumar, Stefano Ermon, Ben Poole, 2020International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2011.13456 - This paper unified DDPMs with score-based models and introduced the continuous-time framework for generative diffusion, offering a deeper theoretical understanding of the reverse process.