MLAILGFeb 2, 2018

Scalable Lévy Process Priors for Spectral Kernel Learning

arXiv:1802.00530v137 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses kernel selection uncertainty in Gaussian processes for machine learning applications, offering an incremental improvement with automatic model order selection and efficient computation.

The authors tackled the problem of kernel uncertainty in Gaussian processes for long-range extrapolation by proposing a distribution over kernels using a Lévy process prior, achieving state-of-the-art predictive performance with O(n) training and O(1) prediction complexity.

Gaussian processes are rich distributions over functions, with generalization properties determined by a kernel function. When used for long-range extrapolation, predictions are particularly sensitive to the choice of kernel parameters. It is therefore critical to account for kernel uncertainty in our predictive distributions. We propose a distribution over kernels formed by modelling a spectral mixture density with a Lévy process. The resulting distribution has support for all stationary covariances--including the popular RBF, periodic, and Matérn kernels--combined with inductive biases which enable automatic and data efficient learning, long-range extrapolation, and state of the art predictive performance. The proposed model also presents an approach to spectral regularization, as the Lévy process introduces a sparsity-inducing prior over mixture components, allowing automatic selection over model order and pruning of extraneous components. We exploit the algebraic structure of the proposed process for $\mathcal{O}(n)$ training and $\mathcal{O}(1)$ predictions. We perform extrapolations having reasonable uncertainty estimates on several benchmarks, show that the proposed model can recover flexible ground truth covariances and that it is robust to errors in initialization.

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