Skip to content

Commit 0a9d306

Browse files
feat: update citations
1 parent daee76f commit 0a9d306

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,26 @@ DDPM
123123
Author = {Jonathan Ho and Ajay Jain and Pieter Abbeel},
124124
Title = {Denoising Diffusion Probabilistic Models},
125125
Year = {2020},
126-
Month = {6},
127126
Eprint = {arXiv:2006.11239},
128127
}
129128
```
130129

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+
131140
Diffusion cosine schedule
132141
```bibtex
133142
@misc{2102.09672,
134143
Author = {Alex Nichol and Prafulla Dhariwal},
135144
Title = {Improved Denoising Diffusion Probabilistic Models},
136145
Year = {2021},
137-
Month = {2},
138146
Eprint = {arXiv:2102.09672},
139147
}
140148
```
@@ -145,7 +153,6 @@ Diffusion weighted loss
145153
Author = {Jooyoung Choi and Jungbeom Lee and Chaehun Shin and Sungwon Kim and Hyunwoo Kim and Sungroh Yoon},
146154
Title = {Perception Prioritized Training of Diffusion Models},
147155
Year = {2022},
148-
Month = {4},
149156
Eprint = {arXiv:2204.00227},
150157
}
151158
```
@@ -156,7 +163,6 @@ Improved UNet architecture
156163
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},
157164
Title = {Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding},
158165
Year = {2022},
159-
Month = {5},
160166
Eprint = {arXiv:2205.11487},
161167
}
162168
```
@@ -167,7 +173,6 @@ Elucidated diffusion
167173
Author = {Tero Karras and Miika Aittala and Timo Aila and Samuli Laine},
168174
Title = {Elucidating the Design Space of Diffusion-Based Generative Models},
169175
Year = {2022},
170-
Month = {6},
171176
Eprint = {arXiv:2206.00364},
172177
}
173178
```

0 commit comments

Comments
 (0)