# On the Use of Randomness in Local Distributed Graph Algorithms

**Authors:** Mohsen Ghaffari, Fabian Kuhn

arXiv: 1906.00482 · 2019-06-04

## TL;DR

This paper investigates the role of randomness in local distributed graph algorithms, demonstrating that minimal randomness suffices for efficiency and that success probabilities can be significantly improved, approaching derandomization.

## Contribution

It shows that efficient randomized algorithms can operate with very limited randomness and that their success probabilities can be greatly enhanced, advancing understanding of derandomization in distributed computing.

## Key findings

- Polylogarithmic-time algorithms work with minimal randomness.
- Success probabilities can be exponentially improved.
- Certain derandomization results imply breakthroughs in deterministic algorithms.

## Abstract

We attempt to better understand randomization in local distributed graph algorithms by exploring how randomness is used and what we can gain from it: - We first ask the question of how much randomness is needed to obtain efficient randomized algorithms. We show that for all locally checkable problems for which polylog $n$-time randomized algorithms exist, there are such algorithms even if either (I) there is a only a single (private) independent random bit in each polylog $n$-neighborhood of the graph, (II) the (private) bits of randomness of different nodes are only polylog $n$-wise independent, or (III) there are only polylog $n$ bits of global shared randomness (and no private randomness). - Second, we study how much we can improve the error probability of randomized algorithms. For all locally checkable problems for which polylog $n$-time randomized algorithms exist, we show that there are such algorithms that succeed with probability $1-n^{-2^{\varepsilon(\log\log n)^2}}$ and more generally $T$-round algorithms, for $T\geq$ polylog $n$, that succeed with probability $1-n^{-2^{\varepsilon\log^2T}}$. We also show that polylog $n$-time randomized algorithms with success probability $1-2^{-2^{\log^\varepsilon n}}$ for some $\varepsilon>0$ can be derandomized to polylog $n$-time deterministic algorithms. Both of the directions mentioned above, reducing the amount of randomness and improving the success probability, can be seen as partial derandomization of existing randomized algorithms. In all the above cases, we also show that any significant improvement of our results would lead to a major breakthrough, as it would imply significantly more efficient deterministic distributed algorithms for a wide class of problems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.00482/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1906.00482/full.md

---
Source: https://tomesphere.com/paper/1906.00482