Learning Boolean Halfspaces with Small Weights from Membership Queries
Hasan Abasi, Ali Z. Abdi, Nader H. Bshouty

TL;DR
This paper presents new algorithms for learning Boolean Halfspaces with small integer weights using membership queries, significantly reducing the number of queries needed compared to previous methods.
Contribution
It introduces an adaptive two-round algorithm with $n^{O(t)}$ queries and a non-adaptive algorithm with $n^{O(t^3)}$ queries, closing the query complexity gap.
Findings
Adaptive algorithm asks $n^{O(t)}$ queries.
Non-adaptive algorithm asks $n^{O(t^3)}$ queries.
Results improve the efficiency of learning Boolean Halfspaces with small weights.
Abstract
We consider the problem of proper learning a Boolean Halfspace with integer weights from membership queries only. The best known algorithm for this problem is an adaptive algorithm that asks membership queries where the best lower bound for the number of membership queries is [Learning Threshold Functions with Small Weights Using Membership Queries. COLT 1999] In this paper we close this gap and give an adaptive proper learning algorithm with two rounds that asks membership queries. We also give a non-adaptive proper learning algorithm that asks membership queries.
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 · Optimization and Search Problems
