MLLGAug 14, 2024

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

arXiv:2408.07588v51 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses a practical challenge for continual learning practitioners by reducing manual tuning while maintaining performance.

The paper tackles the problem of determining optimal model size for Gaussian processes in continual learning, where final dataset size is unknown, by developing an automatic adjustment method that maintains near-optimal performance across diverse datasets without requiring hyperparameter tuning.

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.

Code Implementations1 repo
Foundations

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

Your Notes