paper-with-me

Papers

Variational Inference for Gaussian Process Models with Linear Complexity

2017-11-28 · NeurIPS 2017 12 · Ching-An Cheng, Byron Boots

Large-scale Gaussian process inference has long faced practical challenges due to time and space complexity that is superlinear in dataset size. While sparse variational Gaussian process models are capable of learning from large-scale data, standard strategies for sparsifying the model can prevent the approximation of complex functions. In this work, we propose a novel variational Gaussian process model that decouples the representation of mean and covariance functions in reproducing kernel Hilbert space. We show that this new parametrization generalizes previous models. Furthermore, it yields a variational inference problem that can be solved by stochastic gradient ascent with time and space complexity that is only linear in the number of mean function parameters, regardless of the choice of kernels, likelihoods, and inducing points. This strategy makes the adoption of large-scale expressive Gaussian process models possible. We run several experiments on regression tasks and show that this decoupled approach greatly outperforms previous sparse variational Gaussian process inference procedures.

📄 PDF Abstract BibTeX arXiv:1711.10127

Code (0)

등록된 구현이 없습니다.

Tasks

Variational Inference

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 제목 키워드 기반

The Variational Gaussian Process

2015-11-20 · Dustin Tran, Rajesh Ranganath, David M. Blei

Variational inference is a powerful tool for approximate inference, and it has been recently applied for representation learning with deep generative models. We develop the variational Gaussian process (VGP), a Bayesian …

Representation LearningVariational Inference

Scalable Multi-Output Gaussian Processes with Stochastic Variational Inference

2024-07-02 · Xiaoyu Jiang, Sokratia Georgaka, Magnus Rattray, Mauricio A. Alvarez

The Multi-Output Gaussian Process is is a popular tool for modelling data from multiple sources. A typical choice to build a covariance function for a MOGP is the Linear Model of Coregionalization (LMC) which parametrica…

Gaussian ProcessesVariational Inference

Banded Matrix Operators for Gaussian Markov Models in the Automatic Differentiation Era

2019-02-26 · Nicolas Durrande, Vincent Adam, Lucas Bordeaux, Stefanos Eleftheriadis 외

Banded matrices can be used as precision matrices in several models including linear state-space models, some Gaussian processes, and Gaussian Markov random fields. The aim of the paper is to make modern inference method…

Gaussian ProcessesState Space ModelsVariational Inference

Recursive Entropic Variational Inference for Nonlinear State-Space Models

2025-11-19 · Hany Abdulsamad, Ángel F. García-Fernández, Simo Särkkä arxiv

We present a class of algorithms for state estimation in nonlinear, non-Gaussian state-space models. Our approach is based on a variational Lagrangian formulation that casts Bayesian inference as a sequence of entropic t…

Bayesian Inference

Variational Mixture of Gaussian Process Experts

2008-12-01 · NeurIPS 2008 12 · Chao Yuan, Claus Neubauer

Mixture of Gaussian processes models extended a single Gaussian process with ability of modeling multi-modal data and reduction of training complexity. Previous inference algorithms for these models are mostly based on G…

Gaussian ProcessesMixture-of-Experts