中文

Randomized conjugate gradient least squares

数值分析 2026-05-26 v1 数值分析

摘要

We develop a novel randomized conjugate gradient least squares (RCGLS) method for solving least-squares problems, in which iterative sketching is employed at each step to reduce the dimension and hence the computational cost. In particular, we propose a new perspective on the classical CGLS method, where the next descent direction is determined via a constraint correction problem associated with the gradient. Based on this insight, we replace the gradient with a randomized coordinate gradient that naturally satisfies the variance reduction property, leading directly to the proposed RCGLS method. We prove that RCGLS converges linearly in expectation, with a better convergence bound compared to the randomized coordinate descent method. Furthermore, we investigate an implementation of the method that avoids full-dimensional vector operations, which are the major bottleneck of vanilla RCGLS for sparse matrices and render it impractical. We also show how to apply the RCGLS method to solve the ridge regression problem, yielding a lightweight, parallelizable, and accelerated method for such problems. Numerical experiments are provided to confirm our results.

关键词

引用

@article{arxiv.2605.25034,
  title  = {Randomized conjugate gradient least squares},
  author = {Yun Zeng and Jian-Feng Cai and Deren Han and Jiaxin Xie},
  journal= {arXiv preprint arXiv:2605.25034},
  year   = {2026}
}