Contractive Diffusion Probabilistic Models
This work addresses robustness in generative modeling for AI researchers, offering an incremental improvement over existing diffusion models.
The paper tackles the issue of unguaranteed score matching in diffusion probabilistic models by introducing a contraction property for backward sampling, which narrows score matching and discretization errors, resulting in steady performance improvements on datasets like CIFAR-10 and AFHQ.
Diffusion probabilistic models (DPMs) have emerged as a promising technique in generative modeling. The success of DPMs relies on two ingredients: time reversal of diffusion processes and score matching. In view of possibly unguaranteed score matching, we propose a new criterion -- the contraction property of backward sampling in the design of DPMs, leading to a novel class of contractive DPMs (CDPMs). Our key insight is that, the contraction property can provably narrow score matching errors and discretization errors, thus our proposed CDPMs are robust to both sources of error. For practical use, we show that CDPM can leverage weights of pretrained DPMs by a simple transformation, and does not need retraining. We corroborated our approach by experiments on synthetic 1-dim examples, Swiss Roll, MNIST, CIFAR-10 32$\times$32 and AFHQ 64$\times$64 dataset. Notably, CDPM steadily improves the performance of baseline score-based diffusion models.