English

Robust and Sample Optimal Algorithms for PSD Low-Rank Approximation

Data Structures and Algorithms 2021-06-16 v5 Machine Learning

Abstract

Recently, Musco and Woodruff (FOCS, 2017) showed that given an n×nn \times n positive semidefinite (PSD) matrix AA, it is possible to compute a (1+ϵ)(1+\epsilon)-approximate relative-error low-rank approximation to AA by querying O(nk/ϵ2.5)O(nk/\epsilon^{2.5}) entries of AA in time O(nk/ϵ2.5+nkω1/ϵ2(ω1))O(nk/\epsilon^{2.5} +n k^{\omega-1}/\epsilon^{2(\omega-1)}). They also showed that any relative-error low-rank approximation algorithm must query Ω(nk/ϵ)\Omega(nk/\epsilon) entries of AA, this gap has since remained open. Our main result is to resolve this question by obtaining an optimal algorithm that queries O(nk/ϵ)O(nk/\epsilon) entries of AA and outputs a relative-error low-rank approximation in O(n(k/ϵ)ω1)O(n(k/\epsilon)^{\omega-1}) time. Note, our running time improves that of Musco and Woodruff, and matches the information-theoretic lower bound if the matrix-multiplication exponent ω\omega is 22. We then extend our techniques to negative-type distance matrices. Bakshi and Woodruff (NeurIPS, 2018) showed a bi-criteria, relative-error low-rank approximation which queries O(nk/ϵ2.5)O(nk/\epsilon^{2.5}) entries and outputs a rank-(k+4)(k+4) matrix. We show that the bi-criteria guarantee is not necessary and obtain an O(nk/ϵ)O(nk/\epsilon) query algorithm, which is optimal. Our algorithm applies to all distance matrices that arise from metrics satisfying negative-type inequalities, including 1,2,\ell_1, \ell_2, spherical metrics and hypermetrics. Next, we introduce a new robust low-rank approximation model which captures PSD matrices that have been corrupted with noise. While a sample complexity lower bound precludes sublinear algorithms for arbitrary PSD matrices, we provide the first sublinear time and query algorithms when the corruption on the diagonal entries is bounded. As a special case, we show sample-optimal sublinear time algorithms for low-rank approximation of correlation matrices corrupted by noise.

Keywords

Cite

@article{arxiv.1912.04177,
  title  = {Robust and Sample Optimal Algorithms for PSD Low-Rank Approximation},
  author = {Ainesh Bakshi and Nadiia Chepurko and David P. Woodruff},
  journal= {arXiv preprint arXiv:1912.04177},
  year   = {2021}
}

Comments

minor edits in technical overview

R2 v1 2026-06-23T12:40:17.230Z