English

Oblivious sketching for logistic regression

Data Structures and Algorithms 2021-07-15 v1 Machine Learning Machine Learning

Abstract

What guarantees are possible for solving logistic regression in one pass over a data stream? To answer this question, we present the first data oblivious sketch for logistic regression. Our sketch can be computed in input sparsity time over a turnstile data stream and reduces the size of a dd-dimensional data set from nn to only poly(μdlogn)\operatorname{poly}(\mu d\log n) weighted points, where μ\mu is a useful parameter which captures the complexity of compressing the data. Solving (weighted) logistic regression on the sketch gives an O(logn)O(\log n)-approximation to the original problem on the full data set. We also show how to obtain an O(1)O(1)-approximation with slight modifications. Our sketches are fast, simple, easy to implement, and our experiments demonstrate their practicality.

Keywords

Cite

@article{arxiv.2107.06615,
  title  = {Oblivious sketching for logistic regression},
  author = {Alexander Munteanu and Simon Omlor and David Woodruff},
  journal= {arXiv preprint arXiv:2107.06615},
  year   = {2021}
}

Comments

ICML 2021

R2 v1 2026-06-24T04:11:12.031Z