Skip to content

WangM220/Diffusion_model_noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Example of A Diffusion Model

Diffusion model becomes a very popular model not just in image generation, but also in protein design.

Let's start with a straightforward scenario to study the diffusion model.

The Denoising Diffusion Probabilistic Model (DDPM) comprises two integral processes: the forward process and the reverse process.

Forward Process: In this process, noise sampled from a Gaussian distribution is incrementally added to an image at each time step. This forward process iteratively refine the pixel distribution of the image until it approximates a Gaussian distribution.

Reverse Process: Conversely, the reverse process involves predicting the noise and subsequently removing it from a noisy image at each time step.

add_remove_noise

About

add and remove noise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages