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

Pseudo Numerical Methods for Diffusion Models on Manifolds

About

Denoising Diffusion Probabilistic Models (DDPMs) can generate high-quality samples such as image and audio samples. However, DDPMs require hundreds to thousands of iterations to produce final samples. Several prior works have successfully accelerated DDPMs through adjusting the variance schedule (e.g., Improved Denoising Diffusion Probabilistic Models) or the denoising equation (e.g., Denoising Diffusion Implicit Models (DDIMs)). However, these acceleration methods cannot maintain the quality of samples and even introduce new noise at a high speedup rate, which limit their practicability. To accelerate the inference process while keeping the sample quality, we provide a fresh perspective that DDPMs should be treated as solving differential equations on manifolds. Under such a perspective, we propose pseudo numerical methods for diffusion models (PNDMs). Specifically, we figure out how to solve differential equations on manifolds and show that DDIMs are simple cases of pseudo numerical methods. We change several classical numerical methods to corresponding pseudo numerical methods and find that the pseudo linear multi-step method is the best in most situations. According to our experiments, by directly using pre-trained models on Cifar10, CelebA and LSUN, PNDMs can generate higher quality synthetic images with only 50 steps compared with 1000-step DDIMs (20x speedup), significantly outperform DDIMs with 250 steps (by around 0.4 in FID) and have good generalization on different variance schedules. Our implementation is available at https://github.com/luping-liu/PNDM.

Luping Liu, Yi Ren, Zhijie Lin, Zhou Zhao• 2022

Related benchmarks

TaskDatasetResultRank
Image GenerationCIFAR-10 (test)
FID9.36
471
Unconditional Image GenerationCIFAR-10 (test)
FID4.51
216
Image GenerationCelebA 64 x 64 (test)
FID2.71
203
Image GenerationCIFAR10 32x32 (test)
FID3.26
154
Class-conditional Image GenerationImageNet
FID6.94
132
Image GenerationCelebA
FID2.71
110
Unconditional Image GenerationLSUN Bedrooms unconditional
FID6.71
96
Unconditional Image GenerationCelebA unconditional 64 x 64
FID2.81
95
Image GenerationLSUN church
FID8.69
95
Unconditional Image GenerationCIFAR-10 32x32 (test)
FID3.17
94
Showing 10 of 28 rows

Other info

Code

Follow for update