LGOCMLMay 19, 2025

Turbocharging Gaussian Process Inference with Approximate Sketch-and-Project

arXiv:2505.13723v27 citationsh-index: 7Has Code
Originality Highly original
AI Analysis

This addresses the computational bottleneck for researchers and practitioners using Gaussian processes in fields like biostatistics and Bayesian optimization, offering a significant improvement over existing methods.

They tackled the scalability problem of Gaussian process inference for large datasets by proposing an approximate distributed accelerated sketch-and-project algorithm, which outperformed state-of-the-art solvers and scaled to over 300 million samples.

Gaussian processes (GPs) play an essential role in biostatistics, scientific machine learning, and Bayesian optimization for their ability to provide probabilistic predictions and model uncertainty. However, GP inference struggles to scale to large datasets (which are common in modern applications), since it requires the solution of a linear system whose size scales quadratically with the number of samples in the dataset. We propose an approximate, distributed, accelerated sketch-and-project algorithm ($\texttt{ADASAP}$) for solving these linear systems, which improves scalability. We use the theory of determinantal point processes to show that the posterior mean induced by sketch-and-project rapidly converges to the true posterior mean. In particular, this yields the first efficient, condition number-free algorithm for estimating the posterior mean along the top spectral basis functions, showing that our approach is principled for GP inference. $\texttt{ADASAP}$ outperforms state-of-the-art solvers based on conjugate gradient and coordinate descent across several benchmark datasets and a large-scale Bayesian optimization task. Moreover, $\texttt{ADASAP}$ scales to a dataset with $> 3 \cdot 10^8$ samples, a feat which has not been accomplished in the literature.

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