cs.DSAug 3, 2026

The Condition-Number Barrier in Sparse Least Squares

Authors: Honghao LinVahab MirrokniDavid P. Woodruff

Organizations: Google Research, Carnegie Mellon University / Texas A&M University. · Google Research. · Google Research and Carnegie Mellon University.

Abstract

In [AS21], Axiotis and Sviridenko conjectured that the linear dependence on the restricted condition number in sparse convex optimization cannot be improved by a polynomial-time algorithm. We establish their conjectured lower bound for least-squares objectives, conditional on the randomized exact-volume Small-Set Expansion Hypothesis in the weighted regular-graph formulation of Raghavendra, Steurer, and Tulsiani [RST12]. Concretely, for every fixed γ(0,1]γ\in(0,1], there is no randomized polynomial-time algorithm that, with probability at least 2/32/3, returns a vector xx such that, writing s=x0s=\lVert x\rVert_0,

Axb22minz0kAzb22+εands=O ⁣(kκs+k1γ),\lVert Ax-b\rVert_2^2 \leq \min_{\lVert z\rVert_0\leq k}\lVert Az-b\rVert_2^2+\varepsilon \quad\text{and}\quad s=O\!\left(k\,κ_{s+k}^{\,1-γ}\right),

where κrκ_r is the restricted condition number at sparsity level rr. The result holds even on rational instances with AA of full column rank. The proof was first obtained using a fully automated Gemini-based agentic system developed internally at Google. The authors have verified the proof and edited it for clarity of presentation.

Explore similar work

Apr 25, 2026cs.DS

Well-Conditioned Oblivious Perturbations in Linear Space

Perturbing a deterministic nn-dimensional matrix with small Gaussian noise is a cornerstone of smoothed analysis of algorithms [Spielman and Teng, JACM 2004], as it reduces the condition number of the input to O(n)O(n), and with it the complexity of many matrix algorithms. However, when deployed algorithmically, these perturbations are expensive due to the cost of generating and storing n2n^2 Gaussian random variables. We propose a perturbation that requires generating and storing O(n)O(n) random numbers in O(logn)O(\log n) bits of precision, and reduces the condition number of any deterministic matrix to O(n)O(n), matching Gaussian perturbations. Our result in particular implies a better complexity for the perturbed conjugate gradient algorithm, showing that we can solve an n×nn\times n linear system in linear space to within an arbitrarily small constant backward error using O(n)O(n) matrix-vector products. In our construction, we introduce the concept of a pattern matrix, which is a dense deterministic matrix that maps all sparse vectors into dense vectors, and we combine it with a sparse perturbation whose entries are dependent and located in a non-uniform fashion. In order to analyze this construction, we develop new techniques for lower bounding the smallest singular value of a random matrix with dependent entries.
Shabarish Chenakkod, Michał Dereziński, Xiaoyu Dong +1
Sep 27, 2024math.NA

Probabilistic Analysis of Least Squares, Orthogonal Projection, and QR Factorization Algorithms Subject to Gaussian Noise

We consider the effect of Gaussian perturbations on least-squares residuals, orthogonal projections, and QR-type algorithms. The problem that motivated our investigations is as follows: suppose that a full column-rank matrix BRm×nB\in\mathbb{R}^{m\times n} has already been computed, and suppose that a new normalized column q=(x+y)/x+y2q=(x+y)/\|x+y\|_2 is to be appended to BB, where xspan(B)x\perp\operatorname{span}(B) is the ideal orthogonal component and yy represents the orthogonalization error. How large can the condition number κ([B,q])κ([B,q]) of the resulting matrix [B,q][B,q] become? While we provide a Weyl-type bound on the singular values of [B,q][B,q], in terms of the extremal singular values of BB and the quantity BTy2/x+y2\|B^T y\|_2/\|x+y\|_2, we also derive exact probability laws for norms and projection residuals under Gaussian perturbations. Finally, we use these probability laws to derive probabilistic condition-number bounds for QR-type processes with imperfect orthogonalization and exact normalization.
Ali Lotfi, Julien Langou, Mohammad Meysami
Sep 15, 2026math.NA

Near-Optimal Nonconvex Matrix Completion

We study nonconvex methods for matrix completion, the problem of recovering a low-rank matrix from a subset of its entries. Convex methods achieve sample complexity linear in the matrix dimension and the rank, up to logarithmic factors, whereas global guarantees for commonly used nonconvex methods require a higher polynomial dependence on the rank. We close this gap by analyzing Riemannian gradient descent (RGD) and Riemannian Gauss--Newton (RGN) methods. For an n×nn\times n matrix of rank rr with incoherence parameter μμ and condition number κκ, the two methods achieve exact recovery with high probability from O(μnrlognlog(nκ))O(μnr\log n\log(nκ)) and O(μnrlognlog(2μrκ))O(μnr\log n\log(2μrκ)) observations, respectively. The methods use a multiscale residual initialization, while the analysis simultaneously controls the spectral error and incoherence. The resulting RGD iterates converge linearly, whereas RGN eventually converges Q-quadratically.
Jian-Feng Cai, Xiliang Lu, Juntao You