Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Wavelet Diffusion Models are fast and scalable Image Generators

About

Diffusion models are rising as a powerful solution for high-fidelity image generation, which exceeds GANs in quality in many circumstances. However, their slow training and inference speed is a huge bottleneck, blocking them from being used in real-time applications. A recent DiffusionGAN method significantly decreases the models' running time by reducing the number of sampling steps from thousands to several, but their speeds still largely lag behind the GAN counterparts. This paper aims to reduce the speed gap by proposing a novel wavelet-based diffusion scheme. We extract low-and-high frequency components from both image and feature levels via wavelet decomposition and adaptively handle these components for faster processing while maintaining good generation quality. Furthermore, we propose to use a reconstruction term, which effectively boosts the model training convergence. Experimental results on CelebA-HQ, CIFAR-10, LSUN-Church, and STL-10 datasets prove our solution is a stepping-stone to offering real-time and high-fidelity diffusion models. Our code and pre-trained checkpoints are available at \url{https://github.com/VinAIResearch/WaveDiff.git}.

Hao Phung, Quan Dao, Anh Tran• 2022

Related benchmarks

TaskDatasetResultRank
Image GenerationCIFAR10 32x32 (test)
FID4.01
183
Image GenerationSTL-10 (test)--
59
Image GenerationCelebA-HQ 256x256
FID5.94
55
Image GenerationLSUN Church 256x256 (test)
FID5.06
55
Unconditional image synthesisCelebA-HQ 256 x 256
FID5.94
16
Image GenerationCIFAR-10
FID4.01
14
Image SynthesisCelebA-HQ
FID5.94
10
Image GenerationSTL-10 64 x 64
FID12.93
5
Image SynthesisCelebA-HQ 256x256 (test)
FID5.9
5
Image GenerationCelebA-HQ 512 x 512 (test)
FID6.4
2
Showing 10 of 10 rows

Other info

Code

Follow for update