Deterministic Approximation of Random Walks via Queries in Graphs of Unbounded Size
Edward Pyne, Salil Vadhan

TL;DR
This paper presents a deterministic query-based algorithm for approximating random walk probabilities in large regular directed graphs, outperforming previous lower bounds for similar deterministic methods.
Contribution
It introduces a polynomial-query deterministic algorithm that estimates walk probabilities without relying on graph size, contrasting with prior lower bounds.
Findings
Deterministic algorithm makes polynomially many nonadaptive queries
Algorithm works for graphs of unbounded size
Contrasts with lower bounds for simpler deterministic approaches
Abstract
Consider the following computational problem: given a regular digraph , two vertices , and a walk length , estimate the probability that a random walk of length from ends at to within A randomized algorithm can solve this problem by carrying out random walks of length from and outputting the fraction that end at . In this paper, we study deterministic algorithms for this problem that are also restricted to carrying out walks of length from and seeing which ones end at . Specifically, if is -regular, the algorithm is given oracle access to a function where is if the walk from specified by the edge labels in ends at . We assume that G is consistently labelled, meaning that the edges of label for each form a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Algorithms and Data Compression · Advanced Graph Theory Research
