lucidrains / denoising-diffusion-pytorch

Implementation of Denoising Diffusion Probabilistic Model in Pytorch
MIT License
8.05k stars 1.01k forks source link

The difference between pred_x0, pred_v, pred_noise three objectives #153

Closed lzl2040 closed 1 year ago

lucidrains commented 1 year ago

you'll need to read the following papers

https://arxiv.org/abs/2006.11239 (predict start, predict noise) https://arxiv.org/abs/2202.00512 (predict v)

Birch-san commented 1 year ago

https://learnopencv.com/denoising-diffusion-probabilistic-models/#Training-Objective-&-Loss-Function-Used-In-Denoising-Diffusion-Probabilistic-Models

image