English

Frequency Estimation in Data Streams: Learning the Optimal Hashing Scheme

Data Structures and Algorithms 2022-07-19 v2 Databases Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2007.09261,
  title  = {Frequency Estimation in Data Streams: Learning the Optimal Hashing Scheme},
  author = {Dimitris Bertsimas and Vassilis Digalakis},
  journal= {arXiv preprint arXiv:2007.09261},
  year   = {2022}
}

Comments

Submitted to IEEE Transactions on Knowledge and Data Engineering on 07/2020. Revised on 05/2021

R2 v1 2026-06-23T17:12:33.855Z