Randomized LU-Householder CholeskyQR
Haoran Guan, Yuwei Fan

TL;DR
This paper introduces randomized LU-Householder CholeskyQR algorithms for QR factorization of tall-skinny matrices, improving applicability, stability, and efficiency over existing methods through novel sketching techniques and error analysis.
Contribution
The paper develops new randomized algorithms (SLHC3 and SSLHC3) that do not require matrix condition number constraints and enhance stability and efficiency for QR factorization.
Findings
SLHC3 and SSLHC3 outperform existing algorithms in applicability.
The algorithms maintain good accuracy and robustness.
SSLHC3 with multi-sketching is more efficient for large matrices.
Abstract
In this work, we develop randomized LU-Householder CholeskyQR (rLHC) for QR factorization of the tall-skinny matrices, consisting of SLHC3 with single-sketching and SSLHC3 with multi-sketching. Similar to LU-CholeskyQR2 (LUC2), they do not require a condition of for the input matrix , which ensures the applicability of the algorithms and is distinguished from many CholeskyQR-type algorithms. To address the issue of numerical breakdown of LUC2 when the -factor from LU factorization is ill-conditioned, we employ HouseholderQR to generate the upper-triangular factor alternatively together the latest matrix sketching to guarantee the efficiency. We provide rounding error analysis of our new algorithms and show their numerical stability. Numerical experiments demonstrate the better applicability of SLHC3 and SSLHC3 compared to the existing…
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
TopicsOptimization and Search Problems · Bayesian Modeling and Causal Inference · Multi-Criteria Decision Making
