MLSep 18, 2012

Scaling Multidimensional Inference for Structured Gaussian Processes

arXiv:1209.4120v266 citations
Originality Incremental advance
AI Analysis

This addresses scaling limitations for practitioners using Gaussian Processes in multidimensional applications, though it builds incrementally on existing structured GP methods.

The paper tackles the computational intractability of exact Gaussian Process regression (O(N³) runtime) for multidimensional inputs by introducing structured GP extensions including projection pursuit Gaussian Process Regression, achieving orders of magnitude speedup while preserving close performance to naive Full GP.

Exact Gaussian Process (GP) regression has O(N^3) runtime for data size N, making it intractable for large N. Many algorithms for improving GP scaling approximate the covariance with lower rank matrices. Other work has exploited structure inherent in particular covariance functions, including GPs with implied Markov structure, and equispaced inputs (both enable O(N) runtime). However, these GP advances have not been extended to the multidimensional input setting, despite the preponderance of multidimensional applications. This paper introduces and tests novel extensions of structured GPs to multidimensional inputs. We present new methods for additive GPs, showing a novel connection between the classic backfitting method and the Bayesian framework. To achieve optimal accuracy-complexity tradeoff, we extend this model with a novel variant of projection pursuit regression. Our primary result -- projection pursuit Gaussian Process Regression -- shows orders of magnitude speedup while preserving high accuracy. The natural second and third steps include non-Gaussian observations and higher dimensional equispaced grid methods. We introduce novel techniques to address both of these necessary directions. We thoroughly illustrate the power of these three advances on several datasets, achieving close performance to the naive Full GP at orders of magnitude less cost.

Foundations

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

Your Notes