English

Matrix Completion in Almost-Verification Time

Machine Learning 2023-08-08 v1 Data Structures and Algorithms Optimization and Control Statistics Theory Statistics Theory

Abstract

We give a new framework for solving the fundamental problem of low-rank matrix completion, i.e., approximating a rank-rr matrix MRm×n\mathbf{M} \in \mathbb{R}^{m \times n} (where mnm \ge n) from random observations. First, we provide an algorithm which completes M\mathbf{M} on 99%99\% of rows and columns under no further assumptions on M\mathbf{M} from mr\approx mr samples and using mr2\approx mr^2 time. Then, assuming the row and column spans of M\mathbf{M} satisfy additional regularity properties, we show how to boost this partial completion guarantee to a full matrix completion algorithm by aggregating solutions to regression problems involving the observations. In the well-studied setting where M\mathbf{M} has incoherent row and column spans, our algorithms complete M\mathbf{M} to high precision from mr2+o(1)mr^{2+o(1)} observations in mr3+o(1)mr^{3 + o(1)} time (omitting logarithmic factors in problem parameters), improving upon the prior state-of-the-art [JN15] which used mr5\approx mr^5 samples and mr7\approx mr^7 time. Under an assumption on the row and column spans of M\mathbf{M} we introduce (which is satisfied by random subspaces with high probability), our sample complexity improves to an almost information-theoretically optimal mr1+o(1)mr^{1 + o(1)}, and our runtime improves to mr2+o(1)mr^{2 + o(1)}. Our runtimes have the appealing property of matching the best known runtime to verify that a rank-rr decomposition UV\mathbf{U}\mathbf{V}^\top agrees with the sampled observations. We also provide robust variants of our algorithms that, given random observations from M+N\mathbf{M} + \mathbf{N} with NFΔ\|\mathbf{N}\|_{F} \le \Delta, complete M\mathbf{M} to Frobenius norm distance r1.5Δ\approx r^{1.5}\Delta in the same runtimes as the noiseless setting. Prior noisy matrix completion algorithms [CP10] only guaranteed a distance of nΔ\approx \sqrt{n}\Delta.

Keywords

Cite

@article{arxiv.2308.03661,
  title  = {Matrix Completion in Almost-Verification Time},
  author = {Jonathan A. Kelner and Jerry Li and Allen Liu and Aaron Sidford and Kevin Tian},
  journal= {arXiv preprint arXiv:2308.03661},
  year   = {2023}
}

Comments

FOCS 2023

R2 v1 2026-06-28T11:49:59.292Z