English

Deterministic Approximation of Random Walks via Queries in Graphs of Unbounded Size

Computational Complexity 2021-11-04 v1 Data Structures and Algorithms

Abstract

Consider the following computational problem: given a regular digraph G=(V,E)G=(V,E), two vertices u,vVu,v \in V, and a walk length tNt\in \mathbb{N}, estimate the probability that a random walk of length tt from uu ends at vv to within ±ε.\pm \varepsilon. A randomized algorithm can solve this problem by carrying out O(1/ε2)O(1/\varepsilon^2) random walks of length tt from uu and outputting the fraction that end at vv. In this paper, we study deterministic algorithms for this problem that are also restricted to carrying out walks of length tt from uu and seeing which ones end at vv. Specifically, if GG is dd-regular, the algorithm is given oracle access to a function f:[d]t{0,1}f : [d]^t\to \{0,1\} where f(x)f(x) is 11 if the walk from uu specified by the edge labels in xx ends at vv. We assume that G is consistently labelled, meaning that the edges of label ii for each i[d]i\in [d] form a permutation on VV. We show that there exists a deterministic algorithm that makes poly(dt/ε)\text{poly}(dt/\varepsilon) nonadaptive queries to ff, regardless of the number of vertices in the graph GG. Crucially, and in contrast to the randomized algorithm, our algorithm does not simply output the average value of its queries. Indeed, Hoza, Pyne, and Vadhan (ITCS 2021) showed that any deterministic algorithm of the latter form that works for graphs of unbounded size must have query complexity at least exp(Ω~(log(t)log(1/ε)))\exp(\tilde{\Omega}(\log(t)\log(1/\varepsilon))).

Keywords

Cite

@article{arxiv.2111.01997,
  title  = {Deterministic Approximation of Random Walks via Queries in Graphs of Unbounded Size},
  author = {Edward Pyne and Salil Vadhan},
  journal= {arXiv preprint arXiv:2111.01997},
  year   = {2021}
}

Comments

14 pages, to appear in SOSA 2022. Abstract truncated to fit arXiv requirements