DSDBLGJun 5, 2020

Partitioned Learned Bloom Filter

arXiv:2006.03176v237 citations
AI Analysis

This work addresses a specific bottleneck in learned Bloom filters for applications requiring efficient set membership queries, representing an incremental improvement over existing heuristic approaches.

The paper tackles the problem of suboptimal model utilization in learned Bloom filters by framing it as an optimization problem, resulting in algorithms that achieve near-optimal performance and show significant improvements in false positive rates over previous methods, as demonstrated on simulated and real-world datasets.

Bloom filters are space-efficient probabilistic data structures that are used to test whether an element is a member of a set, and may return false positives. Recently, variations referred to as learned Bloom filters were developed that can provide improved performance in terms of the rate of false positives, by using a learned model for the represented set. However, previous methods for learned Bloom filters do not take full advantage of the learned model. Here we show how to frame the problem of optimal model utilization as an optimization problem, and using our framework derive algorithms that can achieve near-optimal performance in many cases. Experimental results from both simulated and real-world datasets show significant performance improvements from our optimization approach over both the original learned Bloom filter constructions and previously proposed heuristic improvements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes