paper-with-me

Papers

Parallel Gaussian process surrogate Bayesian inference with noisy likelihood evaluations

2019-05-03 · Marko Järvenpää, Michael Gutmann, Aki Vehtari, Pekka Marttinen

We consider Bayesian inference when only a limited number of noisy log-likelihood evaluations can be obtained. This occurs for example when complex simulator-based statistical models are fitted to data, and synthetic likelihood (SL) method is used to form the noisy log-likelihood estimates using computationally costly forward simulations. We frame the inference task as a sequential Bayesian experimental design problem, where the log-likelihood function is modelled with a hierarchical Gaussian process (GP) surrogate model, which is used to efficiently select additional log-likelihood evaluation locations. Motivated by recent progress in the related problem of batch Bayesian optimisation, we develop various batch-sequential design strategies which allow to run some of the potentially costly simulations in parallel. We analyse the properties of the resulting method theoretically and empirically. Experiments with several toy problems and simulation models suggest that our method is robust, highly parallelisable, and sample-efficient.

📄 PDF Abstract BibTeX arXiv:1905.01252

Code (1)

mjarvenpaa/parallel-GP-SL 공식 구현

Tasks

Bayesian InferenceBayesian OptimisationExperimental Design

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Adaptive Gaussian process surrogates for Bayesian inference

2018-09-27 · Timur Takhtaganov, Juliane Müller

We present an adaptive approach to the construction of Gaussian process surrogates for Bayesian inference with expensive-to-evaluate forward models. Our method relies on the fully Bayesian approach to training Gaussian p…

Bayesian Inferenceglobal-optimization

Batch simulations and uncertainty quantification in Gaussian process surrogate-based approximate Bayesian computation

2019-10-16 · pproximateinference AABI Symposium 2019 12 · Marko Järvenpää, Aki Vehtari, Pekka Marttinen

Surrogate models can be used to accelerate approximate Bayesian computation (ABC). In one such framework the discrepancy between simulated and observed data is modelled with a Gaussian process. So far principled strategi…

Uncertainty Quantification

Likelihood-Free Inference with Deep Gaussian Processes

2020-06-18 · Alexander Aushev, Henri Pesonen, Markus Heinonen, Jukka Corander 외

In recent years, surrogate models have been successfully used in likelihood-free inference to decrease the number of simulator evaluations. The current state-of-the-art performance for this task has been achieved by Baye…

Bayesian OptimizationGaussian Processes

Surrogate modeling for Bayesian optimization beyond a single Gaussian process

2022-05-27 · Qin Lu, Konstantinos D. Polyzos, Bingcong Li, Georgios B. Giannakis

Bayesian optimization (BO) has well-documented merits for optimizing black-box functions with an expensive evaluation cost. Such functions emerge in applications as diverse as hyperparameter tuning, drug discovery, and r…

Bayesian OptimizationDrug DiscoveryThompson Sampling

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