ICLR 2019poster191 citations

Learning-Based Frequency Estimation Algorithms

Chen-Yu Hsu, Piotr Indyk, Dina Katabi, Ali Vakilian

Abstract

Estimating the frequencies of elements in a data stream is a fundamental task in data analysis and machine learning. The problem is typically addressed using streaming algorithms which can process very large data using limited storage. Today's streaming algorithms, however, cannot exploit patterns in their input to improve performance. We propose a new class of algorithms that automatically learn relevant patterns in the input data and use them to improve its frequency estimates. The proposed algorithms combine the benefits of machine learning with the formal guarantees available through algorithm theory. We prove that our learning-based algorithms have lower estimation errors than their non-learning counterparts. We also evaluate our algorithms on two real-world datasets and demonstrate empirically their performance gains.

streaming algorithmsheavy-hittersCount-MinCount-Sketch
BibTeX
@inproceedings{
hsu2018learningbased,
title={Learning-Based Frequency Estimation Algorithms},
author={Chen-Yu Hsu and Piotr Indyk and Dina Katabi and Ali Vakilian},
booktitle={International Conference on Learning Representations},
year={2019},
url={https://openreview.net/forum?id=r1lohoCqY7},
}