LGFeb 15, 2021

High-Dimensional Gaussian Process Inference with Derivatives

arXiv:2102.07542v125 citations
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners using Gaussian processes with derivatives, particularly in high-dimensional machine learning tasks like optimization and Hamiltonian Monte Carlo.

The paper tackles the prohibitive computational cost of Gaussian process inference with gradient observations, which scales as O(N^3 D^3), by introducing a decomposition method that reduces the cost to O(N^2D + (N^2)^3) in the low-data regime, enabling new applications in high-dimensional settings.

Although it is widely known that Gaussian processes can be conditioned on observations of the gradient, this functionality is of limited use due to the prohibitive computational cost of $\mathcal{O}(N^3 D^3)$ in data points $N$ and dimension $D$. The dilemma of gradient observations is that a single one of them comes at the same cost as $D$ independent function evaluations, so the latter are often preferred. Careful scrutiny reveals, however, that derivative observations give rise to highly structured kernel Gram matrices for very general classes of kernels (inter alia, stationary kernels). We show that in the low-data regime $N<D$, the Gram matrix can be decomposed in a manner that reduces the cost of inference to $\mathcal{O}(N^2D + (N^2)^3)$ (i.e., linear in the number of dimensions) and, in special cases, to $\mathcal{O}(N^2D + N^3)$. This reduction in complexity opens up new use-cases for inference with gradients especially in the high-dimensional regime, where the information-to-cost ratio of gradient observations significantly increases. We demonstrate this potential in a variety of tasks relevant for machine learning, such as optimization and Hamiltonian Monte Carlo with predictive gradients.

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