Faster SVD-Truncated Least-Squares Regression
Christos Boutsidis, Malik Magdon-Ismail

TL;DR
This paper introduces a fast randomized algorithm for computing SVD-truncated least-squares solutions, significantly reducing computation time while maintaining accuracy, especially for large sparse matrices.
Contribution
The authors develop a randomized subspace iteration method to efficiently approximate SVD-truncated solutions with high probability guarantees.
Findings
Achieves $O( nz( extbf{A}) k ext{ log } n)$ runtime for approximation
Maintains high accuracy in residual and solution approximation
Reduces computational complexity compared to full SVD methods
Abstract
We develop a fast algorithm for computing the "SVD-truncated" regularized solution to the least-squares problem: Let of rank be the best rank matrix computed via the SVD of . Then, the SVD-truncated regularized solution is: If is , then, it takes time to compute using the SVD of \math{\matA}. We give an approximation algorithm for \math{\x_k} which constructs a rank-\math{k} approximation and computes in roughly time. Our algorithm uses a randomized variant of the subspace iteration. We show that, with high probability: and
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
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Matrix Theory and Algorithms
