paper-with-me

Papers

Kernel Interpolation for Scalable Structured Gaussian Processes (KISS-GP)

2015-03-03 · Andrew Gordon Wilson, Hannes Nickisch

We introduce a new structured kernel interpolation (SKI) framework, which generalises and unifies inducing point methods for scalable Gaussian processes (GPs). SKI methods produce kernel approximations for fast computations through kernel interpolation. The SKI framework clarifies how the quality of an inducing point approach depends on the number of inducing (aka interpolation) points, interpolation strategy, and GP covariance kernel. SKI also provides a mechanism to create new scalable kernel methods, through choosing different kernel interpolation strategies. Using SKI, with local cubic kernel interpolation, we introduce KISS-GP, which is 1) more scalable than inducing point alternatives, 2) naturally enables Kronecker and Toeplitz algebra for substantial additional gains in scalability, without requiring any grid data, and 3) can be used for fast and expressive kernel learning. KISS-GP costs O(n) time and storage for GP inference. We evaluate KISS-GP for kernel matrix approximation, kernel learning, and natural sound modelling.

📄 PDF Abstract BibTeX arXiv:1503.01057

Code (3)

sebastianament/covariancefunctions.jl
tyliu22/online_pacgp pytorch
wjmaddox/online_gp pytorch

Tasks

Gaussian Processes

Similar Papers 제목 키워드 기반

Product Kernel Interpolation for Scalable Gaussian Processes

2018-02-24 · Jacob R. Gardner, Geoff Pleiss, Ruihan Wu, Kilian Q. Weinberger 외

Recent work shows that inference for Gaussian processes can be performed efficiently using iterative methods that rely only on matrix-vector multiplications (MVMs). Structured Kernel Interpolation (SKI) exploits these te…

Gaussian Processes

SKIing on Simplices: Kernel Interpolation on the Permutohedral Lattice for Scalable Gaussian Processes

2021-06-12 · Sanyam Kapoor, Marc Finzi, Ke Alexander Wang, Andrew Gordon Wilson

State-of-the-art methods for scalable Gaussian processes use iterative algorithms, requiring fast matrix vector multiplies (MVMs) with the covariance kernel. The Structured Kernel Interpolation (SKI) framework accelerate…

Gaussian ProcessesGPU

Kernel Interpolation for Scalable Online Gaussian Processes

2021-03-02 · Samuel Stanton, Wesley J. Maddox, Ian Delbridge, Andrew Gordon Wilson

Gaussian processes (GPs) provide a gold standard for performance in online settings, such as sample-efficient control and black box optimization, where we need to update a posterior distribution as we acquire data in a s…

Bayesian OptimizationGaussian Processes

Faster Kernel Interpolation for Gaussian Processes

2021-01-28 · Mohit Yadav, Daniel Sheldon, Cameron Musco

A key challenge in scaling Gaussian Process (GP) regression to massive datasets is that exact inference requires computation with a dense n x n kernel matrix, where n is the number of data points. Significant work focuse…

Gaussian Processesregression

Scalable Gaussian Process Regression for Kernels with a Non-Stationary Phase

2019-12-25 · ICML 2020 1 · Jan Graßhoff, Alexandra Jankowski, Philipp Rostalski

The application of Gaussian processes (GPs) to large data sets is limited due to heavy memory and computational requirements. A variety of methods has been proposed to enable scalability, one of which is to exploit struc…

Gaussian Processesregression