paper-with-me

홈 › Papers

Posterior and Computational Uncertainty in Gaussian Processes

2022-05-30 · Jonathan Wenger, Geoff Pleiss, Marvin Pförtner, Philipp Hennig, John P. Cunningham

Gaussian processes scale prohibitively with the size of the dataset. In response, many approximation methods have been developed, which inevitably introduce approximation error. This additional source of uncertainty, due to limited computation, is entirely ignored when using the approximate posterior. Therefore in practice, GP models are often as much about the approximation method as they are about the data. Here, we develop a new class of methods that provides consistent estimation of the combined uncertainty arising from both the finite number of data observed and the finite amount of computation expended. The most common GP approximations map to an instance in this class, such as methods based on the Cholesky factorization, conjugate gradients, and inducing points. For any method in this class, we prove (i) convergence of its posterior mean in the associated RKHS, (ii) decomposability of its combined posterior covariance into mathematical and computational covariances, and (iii) that the combined variance is a tight worst-case bound for the squared error between the method's posterior mean and the latent function. Finally, we empirically demonstrate the consequences of ignoring computational uncertainty and show how implicitly modeling it improves generalization performance on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2205.15449

Code (1)

jonathanwenger/itergp 공식 구현

Tasks

Gaussian Processes

Similar Papers 제목 키워드 기반

Inference in Deep Gaussian Processes using Stochastic Gradient Hamiltonian Monte Carlo

2018-06-14 · NeurIPS 2018 12 · Marton Havasi, José Miguel Hernández-Lobato, Juan José Murillo-Fuentes

Deep Gaussian Processes (DGPs) are hierarchical generalizations of Gaussian Processes that combine well calibrated uncertainty estimates with the high flexibility of multilayer models. One of the biggest challenges with …

Gaussian ProcessesVariational Inference

Posterior Inference on Shallow Infinitely Wide Bayesian Neural Networks under Weights with Unbounded Variance

2023-05-18 · Jorge Loría, Anindya Bhadra

From the classical and influential works of Neal (1996), it is known that the infinite width scaling limit of a Bayesian neural network with one hidden layer is a Gaussian process, when the network weights have bounded p…

Gaussian ProcessesUncertainty Quantification

Calibrated Computation-Aware Gaussian Processes

2024-10-11 · Disha Hegde, Mohamed Adil, Jon Cockayne

Gaussian processes are notorious for scaling cubically with the size of the training set, preventing application to very large regression problems. Computation-aware Gaussian processes (CAGPs) tackle this scaling issue b…

Gaussian ProcessesregressionUncertainty Quantification

Structured Variational Inference for Coupled Gaussian Processes

2017-11-03 · Vincent Adam

Sparse variational approximations allow for principled and scalable inference in Gaussian Process (GP) models. In settings where several GPs are part of the generative model, theses GPs are a posteriori coupled. For many…

Gaussian ProcessesVariational Inference

Beyond the Mean-Field: Structured Deep Gaussian Processes Improve the Predictive Uncertainties

2020-05-22 · NeurIPS 2020 12 · Jakob Lindinger, David Reeb, Christoph Lippert, Barbara Rakitsch

Deep Gaussian Processes learn probabilistic data representations for supervised learning by cascading multiple Gaussian Processes. While this model family promises flexible predictive distributions, exact inference is no…

Computational EfficiencyGaussian Processes