English

Distance Sensitive Bloom Filters Without False Negatives

Data Structures and Algorithms 2016-11-03 v3

Abstract

A Bloom filter is a widely used data-structure for representing a set SS and answering queries of the form "Is xx in SS?". By allowing some false positive answers (saying "yes" when the answer is in fact `no') Bloom filters use space significantly below what is required for storing SS. In the distance sensitive setting we work with a set SS of (Hamming) vectors and seek a data structure that offers a similar trade-off, but answers queries of the form "Is xx close to an element of SS?" (in Hamming distance). Previous work on distance sensitive Bloom filters have accepted false positive and false negative answers. Absence of false negatives is of critical importance in many applications of Bloom filters, so it is natural to ask if this can be also achieved in the distance sensitive setting. Our main contributions are upper and lower bounds (that are tight in several cases) for space usage in the distance sensitive setting where false negatives are not allowed.

Cite

@article{arxiv.1607.05451,
  title  = {Distance Sensitive Bloom Filters Without False Negatives},
  author = {Mayank Goswami and Rasmus Pagh and Francesco Silvestri and Johan Sivertsen},
  journal= {arXiv preprint arXiv:1607.05451},
  year   = {2016}
}

Comments

Published in SODA 2017

R2 v1 2026-06-22T14:58:10.420Z