paper-with-me

Papers

Continual Multi-task Gaussian Processes

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

We address the problem of continual learning in multi-task Gaussian process (GP) models for handling sequential input-output observations. Our approach extends the existing prior-posterior recursion of online Bayesian inference, i.e.\ past posterior discoveries become future prior beliefs, to the infinite functional space setting of GP. For a reason of scalability, we introduce variational inference together with an sparse approximation based on inducing inputs. As a consequence, we obtain tractable continual lower-bounds where two novel Kullback-Leibler (KL) divergences intervene in a natural way. The key technical property of our method is the recursive reconstruction of conditional GP priors conditioned on the variational parameters learned so far. To achieve this goal, we introduce a novel factorization of past variational distributions, where the predictive GP equation propagates the posterior uncertainty forward. We then demonstrate that it is possible to derive GP models over many types of sequential observations, either discrete or continuous and amenable to stochastic optimization. The continual inference approach is also applicable to scenarios where potential multi-channel or heterogeneous observations might appear. Extensive experiments demonstrate that the method is fully scalable, shows a reliable performance and is robust to uncertainty error propagation over a plenty of synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:1911.00002

Code (2)

pmorenoz/ContinualGP 공식 구현
DennisReddyhoff/ContinualGP

Tasks

Bayesian InferenceContinual LearningGaussian ProcessesStochastic OptimizationVariational 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 제목 키워드 기반

Variational Auto-Regressive Gaussian Processes for Continual Learning

2020-06-09 · Sanyam Kapoor, Theofanis Karaletsos, Thang D. Bui

Through sequential construction of posteriors on observing data online, Bayes' theorem provides a natural framework for continual learning. We develop Variational Auto-Regressive Gaussian Processes (VAR-GPs), a principle…

Bayesian InferenceContinual LearningGaussian Processes

GPTreeO: An R package for continual regression with dividing local Gaussian processes

2024-10-01 · Timo Braun, Anders Kvellestad, Riccardo De Bin

We introduce GPTreeO, a flexible R package for scalable Gaussian process (GP) regression, particularly tailored to continual learning problems. GPTreeO builds upon the Dividing Local Gaussian Processes (DLGP) algorithm, …

Continual LearningGaussian Processesregression

Memory-Based Dual Gaussian Processes for Sequential Learning

2023-06-06 · Paul E. Chang, Prakhar Verma, S. T. John, Arno Solin 외

Sequential learning with Gaussian processes (GPs) is challenging when access to past data is limited, for example, in continual and active learning. In such cases, errors can accumulate over time due to inaccuracies in t…

Active LearningBayesian OptimizationContinual LearningGaussian Processes

Functional Regularisation for Continual Learning with Gaussian Processes

2019-01-31 · ICLR 2020 1 · Michalis K. Titsias, Jonathan Schwarz, Alexander G. de G. Matthews, Razvan Pascanu 외

We introduce a framework for Continual Learning (CL) based on Bayesian inference over the function space rather than the parameters of a deep neural network. This method, referred to as functional regularisation for Cont…

Bayesian InferenceContinual LearningGaussian ProcessesSequential Bayesian Inference

Adjusting Model Size in Continual Gaussian Processes: How Big is Big Enough?

2024-08-14 · Guiomar Pescador-Barrios, Sarah Filippi, Mark van der Wilk

Many machine learning models require setting a parameter that controls their size before training, e.g.~number of neurons in DNNs, or inducing points in GPs. Increasing capacity typically improves performance until all t…

Continual LearningGaussian Processes