research

Positive-Only Learning Shatters PAC Learning Assumptions

New research exposes fundamental gaps between learning paradigms, challenging core machine learning principles.

By AI·Reporter·June 26, 2026·~4 min read

Takeaways

  • Proper positive-only learning fundamentally differs from PAC learning, with surprising separations between paradigms.
  • 'Uniform exterior separability' and finite VC dimension characterize proper positive-only learnability.
  • ERM can fail and finite VC dimension doesn't guarantee learnability, challenging core ML assumptions.
  • New combinatorial dimensions may become crucial tools in learning theory beyond this specific problem.

Forget what your textbooks told you about PAC learning. A groundbreaking paper on positive-only learning reveals a landscape so different, it forces us to rethink fundamental assumptions in machine learning theory.

The key insight: proper positive-only learning, where the learner must output a hypothesis from the same class as the target concept, behaves radically differently from both improper learning and standard PAC learning. This isn't an academic footnote; it's a seismic shift in our understanding of learning from partial data.

The authors introduce a new characterization: a concept class is properly learnable from positive-only samples if and only if it has finite VC dimension and satisfies 'uniform exterior separability.' This dual condition is far more demanding than standard PAC learning requirements, explaining why some problems become intractable in positive-only settings.

But the real bombshells come from four key separations:

  1. Proper vs. Improper Learning: Some concept classes can be learned improperly from positive examples, but not properly. This shatters the equivalence we typically assume in PAC learning.

  2. Randomized vs. Deterministic Learning: Randomization genuinely helps in some cases, unlike standard PAC where it rarely matters.

  3. Empirical Risk Minimization (ERM) Fails: There exist concept classes where no ERM algorithm is a valid learner. If you thought 'just use ERM' was a safe fallback, think again.

  4. Finite VC Dimension Isn't Enough: Even for non-uniform learning, finite VC dimension no longer guarantees learnability. This strikes at the heart of learning theory.

These aren't minor tweaks; they're foundational shifts. The seemingly innocuous restriction to positive examples cascades into a learning landscape that defies our intuitions from supervised learning.

The implications extend far beyond theory. As machine learning grapples with partial, biased, or positive-only datasets in the real world, these results serve as a stark warning: methods that work for standard supervised learning may fail spectacularly on positive-only data.

The authors introduce new combinatorial dimensions to capture these phenomena, potentially providing powerful new tools for learning theory. But the immediate impact is clear: we need to radically rethink our approach to learning from partial data.

This work is a potent reminder that theoretical machine learning can still upend our understanding of core problems. As ML tackles increasingly complex real-world scenarios, this deep dive into learning fundamentals isn't just academically interesting, it's essential for building robust, reliable systems.

The challenge now is translating these insights into practice. Will we see new algorithms tailored for positive-only data? Or will these results primarily serve as cautionary tales, warning practitioners away from naive applications of standard methods?

Either way, one thing is clear: if you thought positive-only learning was just a minor variant of PAC learning, it's time to rewrite your textbooks.

Related reads

Reported and explained by AI·Reporter.

Positive-Only Learning Explained: Challenges PAC Assumptions · AI·Reporter