paper-with-me

홈 › Papers

Input Dependent Sparse Gaussian Processes

2021-07-15 · Bahram Jafrasteh, Carlos Villacampa-Calvo, Daniel Hernández-Lobato

Gaussian Processes (GPs) are Bayesian models that provide uncertainty estimates associated to the predictions made. They are also very flexible due to their non-parametric nature. Nevertheless, GPs suffer from poor scalability as the number of training instances N increases. More precisely, they have a cubic cost with respect to $N$. To overcome this problem, sparse GP approximations are often used, where a set of $M \ll N$ inducing points is introduced during training. The location of the inducing points is learned by considering them as parameters of an approximate posterior distribution $q$. Sparse GPs, combined with variational inference for inferring $q$, reduce the training cost of GPs to $\mathcal{O}(M^3)$. Critically, the inducing points determine the flexibility of the model and they are often located in regions of the input space where the latent function changes. A limitation is, however, that for some learning tasks a large number of inducing points may be required to obtain a good prediction performance. To address this limitation, we propose here to amortize the computation of the inducing points locations, as well as the parameters of the variational posterior approximation q. For this, we use a neural network that receives the observed data as an input and outputs the inducing points locations and the parameters of $q$. We evaluate our method in several experiments, showing that it performs similar or better than other state-of-the-art sparse variational GP approaches. However, with our method the number of inducing points is reduced drastically due to their dependency on the input data. This makes our method scale to larger datasets and have faster training and prediction times.

📄 PDF Abstract BibTeX arXiv:2107.07281

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Recyclable Gaussian Processes

2020-10-06 · Pablo Moreno-Muñoz, Antonio Artés-Rodríguez, Mauricio A. Álvarez

We present a new framework for recycling independent variational approximations to Gaussian processes. The main contribution is the construction of variational ensembles given a dictionary of fitted Gaussian processes wi…

Gaussian Processesregression

Sparse Gaussian processes using pseudo-inputs

2005-06-01 · NeurIPS 2005 6 · Edward Snelson, Zoubin Ghahramani

We present a new Gaussian process (GP) regression model whose covariance is parameterized by the the locations of M pseudo-input points, which we learn by a gradient based optimization. We take M << N, where N is the num…

Gaussian Processesregression

Sparse Orthogonal Variational Inference for Gaussian Processes

2019-10-23 · pproximateinference AABI Symposium 2019 12 · Jiaxin Shi, Michalis K. Titsias, andriy mnih

We introduce a new interpretation of sparse variational approximations for Gaussian processes using inducing points, which can lead to more scalable algorithms than previous methods. It is based on decomposing a Gaussian…

Gaussian ProcessesMulti-class ClassificationregressionVariational Inference

Variable noise and dimensionality reduction for sparse Gaussian processes

2012-06-27 · Edward Snelson, Zoubin Ghahramani

The sparse pseudo-input Gaussian process (SPGP) is a new approximation method for speeding up GP regression in the case of a large number of data points N. The approximation is controlled by the gradient optimization of …

Dimensionality ReductionGaussian Processes

Transforming Gaussian Processes With Normalizing Flows

2020-11-03 · Juan Maroñas, Oliver Hamelijnck, Jeremias Knoblauch, Theodoros Damoulas

Gaussian Processes (GPs) can be used as flexible, non-parametric function priors. Inspired by the growing body of work on Normalizing Flows, we enlarge this class of priors through a parametric invertible transformation …

Bayesian InferenceGaussian Processes