paper-with-me

Papers

Common Diffusion Noise Schedules and Sample Steps are Flawed

2023-05-15 · Shanchuan Lin, Bingchen Liu, Jiashi Li, Xiao Yang

We discover that common diffusion noise schedules do not enforce the last timestep to have zero signal-to-noise ratio (SNR), and some implementations of diffusion samplers do not start from the last timestep. Such designs are flawed and do not reflect the fact that the model is given pure Gaussian noise at inference, creating a discrepancy between training and inference. We show that the flawed design causes real problems in existing implementations. In Stable Diffusion, it severely limits the model to only generate images with medium brightness and prevents it from generating very bright and dark samples. We propose a few simple fixes: (1) rescale the noise schedule to enforce zero terminal SNR; (2) train the model with v prediction; (3) change the sampler to always start from the last timestep; (4) rescale classifier-free guidance to prevent over-exposure. These simple changes ensure the diffusion process is congruent between training and inference and allow the model to generate samples more faithful to the original data distribution.

📄 PDF Abstract BibTeX arXiv:2305.08891

Code (1)

bytedance/MVDream-threestudio jax

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Spectrally-Guided Diffusion Noise Schedules

2026-03-19 · Carlos Esteves, Ameesh Makadia arxiv

Denoising diffusion models are widely used for high-quality image and video generation. Their performance depends on noise schedules, which define the distribution of noise levels applied during training and the sequence…

Video Generation

Optimizing Noise Schedules of Generative Models in High Dimensionss

2025-01-02 · Santiago Aranguri, Giulio Biroli, Marc Mezard, Eric Vanden-Eijnden

Recent works have shown that diffusion models can undergo phase transitions, the resolution of which is needed for accurately generating samples. This has motivated the use of different noise schedules, the two most comm…

Denoising

Automated Tuning for Diffusion Inverse Problem Solvers without Generative Prior Retraining

2025-09-11 · Yaşar Utku Alçalar, Junno Yun, Mehmet Akçakaya arxiv

Diffusion/score-based models have recently emerged as powerful generative priors for solving inverse problems, including accelerated MRI reconstruction. While their flexibility allows decoupling the measurement model fro…

MRI Reconstruction

Enhancing Diffusion Models Efficiency by Disentangling Total-Variance and Signal-to-Noise Ratio

2025-02-12 · Khaled Kahouli, Winfried Ripken, Stefan Gugler, Oliver T. Unke 외

The long sampling time of diffusion models remains a significant bottleneck, which can be mitigated by reducing the number of diffusion time steps. However, the quality of samples with fewer steps is highly dependent on …

Image Generation

DPM-TSE: A Diffusion Probabilistic Model for Target Sound Extraction

2023-10-06 · Jiarui Hai, Helin Wang, Dongchao Yang, Karan Thakkar 외

Common target sound extraction (TSE) approaches primarily relied on discriminative approaches in order to separate the target sound while minimizing interference from the unwanted sources, with varying success in separat…

Target Sound Extraction