Average-case Complexity of Teaching Convex Polytopes via Halfspace Queries
Akash Kumar, Adish Singla, Yisong Yue, Yuxin Chen

TL;DR
This paper studies the average-case complexity of teaching convex polytopes via halfspace queries, revealing that it is proportional to the dimension, contrasting with the worst-case complexity which depends on the number of halfspaces.
Contribution
It introduces novel geometric techniques to analyze average-case teaching complexity, providing tight bounds and generalizing classical results in computational geometry.
Findings
Average-case teaching complexity is Θ(d).
Worst-case teaching complexity is Θ(n).
Average-case learning complexity depends on query type: Θ(n) for i.i.d., Θ(d log n) for active queries.
Abstract
We examine the task of locating a target region among those induced by intersections of halfspaces in . This generic task connects to fundamental machine learning problems, such as training a perceptron and learning a -separable dichotomy. We investigate the average teaching complexity of the task, i.e., the minimal number of samples (halfspace queries) required by a teacher to help a version-space learner in locating a randomly selected target. As our main result, we show that the average-case teaching complexity is , which is in sharp contrast to the worst-case teaching complexity of . If instead, we consider the average-case learning complexity, the bounds have a dependency on as for \tt{i.i.d.} queries and for actively chosen queries by the learner. Our proof techniques are based on novel insights from…
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 · Complexity and Algorithms in Graphs · Algorithms and Data Compression
