English

Sampling in Space Restricted Settings

Data Structures and Algorithms 2015-01-19 v3

Abstract

Space efficient algorithms play a central role in dealing with large amount of data. In such settings, one would like to analyse the large data using small amount of "working space". One of the key steps in many algorithms for analysing large data is to maintain a (or a small number) random sample from the data points. In this paper, we consider two space restricted settings -- (i) streaming model, where data arrives over time and one can use only a small amount of storage, and (ii) query model, where we can structure the data in low space and answer sampling queries. In this paper, we prove the following results in above two settings: - In the streaming setting, we would like to maintain a random sample from the elements seen so far. We prove that one can maintain a random sample using O(logn)O(\log n) random bits and O(logn)O(\log n) space, where nn is the number of elements seen so far. We can extend this to the case when elements have weights as well. - In the query model, there are nn elements with weights w1,...,wnw_1, ..., w_n (which are ww-bit integers) and one would like to sample a random element with probability proportional to its weight. Bringmann and Larsen (STOC 2013) showed how to sample such an element using nw+1nw +1 space (whereas, the information theoretic lower bound is nwn w). We consider the approximate sampling problem, where we are given an error parameter ε\varepsilon, and the sampling probability of an element can be off by an ε\varepsilon factor. We give matching upper and lower bounds for this problem.

Keywords

Cite

@article{arxiv.1407.1689,
  title  = {Sampling in Space Restricted Settings},
  author = {Anup Bhattacharya and Davis Issac and Ragesh Jaiswal and Amit Kumar},
  journal= {arXiv preprint arXiv:1407.1689},
  year   = {2015}
}
R2 v1 2026-06-22T04:56:56.548Z