diff --git a/README.md b/README.md index a4cb076..b1035d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ + + ## Denoising Diffusion Probabilistic Model, in Pytorch (wip) -Implementation of Denoising Diffusion Probabilistic Model in Pytorch. +Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the gradient of the data distribution, followed by Langevin sampling to sample from the true distribution. This implementation was transcribed from the official Tensorflow version here. ## Install @@ -48,14 +50,3 @@ sampled_images.shape # (1, 3, 128, 128) primaryClass={cs.LG} } ``` - -```bibtex -@misc{chen2020wavegrad, - title={WaveGrad: Estimating Gradients for Waveform Generation}, - author={Nanxin Chen and Yu Zhang and Heiga Zen and Ron J. Weiss and Mohammad Norouzi and William Chan}, - year={2020}, - eprint={2009.00713}, - archivePrefix={arXiv}, - primaryClass={eess.AS} -} -``` diff --git a/denoising-diffusion.png b/denoising-diffusion.png new file mode 100644 index 0000000..bbc1b01 Binary files /dev/null and b/denoising-diffusion.png differ