paper-with-me

Papers

Scaled Vecchia approximation for fast computer-model emulation

2020-05-01 · Matthias Katzfuss, Joseph Guinness, Earl Lawrence

Many scientific phenomena are studied using computer experiments consisting of multiple runs of a computer model while varying the input settings. Gaussian processes (GPs) are a popular tool for the analysis of computer experiments, enabling interpolation between input settings, but direct GP inference is computationally infeasible for large datasets. We adapt and extend a powerful class of GP methods from spatial statistics to enable the scalable analysis and emulation of large computer experiments. Specifically, we apply Vecchia's ordered conditional approximation in a transformed input space, with each input scaled according to how strongly it relates to the computer-model response. The scaling is learned from the data, by estimating parameters in the GP covariance function using Fisher scoring. Our methods are highly scalable, enabling estimation, joint prediction and simulation in near-linear time in the number of model runs. In several numerical examples, our approach substantially outperformed existing methods.

📄 PDF Abstract BibTeX arXiv:2005.00386

Code (1)

katzfuss-group/scaledVecchia 공식 구현

Tasks

Gaussian Processesmodel

Similar Papers 제목 키워드 기반

Iterative Methods for Vecchia-Laplace Approximations for Latent Gaussian Process Models

2023-10-18 · Pascal Kündig, Fabio Sigrist

Latent Gaussian process (GP) models are flexible probabilistic non-parametric function models. Vecchia approximations are accurate approximations for GPs to overcome computational bottlenecks for large data, and the Lapl…

Implementation and Analysis of GPU Algorithms for Vecchia Approximation

2024-07-03 · Zachary James, Joseph Guinness

Gaussian Processes have become an indispensable part of the spatial statistician's toolbox but are unsuitable for analyzing large dataset because of the significant time and memory needed to fit the associated model exac…

Gaussian ProcessesGPU

GraphGP: Scalable Gaussian Processes with Vecchia's Approximation

2026-06-09 · Benjamin Dodge, Philipp Frank, Susan E. Clark arxiv

Gaussian processes are a powerful tool for modeling continuous fields, but their naive $\mathcal{O}(N^3)$ computational cost and $\mathcal{O}(N^2)$ memory requirement often limit their practical use. Vecchia's approximat…

Gaussian Processes

Gaussian Process Learning via Fisher Scoring of Vecchia's Approximation

2019-05-20 · Joseph Guinness

We derive a single pass algorithm for computing the gradient and Fisher information of Vecchia's Gaussian process loglikelihood approximation, which provides a computationally efficient means for applying the Fisher scor…

Vecchia-Inducing-Points Full-Scale Approximations for Gaussian Processes

2025-07-07 · Tim Gyger, Reinhard Furrer, Fabio Sigrist arxiv

Gaussian processes are flexible, probabilistic, non-parametric models widely used in machine learning and statistics. However, their scalability to large data sets is limited by computational constraints. To overcome the…

Gaussian Processes