paper-with-me

홈 › Papers

Adaptive MCMC via Combining Local Samplers

2018-06-11 · Kiarash Shaloudegi, András György

Markov chain Monte Carlo (MCMC) methods are widely used in machine learning. One of the major problems with MCMC is the question of how to design chains that mix fast over the whole state space; in particular, how to select the parameters of an MCMC algorithm. Here we take a different approach and, similarly to parallel MCMC methods, instead of trying to find a single chain that samples from the whole distribution, we combine samples from several chains run in parallel, each exploring only parts of the state space (e.g., a few modes only). The chains are prioritized based on kernel Stein discrepancy, which provides a good measure of performance locally. The samples from the independent chains are combined using a novel technique for estimating the probability of different regions of the sample space. Experimental results demonstrate that the proposed algorithm may provide significant speedups in different sampling problems. Most importantly, when combined with the state-of-the-art NUTS algorithm as the base MCMC sampler, our method remained competitive with NUTS on sampling from unimodal distributions, while significantly outperforming state-of-the-art competitors on synthetic multimodal problems as well as on a challenging sensor localization task.

📄 PDF Abstract BibTeX arXiv:1806.03816

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Augmented Ensemble MCMC sampling in Factorial Hidden Markov Models

2017-03-24 · Kaspar Märtens, Michalis K. Titsias, Christopher Yau

Bayesian inference for factorial hidden Markov models is challenging due to the exponentially sized latent variable space. Standard Monte Carlo samplers can have difficulties effectively exploring the posterior landscape…

Bayesian Inference

Local-Global MCMC kernels: the best of both worlds

2021-11-04 · Sergey Samsonov, Evgeny Lagutin, Marylou Gabrié, Alain Durmus 외

Recent works leveraging learning to enhance sampling have shown promising results, in particular by designing effective non-local moves and global proposals. However, learning accuracy is inevitably limited in regions wh…

A Complete Recipe for Stochastic Gradient MCMC

2015-06-15 · NeurIPS 2015 12 · Yi-An Ma, Tianqi Chen, Emily B. Fox

Many recent Markov chain Monte Carlo (MCMC) samplers leverage continuous dynamics to define a transition kernel that efficiently explores a target distribution. In tandem, a focus has been on devising scalable variants t…

Physical Intuition

Interacting Particle Markov Chain Monte Carlo

2016-02-16 · Tom Rainforth, Christian A. Naesseth, Fredrik Lindsten, Brooks Paige 외

We introduce interacting particle Markov chain Monte Carlo (iPMCMC), a PMCMC method based on an interacting pool of standard and conditional sequential Monte Carlo samplers. Like related methods, iPMCMC is a Markov chain…

LSB: Local Self-Balancing MCMC in Discrete Spaces

2021-09-08 · NeurIPS 2021 12 · Emanuele Sansone

We present the Local Self-Balancing sampler (LSB), a local Markov Chain Monte Carlo (MCMC) method for sampling in purely discrete domains, which is able to autonomously adapt to the target distribution and to reduce the …