Finding minimum spanning trees via local improvements
Louigi Addario-Berry, Jordan Barrett, Beno\^it Corsini

TL;DR
This paper analyzes a local search algorithm for finding minimum spanning trees on complete graphs with random edge weights, identifying a threshold parameter that determines the algorithm's success probability.
Contribution
It introduces a parameterized local search method for MSTs and characterizes a threshold value dictating its effectiveness on random weighted graphs.
Findings
Identifies a threshold $ ho^*$ for local search success
Shows high probability of success when $ ho > ho^*$
Demonstrates failure with high probability when $ ho < ho^*$
Abstract
We consider a family of local search algorithms for the minimum-weight spanning tree, indexed by a parameter . One step of the local search corresponds to replacing a connected induced subgraph of the current candidate graph whose total weight is at most by the minimum spanning tree (MST) on the same vertex set. Fix a non-negative random variable , and consider this local search problem on the complete graph with independent -distributed edge weights. Under rather weak conditions on the distribution of , we determine a threshold value such that the following holds. If the starting graph (the "initial candidate MST") is independent of the edge weights, then if local search can construct the MST with high probability (tending to as ), whereas if it cannot with high probability.
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
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · Optimization and Search Problems
