Lower Bounds for Convexity Testing
Xi Chen, Anindya De, Shivam Nadimpalli, Rocco A. Servedio and, Erik Waingarten

TL;DR
This paper establishes the first lower bounds for convexity testing in the black-box model, showing that any efficient testing algorithm must make a super-polynomial number of queries, highlighting fundamental limitations.
Contribution
It provides the first lower bounds for convexity testing, demonstrating that both adaptive and non-adaptive algorithms require super-polynomial queries, thus setting fundamental complexity limits.
Findings
One-sided testers need at least polynomial queries in dimension n.
Non-adaptive tolerant testers require exponential in root n queries.
Non-adaptive testers need at least n^{1/4 - c} queries for constant accuracy.
Abstract
We consider the problem of testing whether an unknown and arbitrary set (given as a black-box membership oracle) is convex, versus -far from every convex set, under the standard Gaussian distribution. The current state-of-the-art testing algorithms for this problem make non-adaptive queries, both for the standard testing problem and for tolerant testing. We give the first lower bounds for convexity testing in the black-box query model: - We show that any one-sided tester (which may be adaptive) must use at least queries in order to test to some constant accuracy . - We show that any non-adaptive tolerant tester (which may make two-sided errors) must use at least queries to distinguish sets that are -close to convex…
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
TopicsMachine Learning and Algorithms
