DEV Community

Takara Taniguchi
Takara Taniguchi

Posted on

Denoising Diffusion Probabilistic Models

DDPM論文,Jonathan HoがUC Barkeleyで作った

Background
Forward process
The forward process is designed as follows:

Image description

In each step, the Gaussian noise is added. When t -> \infty, x_T converges to the Gaussian noise.

Reverse process

Image description

Loss function
Actually, the loss function is truncated because the quality of sampling is enhanced as follows:

Image description

The paper requires more time to fully understand.

Top comments (0)