G. Cormode, Z. Karnin, E. Liberty, J. Thaler, and P. Veselý. Relative error streaming quantiles. In ACM Principles of Database Systems (PODS), 2021.

Approximating ranks, quantiles, and distributions over streaming data is a central task in data analysis and monitoring. Given a stream of n items from a data universe U equipped with a total order, the task is to compute a sketch (data structure) of size poly(log(n), 1/ε). Given the sketch and a query item y inU, one should be able to approximate its rank in the stream, i.e., the number of stream elements smaller than y. Most works to date focused on additive εn error approximation, culminating in the KLL sketch that achieved optimal asymptotic behavior. This paper investigates multiplicative (1 +/- ε)-error approximations to the rank. Practical motivation for multiplicative error stems from demands to understand the tails of distributions, and hence for sketches to be more accurate near extreme values. The most space-efficient algorithms due to prior work store either O(log(ε2 n)/ε2) or O(log3n)/ε) universe items. This paper presents a randomized algorithm storing O(log1.5n)/ε) items. This is within an O(sqrt(log(εn))) factor of optimal. The algorithm does not require prior knowledge of the stream length and is fully mergeable, rendering it suitable for parallel and distributed computing environments.

bib | Alternate Version | .pdf ] Back


This file was generated by bibtex2html 1.92.