English

Scaled Gradient Descent for Ill-Conditioned Low-Rank Matrix Recovery with Optimal Sampling Complexity

Machine Learning 2026-04-02 v1 Information Theory Machine Learning math.IT

Abstract

The low-rank matrix recovery problem seeks to reconstruct an unknown n1×n2n_1 \times n_2 rank-rr matrix from mm linear measurements, where mn1n2m\ll n_1n_2. This problem has been extensively studied over the past few decades, leading to a variety of algorithms with solid theoretical guarantees. Among these, gradient descent based non-convex methods have become particularly popular due to their computational efficiency. However, these methods typically suffer from two key limitations: a sub-optimal sample complexity of O((n1+n2)r2)O((n_1 + n_2)r^2) and an iteration complexity of O(κlog(1/ϵ))O(\kappa \log(1/\epsilon)) to achieve ϵ\epsilon-accuracy, resulting in slow convergence when the target matrix is ill-conditioned. Here, κ\kappa denotes the condition number of the unknown matrix. Recent studies show that a preconditioned variant of GD, known as scaled gradient descent (ScaledGD), can significantly reduce the iteration complexity to O(log(1/ϵ))O(\log(1/\epsilon)). Nonetheless, its sample complexity remains sub-optimal at O((n1+n2)r2)O((n_1 + n_2)r^2). In contrast, a delicate virtual sequence technique demonstrates that the standard GD in the positive semidefinite (PSD) setting achieves the optimal sample complexity O((n1+n2)r)O((n_1 + n_2)r), but converges more slowly with an iteration complexity O(κ2log(1/ϵ))O(\kappa^2 \log(1/\epsilon)). In this paper, through a more refined analysis, we show that ScaledGD achieves both the optimal sample complexity O((n1+n2)r)O((n_1 + n_2)r) and the improved iteration complexity O(log(1/ϵ))O(\log(1/\epsilon)). Notably, our results extend beyond the PSD setting to general low-rank matrix recovery problem. Numerical experiments further validate that ScaledGD accelerates convergence for ill-conditioned matrices with the optimal sampling complexity.

Keywords

Cite

@article{arxiv.2604.00060,
  title  = {Scaled Gradient Descent for Ill-Conditioned Low-Rank Matrix Recovery with Optimal Sampling Complexity},
  author = {Zhenxuan Li and Meng Huang},
  journal= {arXiv preprint arXiv:2604.00060},
  year   = {2026}
}
R2 v1 2026-07-01T11:46:55.892Z