Randomized block Gram-Schmidt process for solution of linear systems and eigenvalue problems
Oleg Balabanov, Laura Grigori
TL;DR
This work presents RBGS, a randomized block Gram-Schmidt procedure for efficient and stable QR factorization that extends single-vector RGS to a block setting. RBGS leverages random sketching to form a sketched inner product, enabling low-communication, cache-friendly, and parallelizable orthogonalization, with a Cholesky-QR augmentation optionally providing near-machine-precision orthogonality. The authors establish rigorous a priori and a posteriori stability guarantees, including an explicit epsilon's embedding framework, and demonstrate RBGS-based randomized block Arnoldi, GMRES, FOM, and RR methods for solving linear systems and eigenvalue problems, along with numerical experiments showing robust performance on rank-deficient and clustered problems. The approach offers substantial reductions in synchronization and data movement while maintaining accuracy, making it attractive for large-scale, high-performance computing environments and low-precision architectures. Potential extensions include model-order reduction, s-step Krylov methods, and broader applicability to orthogonalization-centric algorithms.
Abstract
This article introduces randomized block Gram-Schmidt process (RBGS) for QR decomposition. RBGS extends the single-vector randomized Gram-Schmidt (RGS) algorithm and inherits its key characteristics such as being more efficient and having at least as much stability as any deterministic (block) Gram-Schmidt algorithm. Block algorithms offer superior performance as they are based on BLAS3 matrix-wise operations and reduce communication cost when executed in parallel. Notably, our low-synchronization variant of RBGS can be implemented in a parallel environment using only one global reduction operation between processors per block. Moreover, the block Gram-Schmidt orthogonalization is the key element in the block Arnoldi procedure for the construction of a Krylov basis, which in turn is used in GMRES, FOM and Rayleigh-Ritz methods for the solution of linear systems and clustered eigenvalue problems. In this article, we develop randomized versions of these methods, based on RBGS, and validate them on nontrivial numerical examples.
