You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,18 +123,26 @@ DDPM
123
123
Author = {Jonathan Ho and Ajay Jain and Pieter Abbeel},
124
124
Title = {Denoising Diffusion Probabilistic Models},
125
125
Year = {2020},
126
-
Month = {6},
127
126
Eprint = {arXiv:2006.11239},
128
127
}
129
128
```
130
129
130
+
Diffusion inpainting
131
+
```bibtex
132
+
@misc{2201.09865,
133
+
Author = {Andreas Lugmayr and Martin Danelljan and Andres Romero and Fisher Yu and Radu Timofte and Luc Van Gool},
134
+
Title = {RePaint: Inpainting using Denoising Diffusion Probabilistic Models},
135
+
Year = {2022},
136
+
Eprint = {arXiv:2201.09865},
137
+
}
138
+
```
139
+
131
140
Diffusion cosine schedule
132
141
```bibtex
133
142
@misc{2102.09672,
134
143
Author = {Alex Nichol and Prafulla Dhariwal},
135
144
Title = {Improved Denoising Diffusion Probabilistic Models},
136
145
Year = {2021},
137
-
Month = {2},
138
146
Eprint = {arXiv:2102.09672},
139
147
}
140
148
```
@@ -145,7 +153,6 @@ Diffusion weighted loss
145
153
Author = {Jooyoung Choi and Jungbeom Lee and Chaehun Shin and Sungwon Kim and Hyunwoo Kim and Sungroh Yoon},
146
154
Title = {Perception Prioritized Training of Diffusion Models},
147
155
Year = {2022},
148
-
Month = {4},
149
156
Eprint = {arXiv:2204.00227},
150
157
}
151
158
```
@@ -156,7 +163,6 @@ Improved UNet architecture
156
163
Author = {Chitwan Saharia and William Chan and Saurabh Saxena and Lala Li and Jay Whang and Emily Denton and Seyed Kamyar Seyed Ghasemipour and Burcu Karagol Ayan and S. Sara Mahdavi and Rapha Gontijo Lopes and Tim Salimans and Jonathan Ho and David J Fleet and Mohammad Norouzi},
157
164
Title = {Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding},
158
165
Year = {2022},
159
-
Month = {5},
160
166
Eprint = {arXiv:2205.11487},
161
167
}
162
168
```
@@ -167,7 +173,6 @@ Elucidated diffusion
167
173
Author = {Tero Karras and Miika Aittala and Timo Aila and Samuli Laine},
168
174
Title = {Elucidating the Design Space of Diffusion-Based Generative Models},
0 commit comments