Skip to content

Commit 1b0138f

Browse files
committed
Updated on 2024-09-03
1 parent 0eb72a6 commit 1b0138f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3>
3939
When?
4040
</h3>
4141
<p>
42-
Last time this was edited was 2024-09-01 (YYYY/MM/DD).
42+
Last time this was edited was 2024-09-03 (YYYY/MM/DD).
4343
</p>
4444
<small><a href="misc.html">misc</a></small>
4545
</body>

papers/list.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
[
22

3+
{
4+
"title": "Scalable Diffusion Models with Transformers",
5+
"author": "William Peebles et al",
6+
"year": "2023",
7+
"topic": "Diffusion, DDPM, DiT",
8+
"venue": "CVPR",
9+
"description": "The authors explore using transformers in the latent space, rather than U-Nets. They find that their methods can lead to lower FID scores compared to prior SOTA. In this paper, their image generation pipeline is roughly: 1) Input high resolution image x 2) Encoder z = E(x), where E is a pre-trained frozen VAE encoder, and z is the latent representation 3) The DiT model operates on z 4) New latent representation z’ is sampled from the diffusion model 5) We then decode the z’ using the pre-trained frozen VAE decoder D, and x’ is now the generated high resolution image.",
10+
"link": "https://arxiv.org/pdf/2212.09748"
11+
},
312
{
413
"title": "Max-Affine Spline Insights Into Deep Network Pruning",
514
"author": "Haoran You et al",

0 commit comments

Comments
 (0)