BPTree: an 2 heavy hitters algorithm using constant memory
Abstract
The task of finding heavy hitters is one of the best known and well studied problems in the area of data streams. One is given a list i1,i2,…,im∈[n] and the goal is to identify the items among [n] that appear frequently in the list. In sub-polynomial space, the strongest guarantee available is the 2 guarantee, which requires finding all items that occur at least ε\|f\|2 times in the stream, where the vector f∈Rn is the count histogram of the stream with ith coordinate equal to the number of times~i appears fi:=\#\j∈[m]:ij=i\. The first algorithm to achieve the 2 guarantee was the CountSketch of [CCF04], which requires O(ε-2 n) words of memory and O( n) update time and is known to be space-optimal if the stream allows for deletions. The recent work of [BCIW16] gave an improved algorithm for insertion-only streams, using only O(ε-2ε-1 n) words of memory. In this work, we give an algorithm for 2 heavy hitters in insertion-only streams that achieves O(ε-2ε-1) words of memory and O(ε-1) update time, which is the optimal dependence on n and m. In addition, we describe an algorithm for tracking \|f\|2 at all times with O(ε-2) memory and update time. Our analyses rely on bounding the expected supremum of a Bernoulli process involving Rademachers with limited independence, which we accomplish via a Dudley-like chaining argument that may have applications elsewhere.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.