Parallel algorithms and concentration bounds for the Lovasz Local Lemma via witness DAGs
Bernhard Haeupler, David G. Harris

TL;DR
This paper introduces a new parallel algorithm for the Lovász Local Lemma that matches the conditions of the original algorithm but with improved efficiency, and provides tighter bounds on existing algorithms' run-times.
Contribution
A novel parallel algorithm for the LLL that requires only one MIS computation and can be derandomized to NC, improving upon previous algorithms.
Findings
New parallel algorithm runs in O(log^2 n) time on EREW PRAM.
Derandomization yields an NC algorithm with similar runtime.
Tighter bounds on sequential and parallel resampling algorithms.
Abstract
The Lov\'{a}sz Local Lemma (LLL) is a cornerstone principle in the probabilistic method of combinatorics, and a seminal algorithm of Moser & Tardos (2010) provides an efficient randomized algorithm to implement it. This can be parallelized to give an algorithm that uses polynomially many processors and runs in time on an EREW PRAM, stemming from adaptive computations of a maximal independent set (MIS). Chung et al. (2014) developed faster local and parallel algorithms, potentially running in time , but these algorithms require more stringent conditions than the LLL. We give a new parallel algorithm that works under essentially the same conditions as the original algorithm of Moser & Tardos but uses only a single MIS computation, thus running in time on an EREW PRAM. This can be derandomized to give an NC algorithm running in time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Complexity and Algorithms in Graphs · Markov Chains and Monte Carlo Methods
