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

TL;DR
This paper explores the adversarial robustness and privacy of Bloom filters, establishing formal connections between models, resolving open questions, and introducing differentially private Bloom filter constructions.
Contribution
It provides the first formal link between Filic and NOY models, proves limitations of PRF-backed Bloom filters, and introduces private Bloom filters with differential privacy guarantees.
Findings
Filic correctness implies AB-test resilience.
PRF-backed Bloom filters fail the NOY BP-test.
First private Bloom filters with differential privacy guarantees.
Abstract
A Bloom filter is a space-efficient probabilistic data structure that represents a set of elements from a larger universe . 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 . If , it may still respond 'Yes' with probability at most . 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery
MethodsSparse Evolutionary Training · BLOOM
