79
v1v2v3v4 (latest)

Adversarially Robust Bloom Filters: Privacy, Reductions, and Open Problems

Main:17 Pages
3 Figures
Bibliography:3 Pages
3 Tables
Abstract

A Bloom filter is a space-efficient probabilistic data structure that represents a set SS of elements from a larger universe UU. This efficiency comes with a trade-off, namely, it allows for a small chance of false positives. When you query the Bloom filter about an element x, the filter will respond 'Yes' if xSx \in S. If xSx \notin S, it may still respond 'Yes' with probability at most ε\varepsilon. We investigate the adversarial robustness and privacy of Bloom filters, addressing open problems across three prominent frameworks: the game-based model of Naor-Oved-Yogev (NOY), the simulator-based model of Filic et. al., and learning-augmented variants. We prove the first formal connection between the Filic and NOY models, showing that Filic correctness implies AB-test resilience. We resolve a longstanding open question by proving that PRF-backed Bloom filters fail the NOY model's stronger BP-test. Finally, we introduce the first private Bloom filters with differential privacy guarantees, including constructions applicable to learned Bloom filters. Our taxonomy organizes the space of robustness and privacy guarantees, clarifying relationships between models and constructions.

View on arXiv
Comments on this paper