paper-with-me

Papers

Advanced Bloom Filter Based Algorithms for Efficient Approximate Data De-Duplication in Streams

2012-12-17 · Suman K. Bera, Sourav Dutta, Ankur Narang, Souvik Bhattacherjee

Applications involving telecommunication call data records, web pages, online transactions, medical records, stock markets, climate warning systems, etc., necessitate efficient management and processing of such massively exponential amount of data from diverse sources. De-duplication or Intelligent Compression in streaming scenarios for approximate identification and elimination of duplicates from such unbounded data stream is a greater challenge given the real-time nature of data arrival. Stable Bloom Filters (SBF) addresses this problem to a certain extent. . In this work, we present several novel algorithms for the problem of approximate detection of duplicates in data streams. We propose the Reservoir Sampling based Bloom Filter (RSBF) combining the working principle of reservoir sampling and Bloom Filters. We also present variants of the novel Biased Sampling based Bloom Filter (BSBF) based on biased sampling concepts. We also propose a randomized load balanced variant of the sampling Bloom Filter approach to efficiently tackle the duplicate detection. In this work, we thus provide a generic framework for de-duplication using Bloom Filters. Using detailed theoretical analysis we prove analytical bounds on the false positive rate, false negative rate and convergence rate of the proposed structures. We exhibit that our models clearly outperform the existing methods. We also demonstrate empirical analysis of the structures using real-world datasets (3 million records) and also with synthetic datasets (1 billion records) capturing various input distributions.

📄 PDF Abstract BibTeX arXiv:1212.3964

Code (1)

jeffrey-xiao/probabilistic-collections-rs

Tasks

Management

Similar Papers 제목 키워드 기반

Adaptive Learned Bloom Filter (Ada-BF): Efficient Utilization of the Classifier

2019-10-21 · NeurIPS 2020 12 · Zhenwei Dai, Anshumali Shrivastava

Recent work suggests improving the performance of Bloom filter by incorporating a machine learning model as a binary classifier. However, such learned Bloom filter does not take full advantage of the predicted probabilit…

BIG-bench Machine Learning

Adaptive Learned Bloom Filter (Ada-BF): Efficient Utilization of the Classifier with Application to Real-Time Information Filtering on the Web

2020-12-01 · NeurIPS 2020 12 · Zhenwei Dai, Anshumali Shrivastava

Recent work suggests improving the performance of Bloom filter by incorporating a machine learning model as a binary classifier. However, such learned Bloom filter does not take full advantage of the predicted probabilit…

BIG-bench Machine Learning

Robust Bloom Filters for Large MultiLabel Classification Tasks

2013-12-01 · NeurIPS 2013 12 · Moustapha M. Cisse, Nicolas Usunier, Thierry Artières, Patrick Gallinari

This paper presents an approach to multilabel classification (MLC) with a large number of labels. Our approach is a reduction to binary classification in which label sets are represented by low dimensional binary vector…

Binary ClassificationClassificationGeneral Classification

RAMBO: Repeated And Merged Bloom Filter for Multiple Set Membership Testing (MSMT) in Sub-linear time

2019-10-07 · Gaurav Gupta, Benjamin Coleman, Tharun Medini, Vijai Mohan 외

Approximate set membership is a common problem with wide applications in databases, networking, and search. Given a set S and a query q, the task is to determine whether q in S. The Bloom Filter (BF) is a popular data st…

A Critical Analysis of Classifier Selection in Learned Bloom Filters

2022-11-28 · Dario Malchiodi, Davide Raimondi, Giacomo Fumagalli, Raffaele Giancarlo 외

Learned Bloom Filters, i.e., models induced from data via machine learning techniques and solving the approximate set membership problem, have recently been introduced with the aim of enhancing the performance of standar…

valid