Preconditioned Gradient Descent for Over-Parameterized Nonconvex Matrix Factorization
Gavin Zhang, Salar Fattahi, Richard Y. Zhang
TL;DR
This work addresses the slow convergence of gradient methods in over-parameterized nonconvex matrix factorization, especially in matrix sensing. The authors introduce PrecGD, a preconditioned gradient descent variant that uses a damped metric $P=(X^{\top}X+\eta I_r)\otimes I_n$ and a carefully chosen damping parameter $\eta$ (estimable from the current iterate) to recover linear convergence even when $r>r^\star$ and the ground-truth is ill-conditioned. In the noiseless setting, choosing $\eta_k=\sqrt{f(X_k)}$ yields gradient dominance in the $P$-norm and provable linear convergence; in the noisy setting, a variance-based damping achieves convergence to the minimax-optimal error floor at a fast rate. Experiments show PrecGD effectively restores linear convergence across variants of nonconvex matrix factorization, including nonsmooth losses, while maintaining cheap per-iteration cost comparable to standard gradient descent. The results suggest PrecGD as a practical, robust tool for large-scale low-rank recovery tasks with unknown true rank.
Abstract
In practical instances of nonconvex matrix factorization, the rank of the true solution $r^{\star}$ is often unknown, so the rank $r$ of the model can be overspecified as $r>r^{\star}$. This over-parameterized regime of matrix factorization significantly slows down the convergence of local search algorithms, from a linear rate with $r=r^{\star}$ to a sublinear rate when $r>r^{\star}$. We propose an inexpensive preconditioner for the matrix sensing variant of nonconvex matrix factorization that restores the convergence rate of gradient descent back to linear, even in the over-parameterized case, while also making it agnostic to possible ill-conditioning in the ground truth. Classical gradient descent in a neighborhood of the solution slows down due to the need for the model matrix factor to become singular. Our key result is that this singularity can be corrected by $\ell_{2}$ regularization with a specific range of values for the damping parameter. In fact, a good damping parameter can be inexpensively estimated from the current iterate. The resulting algorithm, which we call preconditioned gradient descent or PrecGD, is stable under noise, and converges linearly to an information theoretically optimal error bound. Our numerical experiments find that PrecGD works equally well in restoring the linear convergence of other variants of nonconvex matrix factorization in the over-parameterized regime.
