paper-with-me

Papers

Fast Convergence for High-Order ODE Solvers in Diffusion Probabilistic Models

2025-06-16 · Daniel Zhengyu Huang, Jiaoyang Huang, Zhengjiang Lin

Diffusion probabilistic models generate samples by learning to reverse a noise-injection process that transforms data into noise. Reformulating this reverse process as a deterministic probability flow ordinary differential equation (ODE) enables efficient sampling using high-order solvers, often requiring only $\mathcal{O}(10)$ steps. Since the score function is typically approximated by a neural network, analyzing the interaction between its regularity, approximation error, and numerical integration error is key to understanding the overall sampling accuracy. In this work, we continue our analysis of the convergence properties of the deterministic sampling methods derived from probability flow ODEs [25], focusing on $p$-th order (exponential) Runge-Kutta schemes for any integer $p \geq 1$. Under the assumption that the first and second derivatives of the approximate score function are bounded, we develop $p$-th order (exponential) Runge-Kutta schemes and demonstrate that the total variation distance between the target distribution and the generated data distribution can be bounded above by \begin{align*} O\bigl(d^{\frac{7}{4}}\varepsilon_{\text{score}}^{\frac{1}{2}} +d(dH_{\max})^p\bigr), \end{align*} where $\varepsilon^2_{\text{score}}$ denotes the $L^2$ error in the score function approximation, $d$ is the data dimension and $H_{\max}$ represents the maximum step size used in the solver. We numerically verify the regularity assumption on benchmark datasets, confirming that the first and second derivatives of the approximate score function remain bounded in practice. Our theoretical guarantees hold for general forward processes with arbitrary variance schedules.

📄 PDF Abstract BibTeX arXiv:2506.13061

Code (0)

등록된 구현이 없습니다.

Tasks

Numerical Integration

Similar Papers 제목 키워드 기반

SEEDS: Exponential SDE Solvers for Fast High-Quality Sampling from Diffusion Models

2023-05-23 · NeurIPS 2023 11 · Martin Gonzalez, Nelson Fernandez, Thuy Tran, Elies Gherbi 외

A potent class of generative models known as Diffusion Probabilistic Models (DPMs) has become prominent. A forward diffusion process adds gradually noise to data, while a model learns to gradually denoise. Sampling from …

Image Generation

Fast, Convex and Conditioned Network for Multi-Fidelity Vectors and Stiff Univariate Differential Equations

2025-08-08 · Siddharth Rout arxiv

Accuracy in neural PDE solvers often breaks down not because of limited expressivity, but due to poor optimisation caused by ill-conditioning, especially in multi-fidelity and stiff problems. We study this issue in Physi…

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

Bespoke Non-Stationary Solvers for Fast Sampling of Diffusion and Flow Models

2024-03-02 · Neta Shaul, Uriel Singer, Ricky T. Q. Chen, Matthew Le 외

This paper introduces Bespoke Non-Stationary (BNS) Solvers, a solver distillation approach to improve sample efficiency of Diffusion and Flow models. BNS solvers are based on a family of non-stationary solvers that prova…

Audio GenerationConditional Image GenerationDiversityImage Generation+2

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

2022-06-02 · Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen 외

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…