Distributed MST: A Smoothed Analysis
Soumyottam Chatterjee, Gopal Pandurangan, Nguyen Dinh Pham

TL;DR
This paper investigates the smoothed analysis of distributed algorithms for the minimum spanning tree problem, providing bounds on their time complexity based on input perturbations modeled by random edge additions.
Contribution
It introduces a smoothing model for distributed MST, deriving upper and lower bounds on complexity that depend on the perturbation parameter, advancing understanding of distributed algorithm smoothed complexity.
Findings
Distributed MST algorithm runs in O(rac{1}{\u221a{\u03b5(n)}} 2^{O(\u221a{\u03bclog n})}) rounds.
Lower bound of (rac{1}{\u221a{\u03b5(n)}}, D+\u221a{n}) rounds.
Bounds match up to polylogarithmic factors.
Abstract
We study smoothed analysis of distributed graph algorithms, focusing on the fundamental minimum spanning tree (MST) problem. With the goal of studying the time complexity of distributed MST as a function of the "perturbation" of the input graph, we posit a {\em smoothing model} that is parameterized by a smoothing parameter which controls the amount of {\em random} edges that can be added to an input graph per round. Informally, is the probability (typically a small function of , e.g., ) that a random edge can be added to a node per round. The added random edges, once they are added, can be used (only) for communication. We show upper and lower bounds on the time complexity of distributed MST in the above smoothing model. We present a distributed algorithm that, with high probability,\footnote{Throughout, with high…
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 · Privacy-Preserving Technologies in Data · Optimization and Search Problems
