paper-with-me

Papers

Optimizing Few-Step Sampler for Diffusion Probabilistic Model

2024-12-14 · Jen-Yuan Huang

Diffusion Probabilistic Models (DPMs) have demonstrated exceptional capability of generating high-quality and diverse images, but their practical application is hindered by the intensive computational cost during inference. The DPM generation process requires solving a Probability-Flow Ordinary Differential Equation (PF-ODE), which involves discretizing the integration domain into intervals for numerical approximation. This corresponds to the sampling schedule of a diffusion ODE solver, and we notice the solution from a first-order solver can be expressed as a convex combination of model outputs at all scheduled time-steps. We derive an upper bound for the discretization error of the sampling schedule, which can be efficiently optimized with Monte-Carlo estimation. Building on these theoretical results, we purpose a two-phase alternating optimization algorithm. In Phase-1, the sampling schedule is optimized for the pre-trained DPM; in Phase-2, the DPM further tuned on the selected time-steps. Experiments on a pre-trained DPM for ImageNet64 dataset demonstrate the purposed method consistently improves the baseline across various number of sampling steps.

📄 PDF Abstract BibTeX arXiv:2412.10786

Code (0)

등록된 구현이 없습니다.

Tasks

model

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 제목 키워드 기반

Optimizing Few-Step Diffusion Samplers by Gradient Descent

2021-09-29 · ICLR 2022 4 · Daniel Watson, William Chan, Jonathan Ho, Mohammad Norouzi

Denoising Diffusion Probabilistic Models (DDPMs) have emerged as a flexible family of generative models rivaling GANs and autoregressive models in sample quality and likelihoods. DDPMs however typically require hundreds …

DenoisingImage GenerationUnconditional Image Generation

Optimizing DDPM Sampling with Shortcut Fine-Tuning

2023-01-31 · Ying Fan, Kangwook Lee

In this study, we propose Shortcut Fine-Tuning (SFT), a new approach for addressing the challenge of fast sampling of pretrained Denoising Diffusion Probabilistic Models (DDPMs). SFT advocates for the fine-tuning of DDPM…

DenoisingReinforcement Learning (RL)

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 …

Learning Fast Samplers for Diffusion Models by Differentiating Through Sample Quality

2022-02-11 · Daniel Watson, William Chan, Jonathan Ho, Mohammad Norouzi

Diffusion models have emerged as an expressive family of generative models rivaling GANs in sample quality and autoregressive models in likelihood scores. Standard diffusion models typically require hundreds of forward p…

Image GenerationUnconditional Image Generation

Learnable Sampler Distillation for Discrete Diffusion Models

2025-09-24 · Feiyang Fu, Tongxian Guo, Zhaoqiang Liu arxiv

Discrete diffusion models (DDMs) have shown powerful generation ability for discrete data modalities like text and molecules. However, their practical application is hindered by inefficient sampling, requiring a large nu…

Image GenerationText Generation