Consistent Low-Rank Approximation
Overview
Taxonomy
Research Landscape Overview
Claimed Contributions
The authors formalize a new problem variant of low-rank approximation in the streaming setting that explicitly accounts for consistency by minimizing recourse (the cumulative change in output solutions over time) while maintaining approximation quality at each time step. This problem captures the practical need for stable feature representations in dynamic data environments.
The authors develop an algorithm that maintains an additive approximation to the optimal low-rank cost at all times while achieving recourse that is sublinear in the number of rows and linear in the rank parameter k. This demonstrates that consistency is achievable even with strong approximation guarantees.
The authors present an algorithm that achieves multiplicative (1+ε)-approximation to the optimal low-rank cost while improving recourse from quadratic to sub-quadratic in k for integer-bounded matrices. This is accomplished through careful case analysis on singular value contributions and online ridge leverage score sampling.
Core Task Comparisons
Comparisons with papers in the same taxonomy category
Contribution Analysis
Detailed comparisons for each claimed contribution
Formalization of consistent low-rank approximation problem
The authors formalize a new problem variant of low-rank approximation in the streaming setting that explicitly accounts for consistency by minimizing recourse (the cumulative change in output solutions over time) while maintaining approximation quality at each time step. This problem captures the practical need for stable feature representations in dynamic data environments.
[29] Similarity based regularization for online matrix-factorization problem: An application to course recommender systems PDF
[35] MFDROO: Matrix Factorization-Based Deep Reinforcement Learning Approach for Stable Online Offloading in Mobile Edge Networks PDF
[49] Online learning in the manifold of low-rank matrices PDF
[61] Low-rank incremental methods for computing dominant singular subspaces PDF
[62] Robust Pca Via Adaptive Weighted Least Squares and Low-Rank Matrix Factorization PDF
Algorithm achieving additive error with O(k/ε log(nd)) recourse
The authors develop an algorithm that maintains an additive approximation to the optimal low-rank cost at all times while achieving recourse that is sublinear in the number of rows and linear in the rank parameter k. This demonstrates that consistency is achievable even with strong approximation guarantees.
[52] On algorithms for weighted low rank approximation PDF
[63] Sublinear Algorithms for Matrices: Theory and Applications PDF
[64] Low-Rank Approximation with Matrix-Vector Products PDF
[65] A sublinear-time randomized algorithm for column and row subset selection based on strong rank-revealing QR factorizations PDF
[66] Adaptive sampling and fast low-rank matrix approximation PDF
[67] Robust and sample optimal algorithms for PSD low rank approximation PDF
[68] CUR Low Rank Approximation at Sub-linear Cost PDF
[69] Rank overspecified robust matrix recovery: Subgradient method and exact recovery PDF
[70] Sublinear Time Low-Rank Approximation of Toeplitz Matrices PDF
[71] Refinement of Low Rank Approximation of a Matrix at Sub-linear Cost PDF
Algorithm achieving relative (1+ε)-approximation with k^(3/2)/ε² · polylog(ndM) recourse
The authors present an algorithm that achieves multiplicative (1+ε)-approximation to the optimal low-rank cost while improving recourse from quadratic to sub-quadratic in k for integer-bounded matrices. This is accomplished through careful case analysis on singular value contributions and online ridge leverage score sampling.