English

Autoscaling Bloom Filter: Controlling Trade-off Between True and False Positives

Data Structures and Algorithms 2019-08-13 v2

Abstract

A Bloom filter is a simple data structure supporting membership queries on a set. The standard Bloom filter does not support the delete operation, therefore, many applications use a counting Bloom filter to enable deletion. This paper proposes a generalization of the counting Bloom filter approach, called "autoscaling Bloom filters", which allows adjustment of its capacity with probabilistic bounds on false positives and true positives. In essence, the autoscaling Bloom filter is a binarized counting Bloom filter with an adjustable binarization threshold. We present the mathematical analysis of the performance as well as give a procedure for minimization of the false positive rate.

Cite

@article{arxiv.1705.03934,
  title  = {Autoscaling Bloom Filter: Controlling Trade-off Between True and False Positives},
  author = {Denis Kleyko and Abbas Rahimi and Ross W. Gayler and Evgeny Osipov},
  journal= {arXiv preprint arXiv:1705.03934},
  year   = {2019}
}

Comments

13 pages, 3 figures

R2 v1 2026-06-22T19:43:29.638Z