English

Leverage Score Sampling for Faster Accelerated Regression and ERM

Machine Learning 2017-11-23 v1 Machine Learning Optimization and Control

Abstract

Given a matrix ARn×d\mathbf{A}\in\mathbb{R}^{n\times d} and a vector bRdb \in\mathbb{R}^{d}, we show how to compute an ϵ\epsilon-approximate solution to the regression problem minxRd12Axb22 \min_{x\in\mathbb{R}^{d}}\frac{1}{2} \|\mathbf{A} x - b\|_{2}^{2} in time O~((n+dκsum)slogϵ1) \tilde{O} ((n+\sqrt{d\cdot\kappa_{\text{sum}}})\cdot s\cdot\log\epsilon^{-1}) where κsum=tr(AA)/λmin(ATA)\kappa_{\text{sum}}=\mathrm{tr}\left(\mathbf{A}^{\top}\mathbf{A}\right)/\lambda_{\min}(\mathbf{A}^{T}\mathbf{A}) and ss is the maximum number of non-zero entries in a row of A\mathbf{A}. Our algorithm improves upon the previous best running time of O~((n+nκsum)slogϵ1) \tilde{O} ((n+\sqrt{n \cdot\kappa_{\text{sum}}})\cdot s\cdot\log\epsilon^{-1}). We achieve our result through a careful combination of leverage score sampling techniques, proximal point methods, and accelerated coordinate descent. Our method not only matches the performance of previous methods, but further improves whenever leverage scores of rows are small (up to polylogarithmic factors). We also provide a non-linear generalization of these results that improves the running time for solving a broader class of ERM problems.

Keywords

Cite

@article{arxiv.1711.08426,
  title  = {Leverage Score Sampling for Faster Accelerated Regression and ERM},
  author = {Naman Agarwal and Sham Kakade and Rahul Kidambi and Yin Tat Lee and Praneeth Netrapalli and Aaron Sidford},
  journal= {arXiv preprint arXiv:1711.08426},
  year   = {2017}
}
R2 v1 2026-06-22T22:54:22.487Z