MLCVLGSDASDec 26, 2021

Quasi-Taylor Samplers for Diffusion Generative Models based on Ideal Derivatives

arXiv:2112.13339v24 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in diffusion models for image generation, offering incremental improvements in sampling speed.

The paper tackles the problem of diffusion generative models requiring many neural function evaluations (NFEs) during synthesis by proposing new efficient samplers based on quasi-Taylor expansions with ideal derivative substitution, achieving plausible image generation with fewer NFEs and performance comparable to or better than DDIM and Runge-Kutta methods.

Diffusion generative models have emerged as a new challenger to popular deep neural generative models such as GANs, but have the drawback that they often require a huge number of neural function evaluations (NFEs) during synthesis unless some sophisticated sampling strategies are employed. This paper proposes new efficient samplers based on the numerical schemes derived by the familiar Taylor expansion, which directly solves the ODE/SDE of interest. In general, it is not easy to compute the derivatives that are required in higher-order Taylor schemes, but in the case of diffusion models, this difficulty is alleviated by the trick that the authors call ``ideal derivative substitution,'' in which the higher-order derivatives are replaced by tractable ones. To derive ideal derivatives, the authors argue the ``single point approximation,'' in which the true score function is approximated by a conditional one, holds in many cases, and considered the derivatives of this approximation. Applying thus obtained new quasi-Taylor samplers to image generation tasks, the authors experimentally confirmed that the proposed samplers could synthesize plausible images in small number of NFEs, and that the performance was better or at the same level as DDIM and Runge-Kutta methods. The paper also argues the relevance of the proposed samplers to the existing ones mentioned above.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes