paper-with-me

Papers

A Unifying Framework for Gaussian Process Pseudo-Point Approximations using Power Expectation Propagation

2016-05-23 · Thang D. Bui, Josiah Yan, Richard E. Turner

Gaussian processes (GPs) are flexible distributions over functions that enable high-level assumptions about unknown functions to be encoded in a parsimonious, flexible and general way. Although elegant, the application of GPs is limited by computational and analytical intractabilities that arise when data are sufficiently numerous or when employing non-Gaussian models. Consequently, a wealth of GP approximation schemes have been developed over the last 15 years to address these key limitations. Many of these schemes employ a small set of pseudo data points to summarise the actual data. In this paper, we develop a new pseudo-point approximation framework using Power Expectation Propagation (Power EP) that unifies a large number of these pseudo-point approximations. Unlike much of the previous venerable work in this area, the new framework is built on standard methods for approximate inference (variational free-energy, EP and Power EP methods) rather than employing approximations to the probabilistic generative model itself. In this way, all of approximation is performed at inference time' rather than at modelling time' resolving awkward philosophical and empirical questions that trouble previous approaches. Crucially, we demonstrate that the new framework includes new pseudo-point approximation methods that outperform current approaches on regression and classification tasks.

📄 PDF Abstract BibTeX arXiv:1605.07066

Code (1)

thangbui/sparseGP_powerEP 공식 구현

Tasks

Gaussian Processes

Similar Papers 제목 키워드 기반

Deep Gaussian Processes with Decoupled Inducing Inputs

2018-01-09 · Marton Havasi, José Miguel Hernández-Lobato, Juan José Murillo-Fuentes

Deep Gaussian Processes (DGP) are hierarchical generalizations of Gaussian Processes (GP) that have proven to work effectively on a multiple supervised regression tasks. They combine the well calibrated uncertainty estim…

Gaussian Processes

Tree-structured Gaussian Process Approximations

2014-12-01 · NeurIPS 2014 12 · Thang D. Bui, Richard E. Turner

Gaussian process regression can be accelerated by constructing a small pseudo-dataset to summarise the observed data. This idea sits at the heart of many approximation schemes, but such an approach requires the number of…

ImputationregressionTime SeriesTime Series Analysis

State Space Expectation Propagation: Efficient Inference Schemes for Temporal Gaussian Processes

2020-07-12 · ICML 2020 1 · William J. Wilkinson, Paul E. Chang, Michael Riis Andersen, Arno Solin

We formulate approximate Bayesian inference in non-conjugate temporal and spatio-temporal Gaussian process models as a simple parameter update rule applied during Kalman smoothing. This viewpoint encompasses most inferen…

Bayesian InferenceComputational EfficiencyGaussian ProcessesVariational Inference

Streaming Sparse Gaussian Process Approximations

2017-05-19 · NeurIPS 2017 12 · Thang D. Bui, Cuong V. Nguyen, Richard E. Turner

Sparse pseudo-point approximations for Gaussian process (GP) models provide a suite of methods that support deployment of GPs in the large data regime and enable analytic intractabilities to be sidestepped. However, the …

Bayesian Optimization using Pseudo-Points

2019-10-12 · Chao Qian, Hang Xiong, Ke Xue

Bayesian optimization (BO) is a popular approach for expensive black-box optimization, with applications including parameter tuning, experimental design, robotics. BO usually models the objective function by a Gaussian p…

Bayesian OptimizationExperimental Design