A Distributed Palette Sparsification Theorem

January 16, 2023 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Maxime Flin, Mohsen Ghaffari, MagnΓΊs M. HalldΓ³rsson, Fabian Kuhn, Alexandre Nolin arXiv ID 2301.06457 Category cs.DC: Distributed Computing Cross-listed cs.DS Citations 8 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 5 months ago
Abstract
The celebrated palette sparsification result of [Assadi, Chen, and Khanna SODA'19] shows that to compute a $Ξ”+1$ coloring of the graph, where $Ξ”$ denotes the maximum degree, it suffices if each node limits its color choice to $O(\log n)$ independently sampled colors in $\{1, 2, \dots, Ξ”+1\}$. They showed that it is possible to color the resulting sparsified graph -- the spanning subgraph with edges between neighbors that sampled a common color, which are only $\tilde{O}(n)$ edges -- and obtain a $Ξ”+1$ coloring for the original graph. However, to compute the actual coloring, that information must be gathered at a single location for centralized processing. We seek instead a local algorithm to compute such a coloring in the sparsified graph. The question is if this can be achieved in $\operatorname{poly}(\log n)$ distributed rounds with small messages. Our main result is an algorithm that computes a $Ξ”+1$-coloring after palette sparsification with $O(\log^2 n)$ random colors per node and runs in $O(\log^2 Ξ”+ \log^3 \log n)$ rounds on the sparsified graph, using $O(\log n)$-bit messages. We show that this is close to the best possible: any distributed $Ξ”+1$-coloring algorithm that runs in the LOCAL model on the sparsified graph, given by palette sparsification, for any $\operatorname{poly}(\log n)$ colors per node, requires $Ξ©(\log Ξ”/ \log\log n)$ rounds. This distributed palette sparsification result leads to the first $\operatorname{poly}(\log n)$-round algorithms for $Ξ”+1$-coloring in two previously studied distributed models: the Node Capacitated Clique, and the cluster graph model.
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 β€” Distributed Computing

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