paper-with-me

Papers

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 field lacks a principled method to handle streaming data in which both the posterior distribution over function values and the hyperparameter estimates are updated in an online fashion. The small number of existing approaches either use suboptimal hand-crafted heuristics for hyperparameter learning, or suffer from catastrophic forgetting or slow updating when new data arrive. This paper develops a new principled framework for deploying Gaussian process probabilistic models in the streaming setting, providing methods for learning hyperparameters and optimising pseudo-input locations. The proposed framework is assessed using synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:1705.07131

Code (3)

thangbui/streaming_sparse_gp 공식 구현 tf
tyliu22/online_pacgp pytorch
wjmaddox/online_gp pytorch

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

Understanding Probabilistic Sparse Gaussian Process Approximations

2016-06-15 · NeurIPS 2016 12 · Matthias Bauer, Mark van der Wilk, Carl Edward Rasmussen

Good sparse approximations are essential for practical inference in Gaussian Processes as the computational cost of exact methods is prohibitive for large datasets. The Fully Independent Training Conditional (FITC) and t…

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

Streaming Generated Gaussian Process Experts for Online Learning and Control: Extended Version

2025-08-05 · Zewen Yang, Dongfa Zhang, Xiaobing Dai, Fengyi Yu 외 arxiv

Gaussian Processes (GPs), as a nonparametric learning method, offer flexible modeling capabilities and calibrated uncertainty quantification for function approximations. Additionally, GPs support online learning by effic…

Computational EfficiencyGaussian Processes

Sparse Gaussian Process Variational Autoencoders

2020-10-20 · Matthew Ashman, Jonathan So, Will Tebbutt, Vincent Fortuin 외

Large, multi-dimensional spatio-temporal datasets are omnipresent in modern science and engineering. An effective framework for handling such data are Gaussian process deep generative models (GP-DGMs), which employ GP pr…

Computational EfficiencyVariational Inference

Knot Selection in Sparse Gaussian Processes with a Variational Objective Function

2020-03-05 · Nathaniel Garton, Jarad Niemi, Alicia Carriquiry

Sparse, knot-based Gaussian processes have enjoyed considerable success as scalable approximations to full Gaussian processes. Certain sparse models can be derived through specific variational approximations to the true …

Bayesian OptimizationGaussian Processes