Block Vecchia Approximation for Scalable and Efficient Gaussian Process Computations
Qilong Pan, Sameh Abdulah, Marc G. Genton, Ying Sun

TL;DR
This paper introduces block Vecchia, a GPU-accelerated approximation method for Gaussian Processes that improves scalability and efficiency in large geospatial datasets by evaluating multivariate conditional distributions.
Contribution
The study proposes block Vecchia, a novel approximation technique using multivariate conditionals with K-means clustering, and develops a GPU framework to enhance computational efficiency.
Findings
Significantly reduces likelihood evaluations compared to classical Vecchia.
Achieves high accuracy with large block counts and random ordering.
Successfully applied to large-scale real datasets with over a million points.
Abstract
Gaussian Processes (GPs) are vital for modeling and predicting irregularly-spaced, large geospatial datasets. However, their computations often pose significant challenges in large-scale applications. One popular method to approximate GPs is the Vecchia approximation, which approximates the full likelihood via a series of conditional probabilities. The classical Vecchia approximation uses univariate conditional distributions, which leads to redundant evaluations and memory burdens. To address this challenge, our study introduces block Vecchia, which evaluates each multivariate conditional distribution of a block of observations, with blocks formed using the K-means algorithm. The proposed GPU framework for the block Vecchia uses varying batched linear algebra operations to compute multivariate conditional distributions concurrently, notably diminishing the frequent likelihood…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Advanced Bandit Algorithms Research
