paper-with-me

Papers

When are Iterative Gaussian Processes Reliably Accurate?

2021-12-31 · Wesley J. Maddox, Sanyam Kapoor, Andrew Gordon Wilson

While recent work on conjugate gradient methods and Lanczos decompositions have achieved scalable Gaussian process inference with highly accurate point predictions, in several implementations these iterative methods appear to struggle with numerical instabilities in learning kernel hyperparameters, and poor test likelihoods. By investigating CG tolerance, preconditioner rank, and Lanczos decomposition rank, we provide a particularly simple prescription to correct these issues: we recommend that one should use a small CG tolerance ($\epsilon \leq 0.01$) and a large root decomposition size ($r \geq 5000$). Moreover, we show that L-BFGS-B is a compelling optimizer for Iterative GPs, achieving convergence with fewer gradient updates.

📄 PDF Abstract BibTeX arXiv:2112.15246

Code (1)

wjmaddox/benchmarking_iterative_gps 공식 구현 pytorch

Tasks

Gaussian Processes

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 제목 키워드 기반

Warm-Starting Iterative Gaussian Processes for Faster Sequential Inference

2025-11-20 · Alan Yufei Dong, Jihao Andreas Lin, José Miguel Hernández-Lobato arxiv

Efficient Gaussian process (GP) inference is critical for sequential decision-making tasks such as active learning, online prediction, and Bayesian optimization. Iterative approaches of approximating the GP posterior usi…

Gaussian ProcessesActive Learning

Distributional Gaussian Processes Layers for Out-of-Distribution Detection

2022-06-27 · Sebastian G. Popescu, David J. Sharp, James H. Cole, Konstantinos Kamnitsas 외

Machine learning models deployed on medical imaging tasks must be equipped with out-of-distribution detection capabilities in order to avoid erroneous predictions. It is unsure whether out-of-distribution detection model…

Gaussian ProcessesOut-of-Distribution DetectionSegmentation

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

Distributional Gaussian Process Layers for Outlier Detection in Image Segmentation

2021-04-28 · Sebastian G. Popescu, David J. Sharp, James H. Cole, Konstantinos Kamnitsas 외

We propose a parameter efficient Bayesian layer for hierarchical convolutional Gaussian Processes that incorporates Gaussian Processes operating in Wasserstein-2 space to reliably propagate uncertainty. This directly rep…

Gaussian ProcessesImage SegmentationOutlier DetectionOut-of-Distribution Detection+2

Variational Elliptical Processes

2023-11-21 · Maria Bånkestad, Jens Sjölund, Jalil Taghia, Thomas B. Schöon

We present elliptical processes, a family of non-parametric probabilistic models that subsume Gaussian processes and Student's t processes. This generalization includes a range of new heavy-tailed behaviors while retaini…

Gaussian ProcessesVariational Inference