English

Faster Principal Component Regression and Stable Matrix Chebyshev Approximation

Machine Learning 2017-04-26 v2 Data Structures and Algorithms Machine Learning Numerical Analysis Optimization and Control

Abstract

We solve principal component regression (PCR), up to a multiplicative accuracy 1+γ1+\gamma, by reducing the problem to O~(γ1)\tilde{O}(\gamma^{-1}) black-box calls of ridge regression. Therefore, our algorithm does not require any explicit construction of the top principal components, and is suitable for large-scale PCR instances. In contrast, previous result requires O~(γ2)\tilde{O}(\gamma^{-2}) such black-box calls. We obtain this result by developing a general stable recurrence formula for matrix Chebyshev polynomials, and a degree-optimal polynomial approximation to the matrix sign function. Our techniques may be of independent interests, especially when designing iterative methods.

Keywords

Cite

@article{arxiv.1608.04773,
  title  = {Faster Principal Component Regression and Stable Matrix Chebyshev Approximation},
  author = {Zeyuan Allen-Zhu and Yuanzhi Li},
  journal= {arXiv preprint arXiv:1608.04773},
  year   = {2017}
}

Comments

title changed and minor revisions

R2 v1 2026-06-22T15:21:33.219Z