The Query Complexity of Certification
Guy Blanc, Caleb Koch, Jane Lange, and Li-Yang Tan

TL;DR
This paper investigates the query complexity of certification in blackbox models, presenting a near-optimal algorithm for monotone functions and establishing exponential lower bounds for non-monotone cases.
Contribution
Introduces a new algorithm for certifying monotone functions with nearly optimal query complexity and proves exponential lower bounds for non-monotone functions.
Findings
Optimality of Angluin's local search algorithm for monotone functions.
New $O(k^8 \, \log n)$ query algorithm for certifying monotone functions.
Exponential lower bounds for non-monotone functions and limited access scenarios.
Abstract
We study the problem of {\sl certification}: given queries to a function with certificate complexity and an input , output a size- certificate for 's value on . This abstractly models a central problem in explainable machine learning, where we think of as a blackbox model that we seek to explain the predictions of. For monotone functions, a classic local search algorithm of Angluin accomplishes this task with queries, which we show is optimal for local search algorithms. Our main result is a new algorithm for certifying monotone functions with queries, which comes close to matching the information-theoretic lower bound of . The design and analysis of our algorithm are based on a new connection to threshold phenomena in monotone functions. We further prove exponential-in- lower…
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 · Machine Learning and Algorithms · Cryptography and Data Security
