paper-with-me

홈 › Papers

What is Learnable in Valiant's Theory of the Learnable?

2026-05-13 · Steve Hanneke, Anay Mehrotra, Grigoris Velegkas, Manolis Zampetakis arxiv

Valiant's 1984 paper is widely credited with introducing the PAC learning model, but it, in fact, introduced a different model: unlike PAC learning, the learner receives only positives, may issue membership queries, and must output a hypothesis with no false positives. Prior work characterized variants, including the case without queries. We revisit Valiant's original model and ask: *Which classes are learnable in it?* For every finite domain, including Valiant's Boolean-hypercube setting, we show that a class is learnable if and only if every realizable positive sample can be certified by a poly-size adaptive query-compression scheme. This is a new variant of sample compression where the learner certifies samples via a short interaction with the membership oracle. Our characterization shows that learnability in Valiant's model is strictly sandwiched between learnability in the PAC model and the variant of Valiant's model without membership queries. This is one of the rare cases where introducing membership queries changes the set of learnable classes, and not just the sample or computational complexity. Next, we study the natural extension of the model to arbitrary domains. While we do not obtain an exact characterization, our techniques readily generalize and show that the same strict sandwiching persists. Finally, we show that $d$-dimensional halfspaces, which are not learnable without queries, are learnable with queries: we give a $\mathrm{poly}(d) \tilde{O}(1/ε)$ sample and $\mathrm{poly}(d) \mathrm{polylog}(1/ε)$ query algorithm, and prove that at least $Ω(d)$ samples or queries are necessary. To our knowledge, this is the first algorithm for halfspaces in Valiant's model. Together, these results uncover a surprisingly rich theory behind Valiant's original notion of learnability and introduce ideas that may be of independent interest in learning theory.

📄 PDF Abstract BibTeX arXiv:2605.13840

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Probably Approximately Correct Causal Discovery

2025-07-25 · Mian Wei, Somesh Jha, David Page arxiv

The discovery of causal relationships is a foundational problem in artificial intelligence, statistics, epidemiology, economics, and beyond. While elegant theories exist for accurate causal discovery given infinite data,…

Noise-Tolerant Learning, the Parity Problem, and the Statistical Query Model

2000-10-15 · Avrim Blum, Adam Kalai, Hal Wasserman

We describe a slightly sub-exponential time algorithm for learning parity functions in the presence of random classification noise. This results in a polynomial-time algorithm for the case of parity functions that depend…

A Closer Look at the Learnability of Out-of-Distribution (OOD) Detection

2025-01-15 · Konstantin Garov, Kamalika Chaudhuri

Machine learning algorithms often encounter different or "out-of-distribution" (OOD) data at deployment time, and OOD detection is frequently employed to detect these examples. While it works reasonably well in practice,…

Learning TheoryOut of Distribution (OOD) DetectionPAC learning

Evolution and Computational Learning Theory: A survey on Valiant's paper

2013-12-17 · Arka Bhattacharya

Darwin's theory of evolution is considered to be one of the greatest scientific gems in modern science. It not only gives us a description of how living things evolve, but also shows how a population evolves through time…

Learning TheorySurvey

Learning using Local Membership Queries

2012-11-05 · Pranjal Awasthi, Vitaly Feldman, Varun Kanade

We introduce a new model of membership query (MQ) learning, where the learning algorithm is restricted to query points that are \emph{close} to random examples drawn from the underlying distribution. The learning model i…