English

Deterministic Heavy Hitters with Sublinear Query Time

Data Structures and Algorithms 2018-06-13 v2

Abstract

This paper studies the classic problem of finding heavy hitters in the turnstile streaming model. We give the first deterministic linear sketch that has O(ϵ2lognlog(ϵ1))O(\epsilon^{-2} \log n \cdot \log^*(\epsilon^{-1})) rows and answers queries in sublinear time. The number of rows is only a factor of log(ϵ1)\log^*(\epsilon^{-1}) more than that used by the state-of-the-art algorithm prior to our paper due to Nelson, Nguyen and Woodruff (RANDOM'12). Their algorithm runs in time at least linear in the universe size nn, which is highly undesirable in streaming applications. Our approach is based on an iterative procedure, where most unrecovered heavy hitters are identified in each iteration. Although this technique has been extensively employed in the related problem of sparse recovery, this is the first time, to the best of our knowledge, that it has been used in the context of 1\ell_1 heavy hitters. Along the way, we also give sublinear time algorithms for the closely related problems of combinatorial group testing and 1/1\ell_1/\ell_1 compressed sensing, matching the space usage of previous (super-)linear time algorithms.

Keywords

Cite

@article{arxiv.1712.01971,
  title  = {Deterministic Heavy Hitters with Sublinear Query Time},
  author = {Yi Li and Vasileios Nakos},
  journal= {arXiv preprint arXiv:1712.01971},
  year   = {2018}
}
R2 v1 2026-06-22T23:08:45.328Z