Denoising Diffusion Probabilistic Models, Jonathan Ho, Ajay N. Jain, Pieter Abbeel, 2020Advances in Neural Information Processing Systems (NeurIPS), Vol. 33 (Curran Associates, Inc.)DOI: 10.55919/neurips-2020-00101 - This foundational paper introduces Denoising Diffusion Probabilistic Models and their forward/reverse processes, including the original linear noise schedule. It is important for understanding the basics of noise schedules.
Improved Denoising Diffusion Probabilistic Models, Alexander Quinn Nichol, Prafulla Dhariwal, 2021Proceedings of the 38th International Conference on Machine Learning, Vol. 139 (PMLR)DOI: 10.1109/ICCV48922.2021.00971 - This paper introduced the cosine noise schedule as an enhancement over the linear schedule, directly addressing the need for exploring different noise schedule designs.
Score-Based Generative Modeling through Stochastic Differential Equations, Yang Song, Jascha Sohl-Dickstein, Diederik P. Kingma, Abhishek Kumar, Stefano Ermon, Ben Poole, 2021International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2011.13456 - This paper presents a unified framework for score-based generative models using stochastic differential equations, offering a continuous-time view of noise schedules and their link to the signal-to-noise ratio (SNR), a concept for principled schedule design.
Elucidating the Design Space of Diffusion-Based Generative Models, Tero Karras, Miika Aittala, Samuli Laine, Erik Härkönen, Janne Hellsten, Jaakko Lehtinen, Timo Aila, 2022Advances in Neural Information Processing Systems, Vol. 35DOI: 10.55919/neurips-2022-ed1209b0 - This paper systematically analyzes various design options for diffusion models, including the specific parameterization and design of noise schedules (sigma schedules), and their effect on sample quality and training efficiency. It gives specific guidance on creating effective schedules.