Affiliation:
1. CSA Department Indian Institute of Science
2. CSE Department IIT Kharagpur, Kharagpur, West Bengal, India
3. School of Computer Science Carnegie Mellon University
Abstract
We give the first optimal bounds for returning the ℓ
1
-heavy hitters in a data stream of insertions, together with their approximate frequencies, closing a long line of work on this problem. For a stream of
m
items in { 1, 2, … ,
n
} and parameters 0 < ε < φ ⩽ 1, let
f
i
denote the frequency of item
i
, i.e., the number of times item
i
occurs in the stream. With arbitrarily large constant probability, our algorithm returns all items
i
for which
f
i
⩾ φ
m
, returns no items
j
for which
f
j
⩽ (φ −ε)
m
, and returns approximations
f˜
i
with |
f˜
i
−
f
i
| ⩽ ε
m
for each item
i
that it returns. Our algorithm uses
O
(ε
−1
log φ
−1
+ φ
−1
log
n
+ log log
m
) bits of space, processes each stream update in
O
(1) worst-case time, and can report its output in time linear in the output size. We also prove a lower bound, which implies that our algorithm is optimal up to a constant factor in its space complexity. A modification of our algorithm can be used to estimate the maximum frequency up to an additive ε
m
error in the above amount of space, resolving Question 3 in the IITK 2006 Workshop on Algorithms for Data Streams for the case of ℓ
1
-heavy hitters. We also introduce several variants of the heavy hitters and maximum frequency problems, inspired by rank aggregation and voting schemes, and show how our techniques can be applied in such settings. Unlike the traditional heavy hitters problem, some of these variants look at comparisons between items rather than numerical values to determine the frequency of an item.
Publisher
Association for Computing Machinery (ACM)
Subject
Mathematics (miscellaneous)
Cited by
9 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Randomized counter-based algorithms for frequency estimation over data streams in O(loglogN) space;Theoretical Computer Science;2024-02
2. Tight Space Lower Bound for Pseudo-Deterministic Approximate Counting;2023 IEEE 64th Annual Symposium on Foundations of Computer Science (FOCS);2023-11-06
3. Optimal Bounds for Approximate Counting;Proceedings of the 41st ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems;2022-06-12
4. The White-Box Adversarial Data Stream Model;Proceedings of the 41st ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems;2022-06-12
5. Memory bounds for the experts problem;Proceedings of the 54th Annual ACM SIGACT Symposium on Theory of Computing;2022-06-09