English

A note on sparse least-squares regression

Data Structures and Algorithms 2013-12-31 v1

Abstract

We compute a \emph{sparse} solution to the classical least-squares problem minxAxb,\min_x||A x -b||, where AA is an arbitrary matrix. We describe a novel algorithm for this sparse least-squares problem. The algorithm operates as follows: first, it selects columns from AA, and then solves a least-squares problem only with the selected columns. The column selection algorithm that we use is known to perform well for the well studied column subset selection problem. The contribution of this article is to show that it gives favorable results for sparse least-squares as well. Specifically, we prove that the solution vector obtained by our algorithm is close to the solution vector obtained via what is known as the "SVD-truncated regularization approach".

Keywords

Cite

@article{arxiv.1312.7499,
  title  = {A note on sparse least-squares regression},
  author = {Christos Boutsidis and Malik Magdon-Ismail},
  journal= {arXiv preprint arXiv:1312.7499},
  year   = {2013}
}

Comments

Information Processing Letters, to appear

R2 v1 2026-06-22T02:36:20.816Z