Deterministic Algorithms for the Lovasz Local Lemma
Karthekeyan Chandrasekaran, Navin Goyal, Bernhard Haeupler

TL;DR
This paper presents a new deterministic algorithm for the Lovasz Local Lemma that efficiently finds satisfying assignments for certain k-CNF formulas, improving previous algorithms in speed and applicability, and enabling parallel computation.
Contribution
It introduces a derandomized, efficient algorithm for the Lovasz Local Lemma applicable to a broad class of problems, with improved runtime and parallelization capabilities.
Findings
Runs in O(m^{2(1+1/ps)}) time for certain parameters
Outperforms previous superpolynomial algorithms for large k
Supports parallel execution with polylogarithmic time
Abstract
The Lovasz Local Lemma (LLL) is a powerful result in probability theory that states that the probability that none of a set of bad events happens is nonzero if the probability of each event is small compared to the number of events that depend on it. It is often used in combination with the probabilistic method for non-constructive existence proofs. A prominent application is to k-CNF formulas, where LLL implies that, if every clause in the formula shares variables with at most d <= 2^k/e other clauses then such a formula has a satisfying assignment. Recently, a randomized algorithm to efficiently construct a satisfying assignment was given by Moser. Subsequently Moser and Tardos gave a randomized algorithm to construct the structures guaranteed by the LLL in a very general algorithmic framework. We address the main problem left open by Moser and Tardos of derandomizing these algorithms…
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
TopicsComplexity and Algorithms in Graphs · Machine Learning and Algorithms · Cryptography and Data Security
