OCLGMLApr 13, 2025

Preconditioned Gradient Descent for Over-Parameterized Nonconvex Matrix Factorization

arXiv:2504.09708v147 citationsh-index: 15NIPS
Originality Incremental advance
AI Analysis

This addresses a bottleneck in machine learning optimization for matrix factorization, offering a practical improvement for applications with unknown rank, though it is incremental as it builds on existing gradient descent methods.

The paper tackles the problem of slow convergence in over-parameterized nonconvex matrix factorization by proposing a preconditioner that restores linear convergence rates, achieving an information-theoretically optimal error bound in noisy settings.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes