Scaling Gaussian Process Regression with Derivatives
David Eriksson, Kun Dong, Eric Hans Lee, David Bindel, Andrew Gordon, Wilson

TL;DR
This paper introduces efficient iterative methods for Gaussian process regression with derivatives, significantly reducing computational costs and enabling high-dimensional Bayesian optimization with derivatives.
Contribution
It proposes fast iterative solvers with pivoted Cholesky preconditioning for scalable GP regression with derivatives, improving efficiency over traditional methods.
Findings
Iterative solvers with MVMs reduce computation time.
Pivoted Cholesky preconditioning accelerates convergence.
Enables high-dimensional Bayesian optimization with derivatives.
Abstract
Gaussian processes (GPs) with derivatives are useful in many applications, including Bayesian optimization, implicit surface reconstruction, and terrain reconstruction. Fitting a GP to function values and derivatives at points in dimensions requires linear solves and log determinants with an positive definite matrix -- leading to prohibitive computations for standard direct methods. We propose iterative solvers using fast matrix-vector multiplications (MVMs), together with pivoted Cholesky preconditioning that cuts the iterations to convergence by several orders of magnitude, allowing for fast kernel learning and prediction. Our approaches, together with dimensionality reduction, enables Bayesian optimization with derivatives to scale to high-dimensional problems and large evaluation budgets.
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 Multi-Objective Optimization Algorithms · Scientific Research and Discoveries
