Efficient Distributed Decomposition and Routing Algorithms in Minor-Free Networks and Their Applications

April 10, 2023 Β· Declared Dead Β· πŸ› ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yi-Jun Chang arXiv ID 2304.04699 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 5 Venue ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing Last Checked 4 months ago
Abstract
In the LOCAL model, low-diameter decomposition is a useful tool in designing algorithms, as it allows us to shift from the general graph setting to the low-diameter graph setting, where brute-force information gathering can be done efficiently. Recently, Chang and Su [PODC 2022] showed that any high-conductance network excluding a fixed minor contains a high-degree vertex, so the entire graph topology can be gathered to one vertex efficiently in the CONGEST model using expander routing. Therefore, in networks excluding a fixed minor, many problems that can be solved efficiently in LOCAL via low-diameter decomposition can also be solved efficiently in CONGEST via expander decomposition. In this work, we show improved decomposition and routing algorithms for networks excluding a fixed minor in the CONGEST model. Our algorithms cost $\text{poly}(\log n, 1/Ξ΅)$ rounds deterministically. For bounded-degree graphs, our algorithms finish in $O(Ξ΅^{-1}\log n) + Ξ΅^{-O(1)}$ rounds. Our algorithms have a wide range of applications, including the following results in CONGEST. 1. A $(1-Ξ΅)$-approximate maximum independent set in a network excluding a fixed minor can be computed deterministically in $O(Ξ΅^{-1}\log^\ast n) + Ξ΅^{-O(1)}$ rounds, nearly matching the $Ξ©(Ξ΅^{-1}\log^\ast n)$ lower bound of Lenzen and Wattenhofer [DISC 2008]. 2. Property testing of any additive minor-closed property can be done deterministically in $O(\log n)$ rounds if $Ξ΅$ is a constant or $O(Ξ΅^{-1}\log n) + Ξ΅^{-O(1)}$ rounds if the maximum degree $Ξ”$ is a constant, nearly matching the $Ξ©(Ξ΅^{-1}\log n)$ lower bound of Levi, Medina, and Ron [PODC 2018].
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