Learning Filters with Certainty

June 22, 2026 Β· Grace Period Β· πŸ› APNet'26, Singapore -- The 10th Asia-Pacific Workshop on Networking (APNet 2026), co-located with ACM SIGCOMM 2026

⏳ Grace Period
This paper is less than 90 days old. We give authors time to release their code before passing judgment.
Authors Yuval Banoun, Daniel Sadoc Menasche, Ori Rottenstreich arXiv ID 2606.22786 Category cs.AI: Artificial Intelligence Cross-listed cs.DC, cs.PF Citations 0 Venue APNet'26, Singapore -- The 10th Asia-Pacific Workshop on Networking (APNet 2026), co-located with ACM SIGCOMM 2026
Abstract
Hash-based data structures such as Bloom filters are widely used in network systems for tasks including caching, anomaly detection, and machine learning pipelines. They typically provide binary indications of whether an element belongs to a set of interest, e.g., the contents of a cache. When uncertainty arises due to hash collisions, a positive indication is returned to avoid false negatives. We argue that the certainty associated with such indications can itself be useful information. This work focuses on Counting Bloom Filters (CBFs), a Bloom-filter variant that maintains counters rather than bits. Besides supporting insertions and deletions, these counters provide additional information that can be used to estimate the certainty of positive membership indications. We show how this certainty signal can be exploited in architectures that combine Bloom Filters with machine learning (ML) models.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Artificial Intelligence