Skip to content

Add denoising diffusion blog post #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 114 additions & 0 deletions _posts/2023-04-21-denoising-diffusion-impl/references.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@

@misc{kerasDDIM,
title = {Denoising Diffusion Implicit Models},
url = {https://keras.io/examples/generative/ddim/},
author = {Béres, András},
year = {2022}
}

@article{song2020,
title = {Denoising Diffusion Implicit Models},
author = {Song, Jiaming and Meng, Chenlin and Ermon, Stefano},
year = {2020},
date = {2020},
doi = {10.48550/ARXIV.2010.02502},
url = {https://arxiv.org/abs/2010.02502}
}

@article{nichol2021,
title = {Improved Denoising Diffusion Probabilistic Models},
author = {Nichol, Alex and Dhariwal, Prafulla},
year = {2021},
date = {2021},
doi = {10.48550/ARXIV.2102.09672},
url = {https://arxiv.org/abs/2102.09672}
}

@article{karras2022,
title = {Elucidating the Design Space of Diffusion-Based Generative Models},
author = {Karras, Tero and Aittala, Miika and Aila, Timo and Laine, Samuli},
year = {2022},
date = {2022},
doi = {10.48550/ARXIV.2206.00364},
url = {https://arxiv.org/abs/2206.00364}
}

@article{kazemnejad2019:pencoding,
title = "Transformer Architecture: The Positional Encoding",
author = "Kazemnejad, Amirhossein",
journal = "kazemnejad.com",
year = "2019",
url = "https://kazemnejad.com/blog/transformer_architecture_positional_encoding/"
}

@article{sohl-dickstein2015,
title = {Deep Unsupervised Learning using Nonequilibrium Thermodynamics},
author = {Sohl-Dickstein, Jascha and Weiss, Eric A. and Maheswaranathan, Niru and Ganguli, Surya},
year = {2015},
date = {2015},
doi = {10.48550/ARXIV.1503.03585},
url = {https://arxiv.org/abs/1503.03585}
}

@article{weng2021diffusion,
title = "What are diffusion models?",
author = "Weng, Lilian",
journal = "lilianweng.github.io",
year = "2021",
month = "Jul",
url = "https://lilianweng.github.io/posts/2021-07-11-diffusion-models/"
}

@article{bansal2022,
title = {Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise},
author = {Bansal, Arpit and Borgnia, Eitan and Chu, Hong-Min and Li, Jie S. and Kazemi, Hamid and Huang, Furong and Goldblum, Micah and Geiping, Jonas and Goldstein, Tom},
year = {2022},
date = {2022},
doi = {10.48550/ARXIV.2208.09392},
url = {https://arxiv.org/abs/2208.09392}
}

@article{ho2020,
title = {Denoising Diffusion Probabilistic Models},
author = {Ho, Jonathan and Jain, Ajay and Abbeel, Pieter},
year = {2020},
date = {2020},
doi = {10.48550/ARXIV.2006.11239},
url = {https://arxiv.org/abs/2006.11239}
}

@article{ronneberger2015,
title = {U-Net: Convolutional Networks for Biomedical Image Segmentation},
author = {Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas},
year = {2015},
date = {2015},
doi = {10.48550/ARXIV.1505.04597},
url = {https://arxiv.org/abs/1505.04597}
}

@article{he2015,
title = {Deep Residual Learning for Image Recognition},
author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
year = {2015},
date = {2015},
doi = {10.48550/ARXIV.1512.03385},
url = {https://arxiv.org/abs/1512.03385}
}

@article{vaswani2017,
title = {Attention Is All You Need},
author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N. and Kaiser, Lukasz and Polosukhin, Illia},
year = {2017},
date = {2017},
doi = {10.48550/ARXIV.1706.03762},
url = {https://arxiv.org/abs/1706.03762}
}

@article{binkowski2018,
title = {Demystifying MMD GANs},
author = {{Bi{\'{n}}kowski}, {Miko{\l}aj} and Sutherland, Danica J. and Arbel, Michael and Gretton, Arthur},
year = {2018},
date = {2018},
doi = {10.48550/ARXIV.1801.01401},
url = {https://arxiv.org/abs/1801.01401}
}