English

Count-Min: Optimal Estimation and Tight Error Bounds using Empirical Error Distributions

Data Structures and Algorithms 2018-11-13 v1 Methodology

Abstract

The Count-Min sketch is an important and well-studied data summarization method. It allows one to estimate the count of any item in a stream using a small, fixed size data sketch. However, the accuracy of the sketch depends on characteristics of the underlying data. This has led to a number of count estimation procedures which work well in one scenario but perform poorly in others. A practitioner is faced with two basic, unanswered questions. Which variant should be chosen when the data is unknown? Given an estimate, is its error sufficiently small to be trustworthy? We provide answers to these questions. We derive new count estimators, including a provably optimal estimator, which best or match previous estimators in all scenarios. We also provide practical, tight error bounds at query time for both new and existing estimators. These error estimates also yield procedures to choose the sketch tuning parameters optimally, as they can extrapolate the error to different choices of sketch width and depth. The key observation is that the distribution of errors in each counter can be empirically estimated from the sketch itself. By first estimating this distribution, count estimation becomes a statistical estimation and inference problem with a known error distribution. This provides both a principled way to derive new and optimal estimators as well as a way to study the error and properties of existing estimators.

Keywords

Cite

@article{arxiv.1811.04150,
  title  = {Count-Min: Optimal Estimation and Tight Error Bounds using Empirical Error Distributions},
  author = {Daniel Ting},
  journal= {arXiv preprint arXiv:1811.04150},
  year   = {2018}
}

Comments

Long version of a KDD 2018 paper of the same name

R2 v1 2026-06-23T05:11:05.967Z