Reweighted Solutions for Weighted Low Rank Approximation
David P. Woodruff, Taisuke Yasuda

TL;DR
This paper introduces a new relaxed approach to weighted low rank approximation that leverages the weight matrix for reweighting, providing provable guarantees, empirical effectiveness, and insights into communication complexity.
Contribution
The work proposes a novel reweighted solution for WLRA that offers theoretical guarantees, practical efficiency, and insights into distributed computation complexity.
Findings
The algorithm achieves strong empirical performance in model compression.
It provides nearly optimal communication bounds in distributed settings.
First relative error guarantees for weighted feature selection.
Abstract
Weighted low rank approximation (WLRA) is an important yet computationally challenging primitive with applications ranging from statistical analysis, model compression, and signal processing. To cope with the NP-hardness of this problem, prior work considers heuristics, bicriteria, or fixed parameter tractable algorithms to solve this problem. In this work, we introduce a new relaxed solution to WLRA which outputs a matrix that is not necessarily low rank, but can be stored using very few parameters and gives provable approximation guarantees when the weight matrix has low rank. Our central idea is to use the weight matrix itself to reweight a low rank solution, which gives an extremely simple algorithm with remarkable empirical performance in applications to model compression and on synthetic datasets. Our algorithm also gives nearly optimal communication complexity bounds for a…
Peer Reviews
Decision·ICML 2024 Poster
The proposed algorithms is conceptually simple and appears to be new. The approximation guarantee of Theorem 1.2 is reasonable and simple. The experiments suggest that the resulting weighted low-rank approximation is in the range of the state-of-the-art in terms of approximation quality. The presentation of the results is relatively clear and many relevant papers and methods are cited.
The main motivation of the algorithm as well as the theoretical results are tailored to the case where the weight matrix W is low-rank. However, the fundamental problem in this setting is that there is no reason why the entrywise inverse matrix W^{\circ -1} is low-rank, which leads to the necessity of computing a dense matrix in Algorithm 1, as the authors state, making the algorithm rather inpractical in a large-scale setting. With the practical variant of Algorithm 2, only the storage issue of
(1) This paper proposes a simple algorithm for one relaxed WLRA problem and proves its correctness. (2) It extends to unsupervised feature selection with a weighted $F$-norm objective. (3) It explores the communication complexity of the WLRA problem and gives the almost matched upper bound and lower bound. (4) The experimental results indicate the strengths of the proposed algorithm with respect to the approximation loss and running time, compared with the existing methods. (5) This pa
(1) This paper relaxes the classical WLRA problem with two conditions: 1) removing the low-rank requirement for matrix $\widetilde{\mathbf{A}}$; 2) assuming the weight matrix $\mathbf{W}$ is low rank. Given these two conditions, the problem becomes much easier, and the proposed algorithm is kind of trivial. Furthermore, if one discarded the low-rank requirement for matrix $\widetilde{\mathbf{A}}$, the relaxed WLRA problem would be kind of insignificant. (2) The unsupervised feature selection w
1. New $\kappa$ approximate framework 2. Both theoretical and practical algorithms are proposed, which are actually simple to use. 3. Theoretical guarantees are offered to ensure the quality of the solution in certain cases. 4. Experiments conducted are convincing.
1. Writing could be clearer with the different notations, and the overall objective the paper wants to achieve.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Advanced Adaptive Filtering Techniques · Digital Filter Design and Implementation
MethodsFeature Selection
