Reduced-Rank Regression with Operator Norm Error
Praneeth Kacham, David P. Woodruff

TL;DR
This paper introduces the first randomized algorithms for reduced-rank regression with operator norm error, achieving near-optimal runtime and overcoming limitations of existing techniques.
Contribution
It presents novel randomized algorithms for operator norm error in reduced-rank regression, with provably optimal time complexity and new methodological insights.
Findings
Algorithms run in near-linear time with respect to non-zero entries.
Achieves approximation within a factor of (1+ε) for operator norm error.
Known techniques like alternating minimization fail for this problem.
Abstract
A common data analysis task is the reduced-rank regression problem: where and are given large matrices and is some norm. Here the unknown matrix is constrained to be of rank as it results in a significant parameter reduction of the solution when and are large. In the case of Frobenius norm error, there is a standard closed form solution to this problem and a fast algorithm to find a -approximate solution. However, for the important case of operator norm error, no closed form solution is known and the fastest known algorithms take singular value decomposition time. We give the first randomized algorithms for this problem running in time $$(nnz{(A)} + nnz{(B)} + c^2) \cdot k/\varepsilon^{1.5} + (n+d)k^2/\epsilon…
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.
Code & Models
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
