Adjusting Model Size in Continual Gaussian Processes: How Big is Big Enough?
Guiomar Pescador-Barrios, Sarah Filippi, Mark van der Wilk
TL;DR
This work tackles capacity selection in continual Gaussian Process regression by introducing Vegas Inducing Point Selection (VIPS), an online method that grows the inducing set adaptively using a single pre-set hyperparameter. By deriving an online LML upper bound and accompanying approximation guarantees, VIPS stops growing when capacity suffices to retain near-optimal predictive performance. Empirical results on streaming UCI benchmarks and magnetic-field robotics show VIPS closely matches full-batch GP accuracy while using far fewer inducing points and without dataset-specific tuning, outperforming competing adaptive methods. The approach offers a principled, resource-efficient framework for online Bayesian nonparametric learning with potential implications for adaptive neural networks.
Abstract
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 the information from the dataset is captured. After this point, computational cost keeps increasing, without improved performance. This leads to the question "How big is big enough?" We investigate this problem for Gaussian processes (single-layer neural networks) in continual learning. Here, data becomes available incrementally, and the final dataset size will therefore not be known before training, preventing the use of heuristics for setting a fixed model size. We develop a method to automatically adjust model size while maintaining near-optimal performance. Our experimental procedure follows the constraint that any hyperparameters must be set without seeing dataset properties, and we show that our method performs well across diverse datasets without the need to adjust its hyperparameter, showing it requires less tuning than others.
