Dynamic Partition Bloom Filters: A Bounded False Positive Solution For Dynamic Set Membership (Extended Abstract)
Sidharth Negi, Ameya Dubey, Amitabha Bagchi, Manish Yadav, Nishant, Yadav, Jeetu Raj

TL;DR
The paper introduces Dynamic Partition Bloom Filters (DPBF), a novel data structure that maintains a bounded false positive rate for dynamic set membership, outperforming existing methods like Dynamic Bloom Filters in handling unions and intersections.
Contribution
The paper presents DPBF, a new dynamic data structure with a Bloom partition tree that controls false positives across all set sizes, a feature not achieved by previous methods.
Findings
DPBF maintains a bounded false positive rate for all set sizes.
DPBF efficiently handles unions and intersections of sets.
Theoretical bounds show DPBF's superiority over DBF.
Abstract
Dynamic Bloom filters (DBF) were proposed by Guo et. al. in 2010 to tackle the situation where the size of the set to be stored compactly is not known in advance or can change during the course of the application. We propose a novel competitor to DBF with the following important property that DBF is not able to achieve: our structure is able to maintain a bound on the false positive rate for the set membership query across all possible sizes of sets that are stored in it. The new data structure we propose is a dynamic structure that we call Dynamic Partition Bloom filter (DPBF). DPBF is based on our novel concept of a Bloom partition tree which is a tree structure with standard Bloom filters at the leaves. DPBF is superior to standard Bloom filters because it can efficiently handle a large number of unions and intersections of sets of different sizes while controlling the false positive…
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 · Covalent Organic Framework Applications · Cooperative Communication and Network Coding
