paper-with-me

홈 › Papers

Accelerating Score-based Generative Models with Preconditioned Diffusion Sampling

2022-07-05 · Hengyuan Ma, Li Zhang, Xiatian Zhu, Jianfeng Feng

Score-based generative models (SGMs) have recently emerged as a promising class of generative models. However, a fundamental limitation is that their inference is very slow due to a need for many (e.g., 2000) iterations of sequential computations. An intuitive acceleration method is to reduce the sampling iterations which however causes severe performance degradation. We investigate this problem by viewing the diffusion sampling process as a Metropolis adjusted Langevin algorithm, which helps reveal the underlying cause to be ill-conditioned curvature. Under this insight, we propose a model-agnostic preconditioned diffusion sampling (PDS) method that leverages matrix preconditioning to alleviate the aforementioned problem. Crucially, PDS is proven theoretically to converge to the original target distribution of a SGM, no need for retraining. Extensive experiments on three image datasets with a variety of resolutions and diversity validate that PDS consistently accelerates off-the-shelf SGMs whilst maintaining the synthesis quality. In particular, PDS can accelerate by up to 29x on more challenging high resolution (1024x1024) image generation.

📄 PDF Abstract BibTeX arXiv:2207.02196

Code (1)

fudan-zvg/pds 공식 구현 pytorch

Tasks

DiversityImage Generation

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

Preconditioned Score-based Generative Models

2023-02-13 · Hengyuan Ma, Li Zhang, Xiatian Zhu, Jianfeng Feng

Score-based generative models (SGMs) have recently emerged as a promising class of generative models. However, a fundamental limitation is that their sampling process is slow due to a need for many (\eg, $2000$) iteratio…

Image Generationparameter estimation

Joint Velocity Slope Diffusion Prior for Structurally Constrained Velocity Model Building

2026-07-06 · Francesco Brandolin, Tariq Alkhalifah arxiv

High-resolution velocity models are crucial for reservoir characterization and subsurface delineation. However, the band limited nature of our surface recorded data limits resolution. Utilizing well measurements to enhan…

Preconditioned Regularized Wasserstein Proximal Sampling

2025-09-01 · Hong Ye Tan, Stanley Osher, Wuchen Li arxiv

We consider sampling from a Gibbs distribution by evolving finitely many particles. We propose a preconditioned version of a recently proposed noise-free sampling method, governed by approximating the score function with…

Robust Physics-Guided Diffusion for Full-Waveform Inversion

2026-03-17 · Jishen Peng, Enze Jiang, Zheng Ma, Xiongbin Yan arxiv

We develop a robust physics-guided diffusion framework for full-waveform inversion that combines a score-based generative prior with likelihood guidance computed through wave-equation simulations. We adopt a transport-ba…

Denoising MCMC for Accelerating Diffusion-Based Generative Models

2022-09-29 · Beomsu Kim, Jong Chul Ye

Diffusion models are powerful generative models that simulate the reverse of diffusion processes using score functions to synthesize data from noise. The sampling process of diffusion models can be interpreted as solving…

DenoisingImage Generation