Convergence Analysis for Rectangular Matrix Completion Using Burer-Monteiro Factorization and Gradient Descent
Qinqing Zheng, John Lafferty
TL;DR
The paper analyzes a nonconvex approach to rectangular matrix completion by lifting the target matrix to a positive semidefinite form and optimizing a factored representation with gradient descent. It introduces a spectral-initialized, projected gradient method on the lifted factor Z, with a regularizer to align column spaces and an incoherence constraint. Under a near-optimal sampling regime, the authors prove geometric convergence to the true lifted factor Z*, providing explicit conditions on m, κ, and μ. Empirical results on synthetic data corroborate the theory, showing scalability and competitive performance relative to existing methods, and suggesting the method scales to large problems with favorable sample complexity.
Abstract
We address the rectangular matrix completion problem by lifting the unknown matrix to a positive semidefinite matrix in higher dimension, and optimizing a nonconvex objective over the semidefinite factor using a simple gradient descent scheme. With $O( μr^2 κ^2 n \max(μ, \log n))$ random observations of a $n_1 \times n_2$ $μ$-incoherent matrix of rank $r$ and condition number $κ$, where $n = \max(n_1, n_2)$, the algorithm linearly converges to the global optimum with high probability.
