Parallel Approximations for High-Dimensional Multivariate Normal Probability Computation in Confidence Region Detection Applications
Xiran Zhang, Sameh Abdulah, Jian Cao, Hatem Ltaief, Ying, Sun, Marc G. Genton, David E. Keyes

TL;DR
This paper introduces a parallel computing framework that accelerates high-dimensional multivariate normal probability calculations, utilizing task-based algorithms and low-rank approximations to achieve significant speedups while maintaining accuracy.
Contribution
It presents a scalable, high-performance implementation of the SOV algorithm with TLR approximation, enabling efficient high-dimensional MVN probability computations on large-scale systems.
Findings
Achieved up to 20X speedup with TLR approximation
Maintained high accuracy in confidence region detection
Demonstrated scalability on shared and distributed-memory systems
Abstract
Addressing the statistical challenge of computing the multivariate normal (MVN) probability in high dimensions holds significant potential for enhancing various applications. One common way to compute high-dimensional MVN probabilities is the Separation-of-Variables (SOV) algorithm. This algorithm is known for its high computational complexity of O(n^3) and space complexity of O(n^2), mainly due to a Cholesky factorization operation for an n X n covariance matrix, where represents the dimensionality of the MVN problem. This work proposes a high-performance computing framework that allows scaling the SOV algorithm and, subsequently, the confidence region detection algorithm. The framework leverages parallel linear algebra algorithms with a task-based programming model to achieve performance scalability in computing process probabilities, especially on large-scale systems. In…
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
TopicsAlgorithms and Data Compression
