CVJul 20, 2023

Diffusion Sampling with Momentum for Mitigating Divergence Artifacts

arXiv:2307.11118v13 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in diffusion models for image generation, offering incremental improvements to enhance sampling efficiency and quality.

The paper tackled the problem of divergence artifacts in diffusion model sampling, which limit acceleration, by proposing two techniques incorporating momentum to expand stability regions, resulting in reduced artifacts and improved image quality that surpasses state-of-the-art solvers for low-step sampling.

Despite the remarkable success of diffusion models in image generation, slow sampling remains a persistent issue. To accelerate the sampling process, prior studies have reformulated diffusion sampling as an ODE/SDE and introduced higher-order numerical methods. However, these methods often produce divergence artifacts, especially with a low number of sampling steps, which limits the achievable acceleration. In this paper, we investigate the potential causes of these artifacts and suggest that the small stability regions of these methods could be the principal cause. To address this issue, we propose two novel techniques. The first technique involves the incorporation of Heavy Ball (HB) momentum, a well-known technique for improving optimization, into existing diffusion numerical methods to expand their stability regions. We also prove that the resulting methods have first-order convergence. The second technique, called Generalized Heavy Ball (GHVB), constructs a new high-order method that offers a variable trade-off between accuracy and artifact suppression. Experimental results show that our techniques are highly effective in reducing artifacts and improving image quality, surpassing state-of-the-art diffusion solvers on both pixel-based and latent-based diffusion models for low-step sampling. Our research provides novel insights into the design of numerical methods for future diffusion work.

Code Implementations1 repo
Foundations

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

Your Notes