English

Distinct Sampling on Streaming Data with Near-Duplicates

Data Structures and Algorithms 2018-10-31 v1

Abstract

In this paper we study how to perform distinct sampling in the streaming model where data contain near-duplicates. The goal of distinct sampling is to return a distinct element uniformly at random from the universe of elements, given that all the near-duplicates are treated as the same element. We also extend the result to the sliding window cases in which we are only interested in the most recent items. We present algorithms with provable theoretical guarantees for datasets in the Euclidean space, and also verify their effectiveness via an extensive set of experiments.

Keywords

Cite

@article{arxiv.1810.12388,
  title  = {Distinct Sampling on Streaming Data with Near-Duplicates},
  author = {Jiecao Chen and Qin Zhang},
  journal= {arXiv preprint arXiv:1810.12388},
  year   = {2018}
}

Comments

Accepted to PODS 2018

R2 v1 2026-06-23T04:56:44.253Z