paper-with-me

홈 › Papers

Merging MCMC Subposteriors through Gaussian-Process Approximations

2016-05-27 · Christopher Nemeth, Chris Sherlock

Markov chain Monte Carlo (MCMC) algorithms have become powerful tools for Bayesian inference. However, they do not scale well to large-data problems. Divide-and-conquer strategies, which split the data into batches and, for each batch, run independent MCMC algorithms targeting the corresponding subposterior, can spread the computational burden across a number of separate workers. The challenge with such strategies is in recombining the subposteriors to approximate the full posterior. By creating a Gaussian-process approximation for each log-subposterior density we create a tractable approximation for the full posterior. This approximation is exploited through three methodologies: firstly a Hamiltonian Monte Carlo algorithm targeting the expectation of the posterior density provides a sample from an approximation to the posterior; secondly, evaluating the true posterior at the sampled points leads to an importance sampler that, asymptotically, targets the true posterior expectations; finally, an alternative importance sampler uses the full Gaussian-process distribution of the approximation to the log-posterior density to re-weight any initial sample and provide both an estimate of the posterior expectation and a measure of the uncertainty in it.

📄 PDF Abstract BibTeX arXiv:1605.08576

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Parallelising MCMC via Random Forests

2019-11-21 · Wu Changye, Christian P. Robert

For Bayesian computation in big data contexts, the divide-and-conquer MCMC concept splits the whole data set into batches, runs MCMC algorithms separately over each batch to produce samples of parameters, and combines th…

Embarrassingly parallel MCMC using deep invertible transformations

2019-03-11 · Diego Mesquita, Paul Blomstedt, Samuel Kaski

While MCMC methods have become a main work-horse for Bayesian inference, scaling them to large distributed datasets is still a challenge. Embarrassingly parallel MCMC strategies take a divide-and-conquer stance to achiev…

Bayesian Inference

Parallel MCMC Without Embarrassing Failures

2022-02-22 · Daniel Augusto de Souza, Diego Mesquita, Samuel Kaski, Luigi Acerbi

Embarrassingly parallel Markov Chain Monte Carlo (MCMC) exploits parallel computing to scale Bayesian inference to large datasets by using a two-step approach. First, MCMC is run in parallel on (sub)posteriors defined on…

Active LearningBayesian Inference

Towards Practical Preferential Bayesian Optimization with Skew Gaussian Processes

2023-02-03 · Shion Takeno, Masahiro Nomura, Masayuki Karasuyama

We study preferential Bayesian optimization (BO) where reliable feedback is limited to pairwise comparison called duels. An important challenge in preferential BO, which uses the preferential Gaussian process (GP) model …

Bayesian OptimizationComputational EfficiencyGaussian Processes

Beyond trans-dimensional RJMCMC with a case study in impulsive data modeling

2017-11-09 · Oktay Karakuş, Ercan E. Kuruoğlu, Mustafa A. Altınkaya

Reversible jump Markov chain Monte Carlo (RJMCMC) is a Bayesian model estimation method which has been used for trans-dimensional sampling. In this study, we propose utilization of RJMCMC beyond trans-dimensional samplin…