An Easy Rejection Sampling Baseline via Gradient Refined Proposals
Edward Raff, Mark McLean, James Holt

TL;DR
This paper introduces a simple, gradient-based rejection sampling method that improves acceptance rates and is easy to implement, requiring only a differentiable target density without complex derivations.
Contribution
The authors propose a new rejection sampling baseline that refines proposals using gradient information, simplifying implementation and improving efficiency without additional assumptions.
Findings
Achieves up to 7.3x higher acceptance rates on benchmarks.
Requires only a differentiable target density, no complex derivations.
Passes distributional checks with high probability.
Abstract
Rejection sampling is a common tool for low dimensional problems (), often touted as an "easy" way to obtain valid samples from a distribution of interest. In practice it is non-trivial to apply, often requiring considerable mathematical effort to devise a good proposal distribution and select a supremum . More advanced samplers require additional mathematical derivations, limitations on , or even cross-validation, making them difficult to apply. We devise a new approximate baseline approach to rejection sampling that works with less information, requiring only a differentiable be specified, making it easier to use. We propose a new approach to rejection sampling by refining a parameterized proposal distribution with a loss derived from the acceptance threshold. In this manner we obtain comparable or better acceptance rates on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMarkov Chains and Monte Carlo Methods · Gaussian Processes and Bayesian Inference · Statistical Methods and Inference
