One-Sided Matrix Completion from Ultra-Sparse Samples
Hongyang R. Zhang, Zhenshuo Zhang, Huy L. Nguyen, Guanghui Lan
TL;DR
This work tackles one-sided matrix completion in ultra-sparse regimes where only $C n$ entries are observed from an $n\times d$ matrix with $n\ge d$, making full recovery of $M$ impossible but enabling recovery of the row-space via the second-moment $T = M^{\top}M / n$. The authors introduce the Hájek estimator for $T$, show it is exactly unbiased on the observed subset and offers variance reduction over Horvitz-Thompson, and couple it with gradient-descent imputation in a rank-$r$ incoherent model to recover $T$ with provable guarantees: if $n \ge c d r^5 \kappa^6 \mu^2 \log d /(C^2 \varepsilon^2)$, any local minimum satisfies $\|XX^{\top}-T\|_F^2 \le \varepsilon^2$. They further provide extensions to full matrix imputation and differential privacy, and validate the approach on synthetic and real-world datasets (MovieLens, Amazon Reviews, Genomes), showing substantial bias reductions and improved recovery with near-linear runtime scaling. The work offers a practical, scalable path to extracting row-space information from ultra-sparse panel data, with implications for privacy-preserving summaries and downstream imputation tasks. Overall, the Hájek-GD method advances one-sided matrix completion by delivering finite-sample unbiasedness, variance reduction, and tractable sample complexity in non-random missingness settings.
Abstract
Matrix completion is a classical problem that has received recurring interest across a wide range of fields. In this paper, we revisit this problem in an ultra-sparse sampling regime, where each entry of an unknown, $n\times d$ matrix $M$ (with $n \ge d$) is observed independently with probability $p = C / d$, for a fixed integer $C \ge 2$. This setting is motivated by applications involving large, sparse panel datasets, where the number of rows far exceeds the number of columns. When each row contains only $C$ entries -- fewer than the rank of $M$ -- accurate imputation of $M$ is impossible. Instead, we estimate the row span of $M$ or the averaged second-moment matrix $T = M^{\top} M / n$. The empirical second-moment matrix computed from observed entries exhibits non-random and sparse missingness. We propose an unbiased estimator that normalizes each nonzero entry of the second moment by its observed frequency, followed by gradient descent to impute the missing entries of $T$. The normalization divides a weighted sum of $n$ binomial random variables by the total number of ones. We show that the estimator is unbiased for any $p$ and enjoys low variance. When the row vectors of $M$ are drawn uniformly from a rank-$r$ factor model satisfying an incoherence condition, we prove that if $n \ge O({d r^5 ε^{-2} C^{-2} \log d})$, any local minimum of the gradient-descent objective is approximately global and recovers $T$ with error at most $ε^2$. Experiments on both synthetic and real-world data validate our approach. On three MovieLens datasets, our algorithm reduces bias by $88\%$ relative to baseline estimators. We also empirically validate the linear sampling complexity of $n$ relative to $d$ on synthetic data. On an Amazon reviews dataset with sparsity $10^{-7}$, our method reduces the recovery error of $T$ by $59\%$ and $M$ by $38\%$ compared to baseline methods.
