paper-with-me

홈 › Papers

Accelerating Convergence of Score-Based Diffusion Models, Provably

2024-03-06 · Gen Li, Yu Huang, Timofey Efimov, Yuting Wei, Yuejie Chi, Yuxin Chen

Score-based diffusion models, while achieving remarkable empirical performance, often suffer from low sampling speed, due to extensive function evaluations needed during the sampling phase. Despite a flurry of recent activities towards speeding up diffusion generative modeling in practice, theoretical underpinnings for acceleration techniques remain severely limited. In this paper, we design novel training-free algorithms to accelerate popular deterministic (i.e., DDIM) and stochastic (i.e., DDPM) samplers. Our accelerated deterministic sampler converges at a rate $O(1/{T}^2)$ with $T$ the number of steps, improving upon the $O(1/T)$ rate for the DDIM sampler; and our accelerated stochastic sampler converges at a rate $O(1/T)$, outperforming the rate $O(1/\sqrt{T})$ for the DDPM sampler. The design of our algorithms leverages insights from higher-order approximation, and shares similar intuitions as popular high-order ODE solvers like the DPM-Solver-2. Our theory accommodates $\ell_2$-accurate score estimates, and does not require log-concavity or smoothness on the target distribution.

📄 PDF Abstract BibTeX arXiv:2403.03852

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Stochastic Runge-Kutta Methods: Provable Acceleration of Diffusion Models

2024-10-07 · Yuchen Wu, Yuxin Chen, Yuting Wei

Diffusion models play a pivotal role in contemporary generative modeling, claiming state-of-the-art performance across various domains. Despite their superior sample quality, mainstream diffusion-based stochastic sampler…

Are First-Order Diffusion Samplers Really Slower? A Fast Forward-Value Approach

2025-12-31 · Yuchen Jiao, Na Li, Changxiao Cai, Gen Li arxiv

Higher-order ODE solvers have become a standard tool for accelerating diffusion probabilistic model (DPM) sampling, motivating the widespread view that first-order methods are inherently slower and that increasing discre…

Image Generation

Variational Schrödinger Momentum Diffusion

2025-01-28 · Kevin Rojas, Yixin Tan, Molei Tao, Yuriy Nevmyvaka 외

The momentum Schr\"odinger Bridge (mSB) has emerged as a leading method for accelerating generative diffusion processes and reducing transport costs. However, the lack of simulation-free properties inevitably results in …

DenoisingImage Generation

Distribution Backtracking Builds A Faster Convergence Trajectory for Diffusion Distillation

2024-08-28 · Shengyuan Zhang, Ling Yang, Zejian Li, An Zhao 외

Accelerating the sampling speed of diffusion models remains a significant challenge. Recent score distillation methods distill a heavy teacher model into a student generator to achieve one-step generation, which is optim…

Solving Linear Inverse Problems using Higher-Order Annealed Langevin Diffusion

2023-05-08 · Nicolas Zilberstein, Ashutosh Sabharwal, Santiago Segarra

We propose a solution for linear inverse problems based on higher-order Langevin diffusion. More precisely, we propose pre-conditioned second-order and third-order Langevin dynamics that provably sample from the posterio…