Matrix Completion in Almost-Verification Time
- URL: http://arxiv.org/abs/2308.03661v1
- Date: Mon, 7 Aug 2023 15:24:49 GMT
- Title: Matrix Completion in Almost-Verification Time
- Authors: Jonathan A. Kelner, Jerry Li, Allen Liu, Aaron Sidford, Kevin Tian
- Abstract summary: We provide an algorithm which completes $mathbfM$ on $99%$ of rows and columns.
We show how to boost this partial completion guarantee to a full matrix completion algorithm.
- Score: 37.61139884826181
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: We give a new framework for solving the fundamental problem of low-rank
matrix completion, i.e., approximating a rank-$r$ matrix $\mathbf{M} \in
\mathbb{R}^{m \times n}$ (where $m \ge n$) from random observations. First, we
provide an algorithm which completes $\mathbf{M}$ on $99\%$ of rows and columns
under no further assumptions on $\mathbf{M}$ from $\approx mr$ samples and
using $\approx mr^2$ time. Then, assuming the row and column spans of
$\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 $\mathbf{M}$ has incoherent row and column
spans, our algorithms complete $\mathbf{M}$ to high precision from
$mr^{2+o(1)}$ observations in $mr^{3 + o(1)}$ time (omitting logarithmic
factors in problem parameters), improving upon the prior state-of-the-art
[JN15] which used $\approx mr^5$ samples and $\approx mr^7$ time. Under an
assumption on the row and column spans of $\mathbf{M}$ we introduce (which is
satisfied by random subspaces with high probability), our sample complexity
improves to an almost information-theoretically optimal $mr^{1 + o(1)}$, and
our runtime improves to $mr^{2 + o(1)}$. Our runtimes have the appealing
property of matching the best known runtime to verify that a rank-$r$
decomposition $\mathbf{U}\mathbf{V}^\top$ agrees with the sampled observations.
We also provide robust variants of our algorithms that, given random
observations from $\mathbf{M} + \mathbf{N}$ with $\|\mathbf{N}\|_{F} \le
\Delta$, complete $\mathbf{M}$ to Frobenius norm distance $\approx
r^{1.5}\Delta$ in the same runtimes as the noiseless setting. Prior noisy
matrix completion algorithms [CP10] only guaranteed a distance of $\approx
\sqrt{n}\Delta$.
Related papers
- The Communication Complexity of Approximating Matrix Rank [50.6867896228563]
We show that this problem has randomized communication complexity $Omega(frac1kcdot n2log|mathbbF|)$.
As an application, we obtain an $Omega(frac1kcdot n2log|mathbbF|)$ space lower bound for any streaming algorithm with $k$ passes.
arXiv Detail & Related papers (2024-10-26T06:21:42Z) - Optimal Sketching for Residual Error Estimation for Matrix and Vector Norms [50.15964512954274]
We study the problem of residual error estimation for matrix and vector norms using a linear sketch.
We demonstrate that this gives a substantial advantage empirically, for roughly the same sketch size and accuracy as in previous work.
We also show an $Omega(k2/pn1-2/p)$ lower bound for the sparse recovery problem, which is tight up to a $mathrmpoly(log n)$ factor.
arXiv Detail & Related papers (2024-08-16T02:33:07Z) - Sample-Efficient Linear Regression with Self-Selection Bias [7.605563562103568]
We consider the problem of linear regression with self-selection bias in the unknown-index setting.
We provide a novel and near optimally sample-efficient (in terms of $k$) algorithm to recover $mathbfw_1,ldots,mathbfw_kin.
Our algorithm succeeds under significantly relaxed noise assumptions, and therefore also succeeds in the related setting of max-linear regression.
arXiv Detail & Related papers (2024-02-22T02:20:24Z) - Provably learning a multi-head attention layer [55.2904547651831]
Multi-head attention layer is one of the key components of the transformer architecture that sets it apart from traditional feed-forward models.
In this work, we initiate the study of provably learning a multi-head attention layer from random examples.
We prove computational lower bounds showing that in the worst case, exponential dependence on $m$ is unavoidable.
arXiv Detail & Related papers (2024-02-06T15:39:09Z) - Optimal Estimator for Linear Regression with Shuffled Labels [17.99906229036223]
This paper considers the task of linear regression with shuffled labels.
$mathbf Y in mathbb Rntimes m, mathbf Pi in mathbb Rntimes p, mathbf B in mathbb Rptimes m$, and $mathbf Win mathbb Rntimes m$, respectively.
arXiv Detail & Related papers (2023-10-02T16:44:47Z) - Fast $(1+\varepsilon)$-Approximation Algorithms for Binary Matrix
Factorization [54.29685789885059]
We introduce efficient $(1+varepsilon)$-approximation algorithms for the binary matrix factorization (BMF) problem.
The goal is to approximate $mathbfA$ as a product of low-rank factors.
Our techniques generalize to other common variants of the BMF problem.
arXiv Detail & Related papers (2023-06-02T18:55:27Z) - Randomized and Deterministic Attention Sparsification Algorithms for
Over-parameterized Feature Dimension [18.57735939471469]
We consider the sparsification of the attention problem.
For any super large feature dimension, we can reduce it down to the size nearly linear in length of sentence.
arXiv Detail & Related papers (2023-04-10T05:52:38Z) - A Nearly-Optimal Bound for Fast Regression with $\ell_\infty$ Guarantee [16.409210914237086]
Given a matrix $Ain mathbbRntimes d$ and a tensor $bin mathbbRn$, we consider the regression problem with $ell_infty$ guarantees.
We show that in order to obtain such $ell_infty$ guarantee for $ell$ regression, one has to use sketching matrices that are dense.
We also develop a novel analytical framework for $ell_infty$ guarantee regression that utilizes the Oblivious Coordinate-wise Embedding (OCE) property
arXiv Detail & Related papers (2023-02-01T05:22:40Z) - Spectral properties of sample covariance matrices arising from random
matrices with independent non identically distributed columns [50.053491972003656]
It was previously shown that the functionals $texttr(AR(z))$, for $R(z) = (frac1nXXT- zI_p)-1$ and $Ain mathcal M_p$ deterministic, have a standard deviation of order $O(|A|_* / sqrt n)$.
Here, we show that $|mathbb E[R(z)] - tilde R(z)|_F
arXiv Detail & Related papers (2021-09-06T14:21:43Z) - The Average-Case Time Complexity of Certifying the Restricted Isometry
Property [66.65353643599899]
In compressed sensing, the restricted isometry property (RIP) on $M times N$ sensing matrices guarantees efficient reconstruction of sparse vectors.
We investigate the exact average-case time complexity of certifying the RIP property for $Mtimes N$ matrices with i.i.d. $mathcalN(0,1/M)$ entries.
arXiv Detail & Related papers (2020-05-22T16:55:01Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.