paper-with-me

Papers

Constant-Time Predictive Distributions for Gaussian Processes

2018-03-16 · ICML 2018 7 · Geoff Pleiss, Jacob R. Gardner, Kilian Q. Weinberger, Andrew Gordon Wilson

One of the most compelling features of Gaussian process (GP) regression is its ability to provide well-calibrated posterior distributions. Recent advances in inducing point methods have sped up GP marginal likelihood and posterior mean computations, leaving posterior covariance estimation and sampling as the remaining computational bottlenecks. In this paper we address these shortcomings by using the Lanczos algorithm to rapidly approximate the predictive covariance matrix. Our approach, which we refer to as LOVE (LanczOs Variance Estimates), substantially improves time and space complexity. In our experiments, LOVE computes covariances up to 2,000 times faster and draws samples 18,000 times faster than existing methods, all without sacrificing accuracy.

📄 PDF Abstract BibTeX arXiv:1803.06058

Code (1)

cornellius-gp/gpytorch/blob/master/examples/02_Scalable_Exact_GPs/Simple_GP_Regression_With_LOVE_Fast_Variances_and_Sampling.ipynb 공식 구현 pytorch

Tasks

Gaussian Processesregression

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

The Elliptical Processes: a Family of Fat-tailed Stochastic Processes

2020-03-13 · Maria Bånkestad, Jens Sjölund, Jalil Taghia, Thomas Schön

We present the elliptical processes -- a family of non-parametric probabilistic models that subsumes the Gaussian process and the Student-t process. This generalization includes a range of new fat-tailed behaviors yet re…

Gaussian Processesregression

A Gaussian Process-based Streaming Algorithm for Prediction of Time Series With Regimes and Outliers

2024-06-01 · Daniel Waxman, Petar M. Djurić

Online prediction of time series under regime switching is a widely studied problem in the literature, with many celebrated approaches. Using the non-parametric flexibility of Gaussian processes, the recently proposed IN…

Gaussian ProcessesMixture-of-ExpertsTime Series

Physics-informed Gaussian Processes as Linear Model Predictive Controller

2024-12-02 · Jörn Tebbe, Andreas Besginow, Markus Lange-Hegermann

We introduce a novel algorithm for controlling linear time invariant systems in a tracking problem. The controller is based on a Gaussian Process (GP) whose realizations satisfy a system of linear ordinary differential e…

Bayesian InferenceGaussian ProcessesModel Predictive Control

Sequential Estimation of Gaussian Process-based Deep State-Space Models

2023-01-29 · Yuhao Liu, Marzieh Ajirak, Petar Djuric

We consider the problem of sequential estimation of the unknowns of state-space and deep state-space models that include estimation of functions and latent processes of the models. The proposed approach relies on Gaussia…

Gaussian ProcessesState Space Models

Student-t Processes as Alternatives to Gaussian Processes

2014-02-18 · Amar Shah, Andrew Gordon Wilson, Zoubin Ghahramani

We investigate the Student-t process as an alternative to the Gaussian process as a nonparametric prior over functions. We derive closed form expressions for the marginal likelihood and predictive distribution of a Stude…

Bayesian OptimizationGaussian ProcessesModel Selection