An Optimal Algorithm For L(1)-Heavy Hitters In Insertion Streams And Related Problems

ACM Trans. Algorithms(2016)

引用 33|浏览9
暂无评分
摘要
We give the first optimal bounds for returning the l(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 < epsilon < phi <= 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) >= phi m, returns no items j for which f(j) <= (phi - epsilon)m, and returns approximations f(i), with vertical bar(f) over tilde (i) - f(i)vertical bar <= epsilon m for each item i that it returns. Our algorithm uses O(epsilon(-1) log phi(-1) + phi(-1) log n log log m) bits of space, processes each stream update in 0(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 sm error in the above amount of space, resolving Question 3 in the IITK 2006 Workshop on Algorithms for Data Streams for the case of l(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.
更多
查看译文
关键词
Heavy hitters, frequent items, data streams, algorithms
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要