Viewing a single comment thread. View all comments

Username912773 t1_je3pipz wrote

Arenโ€™t GANs substantially larger and harder to preserve image structure?

1

geekfolk t1_je3qyfr wrote

I donโ€™t know about this model, but GANs are typically smaller than diffusion models in terms of num of params. The image structure thing probably has something to do with the network architecture since GANs rarely use attention blocks and the network architecture of diffusion models is more hybrid (typically CNN + attention)

1

Beautiful-Gur-9456 OP t1_je3sung wrote

I think the reason lies in the difference in the amount of computation rather than architectural difference. Diffusion models have many chances to correct their predictions, but GANs do not.

1