2022

DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps

Lu, Cheng, Zhou, Yuhao, Bao, Fan et al.

Understand

Diffusion probabilistic models (DPMs) are emerging powerful generative models.

  • Despite their high-quality generation performance, DPMs still suffer from their slow sampling as they generally need hundreds or thousands of sequential function evaluations (steps) of large neural networks to draw a sample.
  • Sampling from DPMs can be viewed alternatively as solving the corresponding diffusion ordinary differential equations (ODEs).
  • In this work, we propose an exact formulation of the solution of diffusion ODEs.

Reading the bibliography…