gp2Scale: A Class of Compactly-Supported Non-Stationary Kernels and Distributed Computing for Exact Gaussian Processes on 10 Million Data Points
Marcus M. Noack, Mark D. Risser, Hengrui Luo, Vardaan Tekriwal, Ronald J. Pandolfi
TL;DR
This work tackles the scalability of exact Gaussian process regression to millions of data points by introducing gp2Scale, a framework built on three pillars: (i) flexible non-stationary, compactly supported kernels that reveal sparse covariance structure, (ii) distributed computing to efficiently assemble and manipulate large covariance blocks, and (iii) a block-MCMC scheme for rapid, regularized hyperparameter sampling. The authors present a family of kernels, including non-stationary Wendland- and bump-function-based constructions, with mechanisms to preserve far-field interactions while maintaining sparsity. Through extensive experiments on synthetic, topography, housing, MNIST, and a 10-million-temperature dataset, gp2Scale demonstrates competitive or superior accuracy and uncertainty quantification compared to leading approximations (SVGP, VNNGP, SKI, Vecchia), while enabling exact inference. The results, supported by a public gpCAM package and reproducibility commitments, suggest gp2Scale is especially advantageous for highly customizable GPs on dense, non-stationary data where traditional approximations may overly constrain kernel design or uncertainty modeling.
Abstract
Despite a large corpus of recent work on scaling up Gaussian processes, a stubborn trade-off between computational speed, prediction and uncertainty quantification accuracy, and customizability persists. This is because the vast majority of existing methodologies exploit various levels of approximations that lower accuracy and limit the flexibility of kernel and noise-model designs -- an unacceptable drawback at a time when expressive non-stationary kernels are on the rise in many fields. Here, we propose a methodology we term \emph{gp2Scale} that scales exact Gaussian processes to more than 10 million data points without relying on inducing points, kernel interpolation, or neighborhood-based approximations, and instead leveraging the existing capabilities of a GP: its kernel design. Highly flexible, compactly supported, and non-stationary kernels lead to the identification of naturally occurring sparse structure in the covariance matrix, which is then exploited for the calculations of the linear system solution and the log-determinant for training. We demonstrate our method's functionality on several real-world datasets and compare it with state-of-the-art approximation algorithms. Although we show superior approximation performance in many cases, the method's real power lies in its agnosticism toward arbitrary GP customizations -- core kernel design, noise, and mean functions -- and the type of input space, making it optimally suited for modern Gaussian process applications.
