English

Improved Algorithms for Low Rank Approximation from Sparsity

Data Structures and Algorithms 2021-11-02 v1 Numerical Analysis Numerical Analysis

Abstract

We overcome two major bottlenecks in the study of low rank approximation by assuming the low rank factors themselves are sparse. Specifically, (1) for low rank approximation with spectral norm error, we show how to improve the best known nnz(A)k/ε\mathsf{nnz}(\mathbf A) k / \sqrt{\varepsilon} running time to nnz(A)/ε\mathsf{nnz}(\mathbf A)/\sqrt{\varepsilon} running time plus low order terms depending on the sparsity of the low rank factors, and (2) for streaming algorithms for Frobenius norm error, we show how to bypass the known Ω(nk/ε)\Omega(nk/\varepsilon) memory lower bound and obtain an sk(logn)/poly(ε)s k (\log n)/ \mathrm{poly}(\varepsilon) memory bound, where ss is the number of non-zeros of each low rank factor. Although this algorithm is inefficient, as it must be under standard complexity theoretic assumptions, we also present polynomial time algorithms using poly(s,k,logn,ε1)\mathrm{poly}(s,k,\log n,\varepsilon^{-1}) memory that output rank kk approximations supported on a O(sk/ε)×O(sk/ε)O(sk/\varepsilon)\times O(sk/\varepsilon) submatrix. Both the prior nnz(A)k/ε\mathsf{nnz}(\mathbf A) k / \sqrt{\varepsilon} running time and the nk/εnk/\varepsilon memory for these problems were long-standing barriers; our results give a natural way of overcoming them assuming sparsity of the low rank factors.

Keywords

Cite

@article{arxiv.2111.00668,
  title  = {Improved Algorithms for Low Rank Approximation from Sparsity},
  author = {David P. Woodruff and Taisuke Yasuda},
  journal= {arXiv preprint arXiv:2111.00668},
  year   = {2021}
}

Comments

To appear in SODA 2022

R2 v1 2026-06-24T07:20:12.553Z