English

ROIPCA: An online memory-restricted PCA algorithm based on rank-one updates

Machine Learning 2023-06-08 v2 Machine Learning

Abstract

Principal components analysis (PCA) is a fundamental algorithm in data analysis. Its memory-restricted online versions are useful in many modern applications, where the data are too large to fit in memory, or when data arrive as a stream of items. In this paper, we propose ROIPCA and fROIPCA, two online PCA algorithms that are based on rank-one updates. While ROIPCA is typically more accurate, fROIPCA is faster and has comparable accuracy. We show the relation between fROIPCA and an existing popular gradient algorithm for online PCA, and in particular, prove that fROIPCA is in fact a gradient algorithm with an optimal learning rate. We demonstrate numerically the advantages of our algorithms over existing state-of-the-art algorithms in terms of accuracy and runtime.

Keywords

Cite

@article{arxiv.1911.11049,
  title  = {ROIPCA: An online memory-restricted PCA algorithm based on rank-one updates},
  author = {Roy Mitz and Yoel Shkolnisky},
  journal= {arXiv preprint arXiv:1911.11049},
  year   = {2023}
}

Comments

23 pages, 2 figures

R2 v1 2026-06-23T12:26:39.149Z