paper-with-me

홈 › Papers

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 vectors. This representation follows the principle of Bloom filters, a space-efficient data structure originally designed for approximate membership testing. We show that a naive application of Bloom filters in MLC is not robust to individual binary classifiers' errors. We then present an approach that exploits a specific feature of real-world datasets when the number of labels is large: many labels (almost) never appear together. Our approch is provably robust, has sublinear training and inference complexity with respect to the number of labels, and compares favorably to state-of-the-art algorithms on two large scale multilabel datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Compressing (Multidimensional) Learned Bloom Filters

2022-08-05 · NeurIPS Workshop DBAI 2021 12 · Angjela Davitkova, Damjan Gjurovski, Sebastian Michel

Bloom filters are widely used data structures that compactly represent sets of elements. Querying a Bloom filter reveals if an element is not included in the underlying set or is included with a certain error rate. This …

Binary Classification

On the Choice of General Purpose Classifiers in Learned Bloom Filters: An Initial Analysis Within Basic Filters

2021-12-13 · Giacomo Fumagalli, Davide Raimondi, Raffaele Giancarlo, Dario Malchiodi 외

Bloom Filters are a fundamental and pervasive data structure. Within the growing area of Learned Data Structures, several Learned versions of Bloom Filters have been considered, yielding advantages over classic Filters. …

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

Adversarially Robust Bloom Filters: Privacy, Reductions, and Open Problems

2025-01-27 · Hayder Tirmazi

A Bloom filter is a space-efficient probabilistic data structure that represents a set $S$ of elements from a larger universe $U$. This efficiency comes with a trade-off, namely, it allows for a small chance of false pos…

Adversarial Robustnessmodel

Learning Filters with Certainty

2026-06-22 · Yuval Banoun, Daniel Sadoc Menasche, Ori Rottenstreich arxiv

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 …

Anomaly Detection