DSDBLGJul 17, 2020

Frequency Estimation in Data Streams: Learning the Optimal Hashing Scheme

arXiv:2007.09261v21 citations
AI Analysis

This addresses the problem of accurate frequency estimation with limited storage for data stream applications, representing a significant improvement over state-of-the-art methods.

The paper tackles frequency estimation in data streams by learning an optimal hashing scheme from a stream prefix, achieving reductions in average estimation error by one to two orders of magnitude and in expected error magnitude by 45-90% compared to existing methods.

We present a novel approach for the problem of frequency estimation in data streams that is based on optimization and machine learning. Contrary to state-of-the-art streaming frequency estimation algorithms, which heavily rely on random hashing to maintain the frequency distribution of the data steam using limited storage, the proposed approach exploits an observed stream prefix to near-optimally hash elements and compress the target frequency distribution. We develop an exact mixed-integer linear optimization formulation, which enables us to compute optimal or near-optimal hashing schemes for elements seen in the observed stream prefix; then, we use machine learning to hash unseen elements. Further, we develop an efficient block coordinate descent algorithm, which, as we empirically show, produces high quality solutions, and, in a special case, we are able to solve the proposed formulation exactly in linear time using dynamic programming. We empirically evaluate the proposed approach both on synthetic datasets and on real-world search query data. We show that the proposed approach outperforms existing approaches by one to two orders of magnitude in terms of its average (per element) estimation error and by 45-90% in terms of its expected magnitude of estimation error.

Foundations

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

Your Notes