How to Compute Times of Random Walks based Distributed Algorithms
Alain Bui, Devan Sohier

TL;DR
This paper introduces new methods and algorithms for precisely computing hitting and cover times in weighted graphs, enhancing the analysis of random walk-based distributed algorithms with improved efficiency and applicability to dynamic networks.
Contribution
It generalizes hitting and cover times for weighted graphs, and provides the first algorithms with optimal or near-optimal complexity for their computation, including robustness to topological changes.
Findings
New generalizations of hitting and cover times for weighted graphs.
An algorithm to compute n^2 hitting times with O(n^3) complexity.
An algorithm to compute cover times with O(n^3 2^n) complexity.
Abstract
Random walk based distributed algorithms make use of a token that circulates in the system according to a random walk scheme to achieve their goal. To study their efficiency and compare it to one of the deterministic solutions, one is led to compute certain quantities, namely the hitting times and the cover time. Until now, only bounds on these quantities were defined. First, this paper presents two generalizations of the notions of hitting and cover times to weighted graphs. Indeed, the properties of random walks on symmetrically weighted graphs provide interesting results on random walk based distributed algorithms, such as local load balancing. Both of these generalization are proposed to precisely represent the behaviour of these algorithms, and to take into account what the weights represent. Then, we propose an algorithm to compute the n^2 hitting times on a weighted graph of n…
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
TopicsDistributed systems and fault tolerance · Data Management and Algorithms · Advanced Database Systems and Queries
