paper-with-me

Papers

Diffusion Rejection Sampling

2024-05-28 · Byeonghu Na, Yeongmin Kim, Minsang Park, DongHyeok Shin, Wanmo Kang, Il-Chul Moon

Recent advances in powerful pre-trained diffusion models encourage the development of methods to improve the sampling performance under well-trained diffusion models. This paper introduces Diffusion Rejection Sampling (DiffRS), which uses a rejection sampling scheme that aligns the sampling transition kernels with the true ones at each timestep. The proposed method can be viewed as a mechanism that evaluates the quality of samples at each intermediate timestep and refines them with varying effort depending on the sample. Theoretical analysis shows that DiffRS can achieve a tighter bound on sampling error compared to pre-trained models. Empirical results demonstrate the state-of-the-art performance of DiffRS on the benchmark datasets and the effectiveness of DiffRS for fast diffusion samplers and large-scale text-to-image diffusion models. Our code is available at https://github.com/aailabkaist/DiffRS.

📄 PDF Abstract BibTeX arXiv:2405.17880

Code (1)

aailabkaist/diffrs 공식 구현 pytorch

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

Alternating Diffusion for Proximal Sampling with Zeroth Order Queries

2026-03-20 · Hirohane Takagi, Atsushi Nitanda arxiv

This work introduces a new approximate proximal sampler that operates solely with zeroth-order information of the potential function. Prior theoretical analyses have revealed that proximal sampling corresponds to alterna…

Learnable Chernoff Baselines for Inference-Time Alignment

2026-02-08 · Sunil Madhow, Yuchen Liang, Ness Shroff, Yingbin Liang 외 arxiv

We study inference-time reward-guided alignment for generative models. Existing methods often rely on either architecture-specific adaptations or computationally costly inference procedures. We introduce Learnable Cherno…

Pliable rejection sampling

2026-04-24 · Akram Erraqabi, Michal Valko, Alexandra Carpentier, Odalric-Ambrym Maillard arxiv

Rejection sampling is a technique for sampling from difficult distributions. However, its use is limited due to a high rejection rate. Common adaptive rejection sampling methods either work only for very specific distrib…

Diffusion Sampling Path Tells More: An Efficient Plug-and-Play Strategy for Sample Filtering

2025-05-29 · Sixian Wang, Zhiwei Tang, Tsung-Hui Chang

Diffusion models often exhibit inconsistent sample quality due to stochastic variations inherent in their sampling trajectories. Although training-based fine-tuning (e.g. DDPO [1]) and inference-time alignment techniques…

DenoisingImage Generation

Bayesian inference via rejection filtering

2015-11-20 · Nathan Wiebe, Christopher Granade, Ashish Kapoor, Krysta M. Svore

We provide a method for approximating Bayesian inference using rejection sampling. We not only make the process efficient, but also dramatically reduce the memory required relative to conventional methods by combining re…

Bayesian InferenceGeneral Classification