Make the most of what you have: Resource-efficient randomized algorithms for matrix computations
Ethan N. Epperly

TL;DR
This paper develops resource-efficient randomized algorithms for matrix computations, improving speed and reliability in low-rank approximation, attribute estimation, and least squares problems with limited data access.
Contribution
It introduces novel algorithms that optimize data usage and achieve high accuracy and stability in matrix computations, surpassing existing methods.
Findings
RPCholesky achieves faster low-rank approximation with high reliability.
Optimized trace, diagonal, and row-norm estimation algorithms improve attribute estimation.
Stable randomized least-squares algorithms match deterministic accuracy with faster performance.
Abstract
In recent years, randomized algorithms have established themselves as fundamental tools in computational linear algebra, with applications in scientific computing, machine learning, and quantum information science. Many randomized matrix algorithms proceed by first collecting information about a matrix and then processing that data to perform some computational task. This thesis addresses the following question: How can one design algorithms that use this information as efficiently as possible, reliably achieving the greatest possible speed and accuracy for a limited data budget? The first part of this thesis focuses on low-rank approximation for positive-semidefinite matrices. Here, the goal is to compute an accurate approximation to a matrix after accessing as few entries of the matrix as possible. This part of the thesis explores the randomly pivoted Cholesky (RPCholesky) algorithm…
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
TopicsStochastic Gradient Optimization Techniques · Advanced Optimization Algorithms Research · Sparse and Compressive Sensing Techniques
