DCMar 24

Scaled Block Vecchia Approximation for High-Dimensional Gaussian Process Emulation on GPUs

arXiv:2504.1200422.71 citationsh-index: 62
Predicted impact top 79% in DC · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the problem of enabling uncertainty quantification and optimization for large-scale scientific simulations, though it is incremental as it builds on existing Vecchia methods.

The paper tackles the poor scalability of Gaussian Processes for large datasets by introducing the Scaled Block Vecchia algorithm, which achieves near-linear scalability on up to 512 GPUs, handles 2.56B points, and reduces energy use compared to exact solvers.

Emulating computationally intensive scientific simulations is crucial for enabling uncertainty quantification, optimization, and informed decision-making at scale. Gaussian Processes (GPs) offer a flexible and data-efficient foundation for statistical emulation, but their poor scalability limits applicability to large datasets. We introduce the Scaled Block Vecchia (SBV) algorithm for distributed GPU-based systems. SBV integrates the Scaled Vecchia approach for anisotropic input scaling with the Block Vecchia (BV) method to reduce computational and memory complexity while leveraging GPU acceleration techniques for efficient linear algebra operations. To the best of our knowledge, this is the first distributed implementation of any Vecchia-based GP variant. Our implementation employs MPI for inter-node parallelism and the MAGMA library for GPU-accelerated batched matrix computations. We demonstrate the scalability and efficiency of the proposed algorithm through experiments on synthetic and real-world workloads, including a 50M point simulation from a respiratory disease model. SBV achieves near-linear scalability on up to 512 A100 and GH200 GPUs, handles 2.56B points, and reduces energy use relative to exact GP solvers, establishing SBV as a scalable and energy-efficient framework for emulating large-scale scientific models on GPU-based distributed systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes