paper-with-me

Papers

Ensemble Slice Sampling: Parallel, black-box and gradient-free inference for correlated & multimodal distributions

2020-02-14 · Minas Karamanis, Florian Beutler

Slice Sampling has emerged as a powerful Markov Chain Monte Carlo algorithm that adapts to the characteristics of the target distribution with minimal hand-tuning. However, Slice Sampling's performance is highly sensitive to the user-specified initial length scale hyperparameter and the method generally struggles with poorly scaled or strongly correlated distributions. This paper introduces Ensemble Slice Sampling (ESS), a new class of algorithms that bypasses such difficulties by adaptively tuning the initial length scale and utilising an ensemble of parallel walkers in order to efficiently handle strong correlations between parameters. These affine-invariant algorithms are trivial to construct, require no hand-tuning, and can easily be implemented in parallel computing environments. Empirical tests show that Ensemble Slice Sampling can improve efficiency by more than an order of magnitude compared to conventional MCMC methods on a broad range of highly correlated target distributions. In cases of strongly multimodal target distributions, Ensemble Slice Sampling can sample efficiently even in high dimensions. We argue that the parallel, black-box and gradient-free nature of the method renders it ideal for use in scientific fields such as physics, astrophysics and cosmology which are dominated by a wide variety of computationally expensive and non-differentiable models.

📄 PDF Abstract BibTeX arXiv:2002.06212

Code (2)

minaskar/zeus 공식 구현
s-ilic/ECLAIR

Similar Papers 제목 키워드 기반

Improving Gradient-guided Nested Sampling for Posterior Inference

2023-12-06 · Pablo Lemos, Nikolay Malkin, Will Handley, Yoshua Bengio 외

We present a performant, general-purpose gradient-guided nested sampling algorithm, ${\tt GGNS}$, combining the state of the art in differentiable programming, Hamiltonian slice sampling, clustering, mode separation, dyn…

Clustering

Parallel MCMC with Generalized Elliptical Slice Sampling

2012-10-28 · Robert Nishihara, Iain Murray, Ryan P. Adams

Probabilistic models are conceptually powerful tools for finding structure in data, but their practical effectiveness is often limited by our ability to perform inference in them. Exact inference is frequently intractabl…

Local Expectation Gradients for Black Box Variational Inference

2015-12-01 · NeurIPS 2015 12 · Michalis Titsias Rc Aueb, Miguel Lázaro-Gredilla

We introduce local expectation gradients which is a general purpose stochastic variational inference algorithm for constructing stochastic gradients by sampling from the variational distribution. This algorithm divides t…

Variational Inference

Exact slice sampler for Hierarchical Dirichlet Processes

2019-03-21 · Arash A. Amini, Marina Paez, Lizhen Lin, Zahra S. Razaee

We propose an exact slice sampler for Hierarchical Dirichlet process (HDP) and its associated mixture models (Teh et al., 2006). Although there are existing MCMC algorithms for sampling from the HDP, a slice sampler has …

Slice Sampling Reparameterization Gradients

2021-12-01 · NeurIPS 2021 12 · David Zoltowski, Diana Cai, Ryan P. Adams

Many probabilistic modeling problems in machine learning use gradient-based optimization in which the objective takes the form of an expectation. These problems can be challenging when the parameters to be optimized dete…