Single Pass Entrywise-Transformed Low Rank Approximation
Yifei Jiang, Yi Li, Yiming Sun, Jiaxin Wang, David P. Woodruff

TL;DR
This paper introduces the first single-pass algorithm for low rank approximation of entrywise functions of large matrices, achieving lower error and requiring less memory than previous multi-pass methods.
Contribution
The authors develop a novel single-pass algorithm for low rank approximation of entrywise functions, improving error bounds and memory efficiency over prior multi-pass algorithms.
Findings
Successfully achieves single-pass low rank approximation with improved error bounds.
Reduces memory usage to n · poly(ε^{-1}k log n) words.
Empirically validates the effectiveness of the proposed methods.
Abstract
In applications such as natural language processing or computer vision, one is given a large matrix and would like to compute a matrix decomposition, e.g., a low rank approximation, of a function applied entrywise to . A very important special case is the likelihood function . A natural way to do this would be to simply apply to each entry of , and then compute the matrix decomposition, but this requires storing all of as well as multiple passes over its entries. Recent work of Liang et al.\ shows how to find a rank- factorization to for an matrix using only words of memory, with overall error , where…
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
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Sparse and Compressive Sensing Techniques · Tensor decomposition and applications
