English

Efficient Algorithms for Semirandom Planted CSPs at the Refutation Threshold

Computational Complexity 2023-10-02 v1 Data Structures and Algorithms

Abstract

We present an efficient algorithm to solve semirandom planted instances of any Boolean constraint satisfaction problem (CSP). The semirandom model is a hybrid between worst-case and average-case input models, where the input is generated by (1) choosing an arbitrary planted assignment xx^*, (2) choosing an arbitrary clause structure, and (3) choosing literal negations for each clause from an arbitrary distribution "shifted by xx^*" so that xx^* satisfies each constraint. For an nn variable semirandom planted instance of a kk-arity CSP, our algorithm runs in polynomial time and outputs an assignment that satisfies all but a o(1)o(1)-fraction of constraints, provided that the instance has at least O~(nk/2)\tilde{O}(n^{k/2}) constraints. This matches, up to polylog(n)polylog(n) factors, the clause threshold for algorithms that solve fully random planted CSPs [FPV15], as well as algorithms that refute random and semirandom CSPs [AOW15, AGK21]. Our result shows that despite having worst-case clause structure, the randomness in the literal patterns makes semirandom planted CSPs significantly easier than worst-case, where analogous results require O(nk)O(n^k) constraints [AKK95, FLP16]. Perhaps surprisingly, our algorithm follows a significantly different conceptual framework when compared to the recent resolution of semirandom CSP refutation. This turns out to be inherent and, at a technical level, can be attributed to the need for relative spectral approximation of certain random matrices - reminiscent of the classical spectral sparsification - which ensures that an SDP can certify the uniqueness of the planted assignment. In contrast, in the refutation setting, it suffices to obtain a weaker guarantee of absolute upper bounds on the spectral norm of related matrices.

Keywords

Cite

@article{arxiv.2309.16897,
  title  = {Efficient Algorithms for Semirandom Planted CSPs at the Refutation Threshold},
  author = {Venkatesan Guruswami and Jun-Ting Hsieh and Pravesh K. Kothari and Peter Manohar},
  journal= {arXiv preprint arXiv:2309.16897},
  year   = {2023}
}

Comments

FOCS 2023

R2 v1 2026-06-28T12:35:35.326Z