MLLGJul 21, 2021

Adaptive Inducing Points Selection For Gaussian Processes

arXiv:2107.10066v120 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in online Gaussian Process inference for time series applications, representing an incremental improvement over existing sparse variational methods.

The paper tackled the problem of selecting inducing points for Gaussian Processes in streaming settings, proposing an adaptive method to add new points based on GP properties and data structure, which improved performance.

Gaussian Processes (\textbf{GPs}) are flexible non-parametric models with strong probabilistic interpretation. While being a standard choice for performing inference on time series, GPs have few techniques to work in a streaming setting. \cite{bui2017streaming} developed an efficient variational approach to train online GPs by using sparsity techniques: The whole set of observations is approximated by a smaller set of inducing points (\textbf{IPs}) and moved around with new data. Both the number and the locations of the IPs will affect greatly the performance of the algorithm. In addition to optimizing their locations, we propose to adaptively add new points, based on the properties of the GP and the structure of the data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes