LGDBDSMLJun 10, 2019

Meta-Learning Neural Bloom Filters

arXiv:1906.04304v140 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient data structures in high-throughput or ephemeral data applications, representing an incremental improvement.

The paper tackles the problem of creating few-shot neural data structures for approximate set membership, achieving significant compression gains over classical Bloom Filters and existing memory-augmented neural networks.

There has been a recent trend in training neural networks to replace data structures that have been crafted by hand, with an aim for faster execution, better accuracy, or greater compression. In this setting, a neural data structure is instantiated by training a network over many epochs of its inputs until convergence. In applications where inputs arrive at high throughput, or are ephemeral, training a network from scratch is not practical. This motivates the need for few-shot neural data structures. In this paper we explore the learning of approximate set membership over a set of data in one-shot via meta-learning. We propose a novel memory architecture, the Neural Bloom Filter, which is able to achieve significant compression gains over classical Bloom Filters and existing memory-augmented neural networks.

Foundations

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

Your Notes