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)

Build seamlessly, securely, and flexibly with MongoDB Atlas. Try free.

Build seamlessly, securely, and flexibly with MongoDB Atlas. Try free.

MongoDB Atlas lets you build and run modern apps in 125+ regions across AWS, Azure, and Google Cloud. Multi-cloud clusters distribute data seamlessly and auto-failover between providers for high availability and flexibility. Start free!

Learn More

👋 Kindness is contagious

Explore this insightful write-up, celebrated by our thriving DEV Community. Developers everywhere are invited to contribute and elevate our shared expertise.

A simple "thank you" can brighten someone’s day—leave your appreciation in the comments!

On DEV, knowledge-sharing fuels our progress and strengthens our community ties. Found this useful? A quick thank you to the author makes all the difference.

Okay