Distributed Computation of Mixing Time
Anisur Rahaman Molla, Gopal Pandurangan

TL;DR
This paper introduces a scalable distributed algorithm for efficiently estimating the mixing time of undirected graphs using random walks, suitable for networks with bandwidth limitations.
Contribution
It presents the first lightweight distributed algorithm that estimates mixing time in $O( au_s \, \log n)$ rounds within the CONGEST model.
Findings
Estimates mixing time with $O( au_s \log n)$ rounds.
Uses minimal memory and local computation.
Operates efficiently under bandwidth constraints.
Abstract
The mixing time of a graph is an important metric, which is not only useful in analyzing connectivity and expansion properties of the network, but also serves as a key parameter in designing efficient algorithms. We present an efficient distributed algorithm for computing the mixing time of undirected graphs. Our algorithm estimates the mixing time (with respect to a source node ) of any -node undirected graph in rounds. Our algorithm is based on random walks and require very little memory and use lightweight local computations, and work in the CONGEST model. Hence our algorithm is scalable under bandwidth constraints and can be an helpful building block in the design of topologically aware networks.
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
TopicsMarkov Chains and Monte Carlo Methods · Interconnection Networks and Systems · Stochastic processes and statistical mechanics
