Skip to content

Latest commit

 

History

History

2-Diffusion Model

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Diffusion Model

有关学习资料,可以看我写的知乎文章Awesome-Diffusion-Models

https://scorebasedgenerativemodeling.github.io/

Introduction

From DDPM, a diffusion probabilistic model (which we call ‘diffusion model’ for brevity) is a parameterized Markov chain trained using variational inference to produce samples matching the data after finite time.

Diffusion models are straightforward to define and efficient to train, but are not capable of generating high quality samples.

Diffusion models consist of two processes: forward diffusion and parametrized reverse. A forward diffusion process maps data to noise by gradually perturbing the input data. At each step of this process, Gaussian noise is incrementally added to the data. The second process is a parametrized reverse process that undoes the forward diffusion and performs iterative denoising.

Branch

Selected Literature

To see full list, please see the subfolder.

综述

https://github.com/YangLing0818/Diffusion-Models-Papers-Survey-Taxonomy

关于 Score-based generative model 宋飏博士的几个承接工作: