2022
DOI: 10.1109/tnsm.2022.3145436
|View full text |Cite
|
Sign up to set email alerts
|

Adaptive One Memory Access Bloom Filters

Abstract: Bloom filters are widely used to perform fast approximate membership checking in networking applications. The main limitation of Bloom filters is that they suffer from false positives that can only be reduced by using more memory. Recently, exploiting the fact that in many cases a few elements are queried many times on the filter, has been proposed to increase accuracy in other filters with a similar functionality. The idea is that once an element returns a false positive, the filter is adapted so that future … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
8
1

Relationship

0
9

Authors

Journals

citations
Cited by 9 publications
(5 citation statements)
references
References 29 publications
0
5
0
Order By: Relevance
“…For those, it may be beneficial upon detecting a false positive to adapt the filter so that subsequent queries to the same elements return a negative [38]. Adaptive filters based on Bloom [39], cuckoo [40] and QFs [38], [41] have been proposed.…”
Section: Adaptive Filtersmentioning
confidence: 99%
“…For those, it may be beneficial upon detecting a false positive to adapt the filter so that subsequent queries to the same elements return a negative [38]. Adaptive filters based on Bloom [39], cuckoo [40] and QFs [38], [41] have been proposed.…”
Section: Adaptive Filtersmentioning
confidence: 99%
“…The algorithm, which was adjusted to the bucket size, can preserve the support for deletion of the original cuckoo filter without the additional memory accesses for lookup operations. To effectively remove false positives while completing all queries in a single memory access, the authors of [24] proposed an adaptation scheme based on one memory access bloom filter. The proposed algorithm is very suitable for the case of low memory bits per element.…”
Section: Quick Lookup Mechanismmentioning
confidence: 99%
“…Reviriego et al [15] introduced an adaptive memory access bloom filter (BF) that specifically addresses the issue of false positives when dealing with repeated elements across different queries. Their approach aims to minimize false positive occurrences in such scenarios.…”
Section: Background and Related Workmentioning
confidence: 99%