Thoughts on Massively Scalable Gaussian Processes
Andrew Gordon Wilson, Christoph Dann, Hannes Nickisch

TL;DR
This paper presents a scalable Gaussian process framework that reduces computational complexity to handle billions of data points efficiently without distributed inference, using novel matrix approximations and input space projections.
Contribution
It introduces MSGP, a framework extending KISS-GP, enabling GPs on billions of points with reduced complexity and new matrix approximation techniques.
Findings
Reduces GP complexity to O(n) for training and O(1) for prediction.
Enables handling billions of data points with near-exact accuracy.
Faster inference and learning through multi-level circulant and Toeplitz approximations.
Abstract
We introduce a framework and early results for massively scalable Gaussian processes (MSGP), significantly extending the KISS-GP approach of Wilson and Nickisch (2015). The MSGP framework enables the use of Gaussian processes (GPs) on billions of datapoints, without requiring distributed inference, or severe assumptions. In particular, MSGP reduces the standard complexity of GP learning and inference to , and the standard complexity per test point prediction to . MSGP involves 1) decomposing covariance matrices as Kronecker products of Toeplitz matrices approximated by circulant matrices. This multi-level circulant approximation allows one to unify the orthogonal computational benefits of fast Kronecker and Toeplitz approaches, and is significantly faster than either approach in isolation; 2) local kernel interpolation and inducing points to allow for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Advanced Thermodynamics and Statistical Mechanics · Advanced Multi-Objective Optimization Algorithms
