English

Simulating Random Walks in Random Streams

Data Structures and Algorithms 2021-12-15 v1

Abstract

The random order graph streaming model has received significant attention recently, with problems such as matching size estimation, component counting, and the evaluation of bounded degree constant query testable properties shown to admit surprisingly space efficient algorithms. The main result of this paper is a space efficient single pass random order streaming algorithm for simulating nearly independent random walks that start at uniformly random vertices. We show that the distribution of kk-step walks from bb vertices chosen uniformly at random can be approximated up to error ε\varepsilon per walk using (1/ε)O(k)2O(k2)b(1/\varepsilon)^{O(k)} 2^{O(k^2)}\cdot b words of space with a single pass over a randomly ordered stream of edges, solving an open problem of Peng and Sohler [SODA `18]. Applications of our result include the estimation of the average return probability of the kk-step walk (the trace of the kthk^\text{th} power of the random walk matrix) as well as the estimation of PageRank. We complement our algorithm with a strong impossibility result for directed graphs.

Keywords

Cite

@article{arxiv.2112.07532,
  title  = {Simulating Random Walks in Random Streams},
  author = {John Kallaugher and Michael Kapralov and Eric Price},
  journal= {arXiv preprint arXiv:2112.07532},
  year   = {2021}
}