Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Guiding a Diffusion Model with a Bad Version of Itself

About

The primary axes of interest in image-generating diffusion models are image quality, the amount of variation in the results, and how well the results align with a given condition, e.g., a class label or a text prompt. The popular classifier-free guidance approach uses an unconditional model to guide a conditional model, leading to simultaneously better prompt alignment and higher-quality images at the cost of reduced variation. These effects seem inherently entangled, and thus hard to control. We make the surprising observation that it is possible to obtain disentangled control over image quality without compromising the amount of variation by guiding generation using a smaller, less-trained version of the model itself rather than an unconditional model. This leads to significant improvements in ImageNet generation, setting record FIDs of 1.01 for 64x64 and 1.25 for 512x512, using publicly available networks. Furthermore, the method is also applicable to unconditional diffusion models, drastically improving their quality.

Tero Karras, Miika Aittala, Tuomas Kynk\"a\"anniemi, Jaakko Lehtinen, Timo Aila, Samuli Laine• 2024

Related benchmarks

TaskDatasetResultRank
Image GenerationImageNet 512x512 (val)
FID-50K3.86
184
Class-conditional Image GenerationImageNet 64x64 (test)
FID1.01
86
Class-conditional Image GenerationImageNet 512x512 (val)
FID (Val)1.25
69
Class-conditional Image GenerationImageNet 512x512 (train)
FID1.25
52
Conditional Image GenerationImageNet 64x64 (val)
FID1.01
48
Showing 5 of 5 rows

Other info

Code

Follow for update