paper-with-me

Papers

Recursive Estimation for Sparse Gaussian Process Regression

2019-05-28 · Manuel Schürch, Dario Azzimonti, Alessio Benavoli, Marco Zaffalon

Gaussian Processes (GPs) are powerful kernelized methods for non-parameteric regression used in many applications. However, their use is limited to a few thousand of training samples due to their cubic time complexity. In order to scale GPs to larger datasets, several sparse approximations based on so-called inducing points have been proposed in the literature. In this work we investigate the connection between a general class of sparse inducing point GP regression methods and Bayesian recursive estimation which enables Kalman Filter like updating for online learning. The majority of previous work has focused on the batch setting, in particular for learning the model parameters and the position of the inducing points, here instead we focus on training with mini-batches. By exploiting the Kalman filter formulation, we propose a novel approach that estimates such parameters by recursively propagating the analytical gradients of the posterior over mini-batches of the data. Compared to state of the art methods, our method keeps analytic updates for the mean and covariance of the posterior, thus reducing drastically the size of the optimization problem. We show that our method achieves faster convergence and superior performance compared to state of the art sequential Gaussian Process regression on synthetic GP as well as real-world data with up to a million of data samples.

📄 PDF Abstract BibTeX arXiv:1905.11711

Code (1)

manuelIDSIA/SRGP 공식 구현

Tasks

Gaussian Processesregression

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

A Marginalized Particle Gaussian Process Regression

2012-12-01 · NeurIPS 2012 12 · Yali Wang, Brahim Chaib-Draa

We present a novel marginalized particle Gaussian process (MPGP) regression, which provides a fast, accurate online Bayesian filtering framework to model the latent function. Using a state space model established by the …

Computational Efficiencyregression

Bayesian autoregression to optimize temporal Matérn kernel Gaussian process hyperparameters

2025-08-13 · Wouter M. Kouw arxiv

Gaussian processes are important models in the field of probabilistic numerics. We present a procedure for optimizing Matérn kernel temporal Gaussian processes with respect to the kernel covariance function's hyperparame…

Gaussian Processes

Gaussian Processes for Nonlinear Signal Processing

2013-03-12 · Fernando Pérez-Cruz, Steven Van Vaerenbergh, Juan José Murillo-Fuentes, Miguel Lázaro-Gredilla 외

Gaussian processes (GPs) are versatile tools that have been successfully employed to solve nonlinear estimation problems in machine learning, but that are rarely used in signal processing. In this tutorial, we present GP…

BIG-bench Machine LearningGaussian ProcessesGeneral Classificationregression

Spatially scalable recursive estimation of Gaussian process terrain maps using local basis functions

2022-10-17 · Frida Marie Viset, Rudy Helmons, Manon Kok

When an agent, person, vehicle or robot is moving through an unknown environment without GNSS signals, online mapping of nonlinear terrains can be used to improve position estimates when the agent returns to a previously…

Recursive Sparse Pseudo-input Gaussian Process SARSA

2018-11-17 · John Martin, Brendan Englot

The class of Gaussian Process (GP) methods for Temporal Difference learning has shown promise for data-efficient model-free Reinforcement Learning. In this paper, we consider a recent variant of the GP-SARSA algorithm, c…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)