Lego Sketch: A Scalable Memory-augmented Neural Network for Sketching Data Streams
Yuan Feng, Yukun Cao, Hairu Wang, Xike Xie, S Kevin Zhou
TL;DR
This work tackles scalable neural sketches for streaming item-frequency estimation by introducing the Lego sketch, a modular memory-augmented neural network that combines a domain-agnostic normalized multi-hash embedding, scalable memory distributed across $K$ bricks, and a memory-scanning and ensemble-decoding pipeline. It provides theoretical guarantees for domain and memory scalability (Theorems 1–2) and a bound on the rule-based estimator error (Theorem 3), and introduces a self-guided weighting loss to balance meta-task objectives. Empirically, Lego surpasses handcrafted and neural baselines across real and synthetic datasets, maintains robustness under distributional shifts, and delivers competitive throughput, with notable gains when extended as a derivative core (e.g., ES as D-Lego). The work advances practical, provably scalable sketching for data streams and opens pathways for integrating Lego as a core in downstream neural-derivative architectures with strong space-accuracy trade-offs.
Abstract
Sketches, probabilistic structures for estimating item frequencies in infinite data streams with limited space, are widely used across various domains. Recent studies have shifted the focus from handcrafted sketches to neural sketches, leveraging memory-augmented neural networks (MANNs) to enhance the streaming compression capabilities and achieve better space-accuracy trade-offs.However, existing neural sketches struggle to scale across different data domains and space budgets due to inflexible MANN configurations. In this paper, we introduce a scalable MANN architecture that brings to life the {\it Lego sketch}, a novel sketch with superior scalability and accuracy. Much like assembling creations with modular Lego bricks, the Lego sketch dynamically coordinates multiple memory bricks to adapt to various space budgets and diverse data domains. Our theoretical analysis guarantees its high scalability and provides the first error bound for neural sketch. Furthermore, extensive experimental evaluations demonstrate that the Lego sketch exhibits superior space-accuracy trade-offs, outperforming existing handcrafted and neural sketches. Our code is available at https://github.com/FFY0/LegoSketch_ICML.
