CVAug 23, 2023

Boosting Diffusion Models with an Adaptive Momentum Sampler

arXiv:2308.11941v18 citationsh-index: 49Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in DPMs for image generation, offering an incremental improvement to sampling stability.

The paper tackles the problem of violent shaking in the sampling process of diffusion probabilistic models (DPMs) by introducing a novel reverse sampler inspired by the Adam optimizer, which smooths the process and enhances output quality, as demonstrated by remarkable improvements over baselines in experiments.

Diffusion probabilistic models (DPMs) have been shown to generate high-quality images without the need for delicate adversarial training. However, the current sampling process in DPMs is prone to violent shaking. In this paper, we present a novel reverse sampler for DPMs inspired by the widely-used Adam optimizer. Our proposed sampler can be readily applied to a pre-trained diffusion model, utilizing momentum mechanisms and adaptive updating to smooth the reverse sampling process and ensure stable generation, resulting in outputs of enhanced quality. By implicitly reusing update directions from early steps, our proposed sampler achieves a better balance between high-level semantics and low-level details. Additionally, this sampler is flexible and can be easily integrated into pre-trained DPMs regardless of the sampler used during training. Our experimental results on multiple benchmarks demonstrate that our proposed reverse sampler yields remarkable improvements over different baselines. We will make the source code available.

Foundations

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

Your Notes