99
166

An Exponential Separation Between Randomized and Deterministic Complexity in the LOCAL Model

Abstract

Over the past 30 years numerous algorithms have been designed for symmetry breaking problems in the LOCAL model, such as maximal matching, MIS, vertex coloring, and edge-coloring. For most problems the best randomized algorithm is at least exponentially faster than the best deterministic algorithm. In this paper we prove that these exponential gaps are necessary and establish connections between the deterministic and randomized complexities in the LOCAL model. Each result has a very compelling take-away message: 1. Fast Δ\Delta-coloring of trees requires random bits: Building on the recent lower bounds of Brandt et al. [11], we prove that the randomized complexity of Δ\Delta-coloring a tree with maximum degree Δ55\Delta \ge 55 is Θ(logΔlogn)\Theta(\log_\Delta \log n), whereas its deterministic complexity is Θ(logΔn)\Theta(\log_\Delta n) for any Δ3\Delta\ge 3. This also establishes a large separation between the deterministic complexity of Δ\Delta-coloring and (Δ+1)(\Delta+1)-coloring trees. 2. Randomized lower bounds imply deterministic lower bounds: We prove that any deterministic algorithm for a natural class of problems that runs in O(1)+o(logΔn)O(1) + o(\log_\Delta n) rounds can be transformed to run in O(lognlogΔ+1)O(\log^* n - \log^*\Delta + 1) rounds. If the transformed algorithm violates a lower bound (even allowing randomization), then one can conclude that the problem requires Ω(logΔn)\Omega(\log_\Delta n) time deterministically. 3. Deterministic lower bounds imply randomized lower bounds: We prove that the randomized complexity of any natural problem on instances of size nn is at least its deterministic complexity on instances of size logn\sqrt{\log n}. This shows that a deterministic Ω(logΔn)\Omega(\log_\Delta n) lower bound for any problem implies a randomized Ω(logΔlogn)\Omega(\log_\Delta \log n) lower bound. It also illustrates that the graph shattering technique is absolutely essential to the LOCAL model.

View on arXiv
Comments on this paper