Fast and robust Bayesian Inference using Gaussian Processes with GPry
Jonas El Gammal, Nils Sch\"oneberg, Jes\'us Torrado, Christian Fidler

TL;DR
GPry is a fast, robust Bayesian inference algorithm that uses Gaussian Processes and active learning to significantly reduce the number of likelihood evaluations needed, outperforming traditional Monte Carlo methods especially for expensive likelihoods.
Contribution
The paper introduces GPry, a novel Gaussian Process-based Bayesian inference method that requires no pre-training or special hardware, and employs active learning to drastically cut down on likelihood evaluations.
Findings
GPry reduces posterior evaluations by two orders of magnitude.
GPry outperforms traditional Monte Carlo methods for likelihood evaluations taking seconds.
GPry enables inference in days for complex models that would take months with traditional methods.
Abstract
We present the GPry algorithm for fast Bayesian inference of general (non-Gaussian) posteriors with a moderate number of parameters. GPry does not need any pre-training, special hardware such as GPUs, and is intended as a drop-in replacement for traditional Monte Carlo methods for Bayesian inference. Our algorithm is based on generating a Gaussian Process surrogate model of the log-posterior, aided by a Support Vector Machine classifier that excludes extreme or non-finite values. An active learning scheme allows us to reduce the number of required posterior evaluations by two orders of magnitude compared to traditional Monte Carlo inference. Our algorithm allows for parallel evaluations of the posterior at optimal locations, further reducing wall-clock times. We significantly improve performance using properties of the posterior in our active learning scheme and for the definition of…
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
TopicsGaussian Processes and Bayesian Inference · Gamma-ray bursts and supernovae · Spectroscopy and Chemometric Analyses
MethodsTest · Gaussian Process
