Sampling Lov\'asz Local Lemma For General Constraint Satisfaction Solutions In Near-Linear Time
Kun He, Chunyang Wang, Yitong Yin

TL;DR
This paper introduces a near-linear time algorithm for sampling solutions of general CSPs under local lemma conditions, improving efficiency and applicability beyond previous atomic cases.
Contribution
The authors develop a fast, recursive marginal sampler for CSPs that operates efficiently under broader local lemma conditions, surpassing prior polynomial-time algorithms.
Findings
Algorithm runs in expected near-linear time in n.
Improves local lemma condition from Δ^7 to Δ^5.
Extends sampling efficiency to general CSPs beyond atomic cases.
Abstract
We give a fast algorithm for sampling uniform solutions of general constraint satisfaction problems (CSPs) in a local lemma regime. Suppose that the CSP has variables with domain size at most q, each constraint contains at most k variables, shares variables with at most constraints, and is violated with probability at most by a uniform random assignment. The algorithm returns an almost uniform satisfying assignment in expected time, as long as a local lemma condition is satisfied: \[ k\cdot p\cdot q^2\cdot \Delta^5\le C_0\quad\text{for a suitably small absolute constant }C_0. \] Previously, under similar local lemma conditions, sampling algorithms with running time polynomial in both and were only known for the almost atomic case, where each constraint is violated by a small number of forbidden local…
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
TopicsConstraint Satisfaction and Optimization · Optimization and Search Problems · Markov Chains and Monte Carlo Methods
