Slice Sampling
Radford M. Neal

TL;DR
Slice sampling is an adaptive Markov chain Monte Carlo method that simplifies sampling from complex distributions by uniformly sampling under the density curve, offering advantages over traditional methods like Gibbs and Metropolis.
Contribution
The paper introduces slice sampling techniques that adaptively choose step sizes and can be extended to multivariate distributions, improving efficiency and ease of implementation.
Findings
Easier implementation than Gibbs sampling
More efficient than Metropolis updates
Can be extended to multivariate and dependent variables
Abstract
Markov chain sampling methods that automatically adapt to characteristics of the distribution being sampled can be constructed by exploiting the principle that one can sample from a distribution by sampling uniformly from the region under the plot of its density function. A Markov chain that converges to this uniform distribution can be constructed by alternating uniform sampling in the vertical direction with uniform sampling from the horizontal `slice' defined by the current vertical position, or more generally, with some update that leaves the uniform distribution over this slice invariant. Variations on such `slice sampling' methods are easily implemented for univariate distributions, and can be used to sample from a multivariate distribution by updating each variable in turn. This approach is often easier to implement than Gibbs sampling, and more efficient than simple Metropolis…
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
TopicsSpectroscopy Techniques in Biomedical and Chemical Research
