English

Exact Gaussian Processes on a Million Data Points

Machine Learning 2019-12-11 v2 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Gaussian processes (GPs) are flexible non-parametric models, with a capacity that grows with the available data. However, computational constraints with standard inference procedures have limited exact GPs to problems with fewer than about ten thousand training points, necessitating approximations for larger datasets. In this paper, we develop a scalable approach for exact GPs that leverages multi-GPU parallelization and methods like linear conjugate gradients, accessing the kernel matrix only through matrix multiplication. By partitioning and distributing kernel matrix multiplies, we demonstrate that an exact GP can be trained on over a million points, a task previously thought to be impossible with current computing hardware, in less than 2 hours. Moreover, our approach is generally applicable, without constraints to grid data or specific kernel classes. Enabled by this scalability, we perform the first-ever comparison of exact GPs against scalable GP approximations on datasets with 104 ⁣ ⁣10610^4 \!-\! 10^6 data points, showing dramatic performance improvements.

Keywords

Cite

@article{arxiv.1903.08114,
  title  = {Exact Gaussian Processes on a Million Data Points},
  author = {Ke Alexander Wang and Geoff Pleiss and Jacob R. Gardner and Stephen Tyree and Kilian Q. Weinberger and Andrew Gordon Wilson},
  journal= {arXiv preprint arXiv:1903.08114},
  year   = {2019}
}

Comments

Published at NeurIPS 2019

R2 v1 2026-06-23T08:13:05.075Z