paper-with-me

Papers

Amortized Bayesian Local Interpolation NetworK: Fast covariance parameter estimation for Gaussian Processes

2024-11-10 · Brandon R. Feng, Reetam Majumder, Brian J. Reich, Mohamed A. Abba

Gaussian processes (GPs) are a ubiquitous tool for geostatistical modeling with high levels of flexibility and interpretability, and the ability to make predictions at unseen spatial locations through a process called Kriging. Estimation of Kriging weights relies on the inversion of the process' covariance matrix, creating a computational bottleneck for large spatial datasets. In this paper, we propose an Amortized Bayesian Local Interpolation NetworK (A-BLINK) for fast covariance parameter estimation, which uses two pre-trained deep neural networks to learn a mapping from spatial location coordinates and covariance function parameters to Kriging weights and the spatial variance, respectively. The fast prediction time of these networks allows us to bypass the matrix inversion step, creating large computational speedups over competing methods in both frequentist and Bayesian settings, and also provides full posterior inference and predictions using Markov chain Monte Carlo sampling methods. We show significant increases in computational efficiency over comparable scalable GP methodology in an extensive simulation study with lower parameter estimation error. The efficacy of our approach is also demonstrated using a temperature dataset of US climate normals for 1991--2020 based on over 7,000 weather stations.

📄 PDF Abstract BibTeX arXiv:2411.06324

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyGaussian Processesparameter estimation

Similar Papers 제목 키워드 기반

Uncertainty-Aware Surrogate-based Amortized Bayesian Inference for Computationally Expensive Models

2025-05-13 · Stefania Scheurer, Philipp Reiser, Tim Brünnette, Wolfgang Nowak 외

Bayesian inference typically relies on a large number of model evaluations to estimate posterior distributions. Established methods like Markov Chain Monte Carlo (MCMC) and Amortized Bayesian Inference (ABI) can become c…

Bayesian Inference

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 computati…

Gaussian Processes

Amortized Bayesian Workflow (Extended Abstract)

2024-09-06 · Marvin Schmitt, Chengkun Li, Aki Vehtari, Luigi Acerbi 외

Bayesian inference often faces a trade-off between computational speed and sampling accuracy. We propose an adaptive workflow that integrates rapid amortized inference with gold-standard MCMC techniques to achieve both s…

Bayesian Inference

Improving the Accuracy of Amortized Model Comparison with Self-Consistency

2025-08-28 · Šimon Kucharský, Aayush Mishra, Daniel Habermann, Stefan T. Radev 외 arxiv

Amortized Bayesian model comparison (BMC) enables fast probabilistic ranking of models via simulation-based training of neural surrogates. However, the accuracy of neural surrogates deteriorates when simulation models ar…

Deep Amortized Inference for Probabilistic Programs

2016-10-18 · Daniel Ritchie, Paul Horsfall, Noah D. Goodman

Probabilistic programming languages (PPLs) are a powerful modeling tool, able to represent any computable probability distribution. Unfortunately, probabilistic program inference is often intractable, and existing PPLs m…

Probabilistic Programming