NADSLGJan 4, 2021

Gauss-Legendre Features for Gaussian Process Regression

arXiv:2101.01137v214 citations
AI Analysis

This work provides a more scalable method for Gaussian process regression, which is beneficial for researchers and practitioners working with large, low-dimensional datasets where GPR's computational cost is prohibitive.

This paper tackles the computational bottleneck of Gaussian process regression (GPR) for large datasets. The authors propose a Gauss-Legendre quadrature-based approach that achieves a high-quality kernel approximation using a poly-logarithmic number of features, outperforming random Fourier features which require a linear number of features for similar guarantees.

Gaussian processes provide a powerful probabilistic kernel learning framework, which allows learning high quality nonparametric regression models via methods such as Gaussian process regression. Nevertheless, the learning phase of Gaussian process regression requires massive computations which are not realistic for large datasets. In this paper, we present a Gauss-Legendre quadrature based approach for scaling up Gaussian process regression via a low rank approximation of the kernel matrix. We utilize the structure of the low rank approximation to achieve effective hyperparameter learning, training and prediction. Our method is very much inspired by the well-known random Fourier features approach, which also builds low-rank approximations via numerical integration. However, our method is capable of generating high quality approximation to the kernel using an amount of features which is poly-logarithmic in the number of training points, while similar guarantees will require an amount that is at the very least linear in the number of training points when random Fourier features. Furthermore, the structure of the low-rank approximation that our method builds is subtly different from the one generated by random Fourier features, and this enables much more efficient hyperparameter learning. The utility of our method for learning with low-dimensional datasets is demonstrated using numerical experiments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes