AC-Sampler: Accelerate and Correct Diffusion Sampling with Metropolis-Hastings Algorithm

Abstract

Diffusion-based generative models have recently achieved state-of-the-art performance in high-fidelity image synthesis. These models learn a sequence of denoising transition kernels that gradually transform a simple prior distribution into a complex data distribution. However, requiring many transitions not only slows down sampling but also accumulates approximation errors. We introduce the Accelerator-Corrector Sampler (AC-Sampler), which accelerates and corrects diffusion sampling without fine-tuning. It generates samples directly from intermediate timesteps using the Metropolis–Hastings (MH) algorithm while correcting them to target the true data distribution. We derive a tractable density ratio for arbitrary timesteps with a discriminator, enabling computation of MH acceptance probabilities. Theoretically, our method yields samples better aligned with the true data distribution than the original model distribution. Empirically, AC-Sampler achieves FID 2.38 with only 15.8 NFEs, compared to the base sampler’s FID 3.23 with 17 NFEs on unconditional CIFAR-10. On CelebA-HQ 256×256, it attains FID 6.6 with 98.3 NFEs. AC-Sampler can be combined with existing acceleration and correction techniques, demonstrating its flexibility and broad applicability. Our code is available at \href{https://github.com/aailab-kaist/AC-Sampler}https://github.com/aailab-kaist/AC-Sampler.

Cite

Text

Park et al. "AC-Sampler: Accelerate and Correct Diffusion Sampling with Metropolis-Hastings Algorithm." International Conference on Learning Representations, 2026.

Markdown

[Park et al. "AC-Sampler: Accelerate and Correct Diffusion Sampling with Metropolis-Hastings Algorithm." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/park2026iclr-acsampler/)

BibTeX

@inproceedings{park2026iclr-acsampler,
  title     = {{AC-Sampler: Accelerate and Correct Diffusion Sampling with Metropolis-Hastings Algorithm}},
  author    = {Park, Minsang and Sim, Gyuwon and Na, Hyungho and Kwak, Jiseok and Lee, Sumin and Kim, Richard Lee and Shin, Donghyeok and Na, Byeonghu and Kim, Yeongmin and Moon, Il-chul},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/park2026iclr-acsampler/}
}