Revisiting Norm Estimation in Data Streams
Daniel M. Kane, Jelani Nelson, David P. Woodruff

TL;DR
This paper introduces new space-efficient algorithms for estimating moments in data streams, improving upon previous methods especially for p ≤ 2, and establishes lower bounds to confirm their optimality.
Contribution
It presents the first optimal space algorithm for 0 < p < 2 without relying on pseudorandom generators, along with near-optimal algorithms for p=0 and distinct elements, and improves dimensionality reduction techniques.
Findings
Optimal space algorithm for 0 < p < 2.
Near-optimal space algorithm for p=0.
Improved L_2 --> L_2 dimensionality reduction.
Abstract
The problem of estimating the pth moment F_p (p nonnegative and real) in data streams is as follows. There is a vector x which starts at 0, and many updates of the form x_i <-- x_i + v come sequentially in a stream. The algorithm also receives an error parameter 0 < eps < 1. The goal is then to output an approximation with relative error at most eps to F_p = ||x||_p^p. Previously, it was known that polylogarithmic space (in the vector length n) was achievable if and only if p <= 2. We make several new contributions in this regime, including: (*) An optimal space algorithm for 0 < p < 2, which, unlike previous algorithms which had optimal dependence on 1/eps but sub-optimal dependence on n, does not rely on a generic pseudorandom generator. (*) A near-optimal space algorithm for p = 0 with optimal update and query time. (*) A near-optimal space algorithm for the "distinct…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
