Abstract
Symmetry-breaking problems are among the most well studied in the field of distributed computing and yet the most fundamental questions about their complexity remain open. In this article we work in the LOCAL model (where the input graph and underlying distributed network are identical) and study the randomized complexity of four fundamental symmetry-breaking problems on graphs: computing MISs (maximal independent sets), maximal matchings, vertex colorings, and ruling sets. A small sample of our results includes the following: -An MIS algorithm running in O(log2 δ + 2O( √ log log n)) time, where δ is the maximum degree. This is the first MIS algorithm to improve on the 1986 algorithms of Luby and Alon, Babai, and Itai, when log n ≪ δ ≪ 2√ log n, and comes close to the ω( logδ/log logδ) lower bound of Kuhn, Moscibroda, andWattenhofer. -A maximal matching algorithm running in O(logδ + log4 log n) time. This is the first significant improvement to the 1986 algorithm of Israeli and Itai. Moreover, its dependence on δ is nearly optimal. -A (δ+1)-coloring algorithm requiring O(logδ+2O( √ log log n)) time, improving on an O(logδ+ √ log n)-time algorithm of Schneider and Wattenhofer. -A method for reducing symmetry-breaking problems in low arboricity/degeneracy graphs to low-degree graphs. (Roughly speaking, the arboricity or degeneracy of a graph bounds the density of any subgraph.) Corollaries of this reduction include an O( √log n)-time maximal matching algorithm for graphs with arboricity up to 2√ log nand an O(log2/3n)-time MIS algorithm for graphs with arboricity up to 2(log n)1/3. Each of our algorithms is based on a simple but powerful technique for reducing a randomized symmetrybreaking task to a corresponding deterministic one on a poly(log n)-size graph.
Original language | English |
---|---|
Article number | 20 |
Journal | Journal of the ACM |
Volume | 63 |
Issue number | 3 |
DOIs | |
State | Published - Jun 2016 |
Bibliographical note
Funding Information:This work was supported by NSF Grants No. CCF-0746673, No. CCF-1217338, No. CNS-1318294, and No. CCF-1514383; US-Israel Binational Science Foundation Grant No. 2008390; Israeli Academy of Science Grant No 593/11; and Israel Science Foundation Grant No. 724/15. This research was partly performed while S. Pettie was on sabbatical at the Center for Massive Data Algorithmics (MADALGO), Aarhus University, which is supported by Danish National Research Foundation Grant No. DNRF84. A preliminary version of this article appeared in the Proceedings of the 53rd IEEE Symposium on Foundations of Computer Science (FOCS), 2012.
Keywords
- Distributed networks
- matching
- MIS
- vertex coloring