English

A Deterministic Streaming Sketch for Ridge Regression

Machine Learning 2021-06-29 v4 Data Structures and Algorithms Machine Learning

Abstract

We provide a deterministic space-efficient algorithm for estimating ridge regression. For nn data points with dd features and a large enough regularization parameter, we provide a solution within ε\varepsilon L2_2 error using only O(d/ε)O(d/\varepsilon) space. This is the first o(d2)o(d^2) space deterministic streaming algorithm with guaranteed solution error and risk bound for this classic problem. The algorithm sketches the covariance matrix by variants of Frequent Directions, which implies it can operate in insertion-only streams and a variety of distributed data settings. In comparisons to randomized sketching algorithms on synthetic and real-world datasets, our algorithm has less empirical error using less space and similar time.

Keywords

Cite

@article{arxiv.2002.02013,
  title  = {A Deterministic Streaming Sketch for Ridge Regression},
  author = {Benwei Shi and Jeff M. Phillips},
  journal= {arXiv preprint arXiv:2002.02013},
  year   = {2021}
}

Comments

Fix a few typos. To be published in AISTATS 2021

R2 v1 2026-06-23T13:32:28.426Z