Solving Random Planted CSPs below the $n^{k/2}$ Threshold
Arpon Basu, Jun-Ting Hsieh, Andrew D. Lin, Peter Manohar

TL;DR
This paper introduces algorithms for solving random planted Boolean CSPs that operate below the $n^{k/2}$ constraint threshold, generalizing previous methods and matching known trade-offs.
Contribution
It presents a new family of algorithms that recover planted solutions in random CSPs with improved runtime and constraint bounds, extending prior work to larger runtimes.
Findings
Algorithm succeeds with high probability when constraints are above a certain threshold.
The approach combines Sum-of-Squares SDP with a novel rounding procedure.
Matches the known trade-off between constraints and runtime for planted CSPs.
Abstract
We present a family of algorithms to solve random planted instances of any -ary Boolean constraint satisfaction problem (CSP). A randomly planted instance of a Boolean CSP is generated by (1) choosing an arbitrary planted assignment , and then (2) sampling constraints from a particular "planting distribution" designed so that will satisfy every constraint. Given an variable instance of a -ary Boolean CSP with constraints, our algorithm runs in time for a choice of a parameter , and succeeds in outputting a satisfying assignment if . This generalizes the -time algorithm of [FPV15], the case of , to larger runtimes, and matches the constraint number vs.\ runtime trade-off established for refuting random CSPs by [RRS17]. Our algorithm is conceptually different…
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 · Vehicle Routing Optimization Methods · Constraint Satisfaction and Optimization
