paper-with-me

Papers

Align Your Steps: Optimizing Sampling Schedules in Diffusion Models

2024-04-22 · Amirmojtaba Sabour, Sanja Fidler, Karsten Kreis

Diffusion models (DMs) have established themselves as the state-of-the-art generative modeling approach in the visual domain and beyond. A crucial drawback of DMs is their slow sampling speed, relying on many sequential function evaluations through large neural networks. Sampling from DMs can be seen as solving a differential equation through a discretized set of noise levels known as the sampling schedule. While past works primarily focused on deriving efficient solvers, little attention has been given to finding optimal sampling schedules, and the entire literature relies on hand-crafted heuristics. In this work, for the first time, we propose a general and principled approach to optimizing the sampling schedules of DMs for high-quality outputs, called $\textit{Align Your Steps}$. We leverage methods from stochastic calculus and find optimal schedules specific to different solvers, trained DMs and datasets. We evaluate our novel approach on several image, video as well as 2D toy data synthesis benchmarks, using a variety of different samplers, and observe that our optimized schedules outperform previous hand-crafted schedules in almost all experiments. Our method demonstrates the untapped potential of sampling schedule optimization, especially in the few-step synthesis regime.

📄 PDF Abstract BibTeX arXiv:2404.14507

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Optimize Your Sampling: Tuned Diffusion Sampling with Bayesian Optimization

2026-08-18 · Travis Zhang, Christian Belardi, Justin Lovelace, Jin Peng Zhou 외 arxiv

Sampling from a diffusion model typically requires many forward passes through a large neural network, making generation computationally expensive. While much work has focused on efficient solvers and samplers, comparati…

Text-to-Image Generation

Optimal Stepsize for Diffusion Sampling

2025-03-27 · Jianning Pei, Han Hu, Shuyang Gu

Diffusion models achieve remarkable generation quality but suffer from computational intensive sampling due to suboptimal step discretization. While existing works focus on optimizing denoising directions, we address the…

DenoisingImage GenerationText to Image GenerationText-to-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

$\textit{Jump Your Steps}$: Optimizing Sampling Schedule of Discrete Diffusion Models

2024-10-10 · Yong-Hyun Park, Chieh-Hsin Lai, Satoshi Hayakawa, Yuhta Takida 외

Diffusion models have seen notable success in continuous domains, leading to the development of discrete diffusion models (DDMs) for discrete variables. Despite recent advances, DDMs face the challenge of slow sampling s…

Text Generation

Bilateral Denoising Diffusion Models

2021-08-26 · Max W. Y. Lam, Jun Wang, Rongjie Huang, Dan Su 외

Denoising diffusion probabilistic models (DDPMs) have emerged as competitive generative models yet brought challenges to efficient sampling. In this paper, we propose novel bilateral denoising diffusion models (BDDMs), w…

DenoisingScheduling