Distributed Symmetry Breaking in Sampling (Optimal Distributed Randomly Coloring with Fewer Colors)

February 20, 2018 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Weiming Feng, Thomas P. Hayes, Yitong Yin arXiv ID 1802.06953 Category cs.DS: Data Structures & Algorithms Citations 17 Venue arXiv.org Last Checked 3 months ago
Abstract
We examine the problem of almost-uniform sampling proper $q$-colorings of a graph whose maximum degree is $Ξ”$. A famous result, discovered independently by Jerrum(1995) and Salas and Sokal(1997), is that, assuming $q > (2+Ξ΄) Ξ”$, the Glauber dynamics (a.k.a. single-site dynamics) for this problem has mixing time $O(n \log n)$, where $n$ is the number of vertices, and thus provides a nearly linear time sampling algorithm for this problem. A natural question is the extent to which this algorithm can be parallelized. Previous work Feng, Sun and Yin [PODC'17] has shown that a $O(Ξ”\log n)$ time parallelized algorithm is possible, and that $Ξ©(\log n)$ time is necessary. We give a distributed sampling algorithm, which we call the Lazy Local Metropolis Algorithm, that achieves an optimal parallelization of this classic algorithm. It improves its predecessor, the Local Metropolis algorithm of Feng, Sun and Yin [PODC'17], by introducing a step of distributed symmetry breaking that helps the mixing of the distributed sampling algorithm. For sampling almost-uniform proper $q$-colorings of graphs $G$ on $n$ vertices, we show that the Lazy Local Metropolis algorithm achieves an optimal $O(\log n)$ mixing time if either of the following conditions is true for an arbitrary constant $Ξ΄>0$: $\bullet$ $q\ge(2+Ξ΄)Ξ”$, on general graphs with maximum degree $Ξ”$; $\bullet$ $q \geq (Ξ±^* + Ξ΄)Ξ”$, where $Ξ±^* \approx 1.763$ satisfies $Ξ±^* = \mathrm{e}^{1/Ξ±^*}$, on graphs with sufficiently large maximum degree $Ξ”\ge Ξ”_0(Ξ΄)$ and girth at least $9$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted