Lower Bounds on Query Complexity for Testing Bounded-Degree CSPs
Yuichi Yoshida

TL;DR
This paper establishes new lower bounds on the number of queries needed to test bounded-degree CSPs, showing that many problems require nearly linear queries, which advances understanding of their computational complexity.
Contribution
The paper introduces improved lower bounds for testing bounded-degree CSPs, including symmetric predicates and specific cases like 2-XOR, revealing near-linear query complexity requirements.
Findings
Lower bounds of (n^{1/2+\u03b4}) queries for symmetric predicates
One-sided error testers require (n) queries for certain predicates
Near-linear ((n)) query complexity for general k-CSP testing
Abstract
In this paper, we consider lower bounds on the query complexity for testing CSPs in the bounded-degree model. First, for any ``symmetric'' predicate except \equ where , we show that every (randomized) algorithm that distinguishes satisfiable instances of CSP(P) from instances -far from satisfiability requires queries where is the number of variables and is a constant that depends on and . This breaks a natural lower bound , which is obtained by the birthday paradox. We also show that every one-sided error tester requires queries for such . These results are hereditary in the sense that the same results hold for any predicate such that . For EQU, we give a one-sided error tester whose query complexity is…
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 · Software Testing and Debugging Techniques · Machine Learning and Algorithms
