paper-with-me

Papers

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 discretization order is the primary path to faster generation. This paper challenges this belief and revisits acceleration from a complementary angle: beyond solver order, the placement of DPM evaluations along the reverse-time dynamics can substantially affect sampling accuracy in the low-neural function evaluation (NFE) regime. We propose a novel training-free, first-order sampler whose leading discretization error has the opposite sign to that of DDIM. Algorithmically, the method approximates the forward-value evaluation via a cheap one-step lookahead predictor. We provide theoretical guarantees showing that the resulting sampler provably approximates the ideal forward-value trajectory while retaining first-order convergence. Empirically, across standard image generation benchmarks (CIFAR-10, ImageNet, FFHQ, and LSUN), the proposed sampler consistently improves sample quality under the same NFE budget and can be competitive with, and sometimes outperform, state-of-the-art higher-order samplers. Overall, the results suggest that the placement of DPM evaluations provides an additional and largely independent design angle for accelerating diffusion sampling.

📄 PDF Abstract BibTeX arXiv:2512.24927

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

DPM-Solver++: Fast Solver for Guided Sampling of Diffusion Probabilistic Models

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

Diffusion probabilistic models (DPMs) have achieved impressive success in high-resolution image synthesis, especially in recent large-scale text-to-image generation applications. An essential technique for improving the …

Image GenerationText to Image GenerationText-to-Image Generation

An Ordinary Differential Equation Sampler with Stochastic Start for Diffusion Bridge Models

2024-12-28 · Yuang Wang, Pengfei Jin, Li Zhang, Quanzheng Li 외

Diffusion bridge models have demonstrated promising performance in conditional image generation tasks, such as image restoration and translation, by initializing the generative process from corrupted images instead of pu…

Conditional Image GenerationImage GenerationImage RestorationSuper-Resolution+1

RBF-Solver: A Multistep Sampler for Diffusion Probabilistic Models via Radial Basis Functions

2026-03-05 · Soochul Park, Yeon Ju Lee, SeongJin Yoon, Jiyub Shin 외 arxiv

Diffusion probabilistic models (DPMs) are widely adopted for their outstanding generative fidelity, yet their sampling is computationally demanding. Polynomial-based multistep samplers mitigate this cost by accelerating …

Discrete diffusion samplers and bridges: Off-policy algorithms and applications in latent spaces

2026-02-05 · Arran Carter, Sanghyeok Choi, Kirill Tamogashev, Víctor Elvira 외 arxiv

Sampling from a distribution $p(x) \propto e^{-\mathcal{E}(x)}$ known up to a normalising constant is an important and challenging problem in statistics. Recent years have seen the rise of a new family of amortised sampl…

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

2021-12-26 · Hideyuki Tachibana, Mocho Go, Muneyoshi Inahara, Yotaro Katayama 외

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…

DenoisingImage GenerationSpeech Synthesis