Relatively Smart II: Tractable or Semi-Supervised Instance-Optimal Learning
ERM and any proper consistent learner is relatively smart for binary classification in the distribution-free setting, resolving an open question from the prior work A small certifiable error with m samples implies similarly small error on the uniform distribution over a random sample of size O(m^2), yielding a cover of size at most 2^(m+1) Semi-supervised relatively smart learning is information-theoretically possible with quadratic blowup only in unlabeled sample complexity and no blowup in lab
Analysis
TL;DR
- ERM and any proper consistent learner is relatively smart for binary classification in the distribution-free setting, resolving an open question from the prior work
- A small certifiable error with m samples implies similarly small error on the uniform distribution over a random sample of size O(m^2), yielding a cover of size at most 2^(m+1)
- Semi-supervised relatively smart learning is information-theoretically possible with quadratic blowup only in unlabeled sample complexity and no blowup in labeled sample complexity
- The semi-supervised learner uses a natural generalization of OIG to a leave-most-out transductive problem where labels of part of a finite pool are revealed and the remaining labels are predicted
- Substantial label efficiency comes at a tractability cost: any semi-supervised relatively smart learner with sub-quadratic labeled-sample blowup requires super-polynomially many ERM oracle calls
Why It Matters
This work advances the theoretical foundations of instance-optimal learning by showing that widely-used empirical risk minimization naturally satisfies the relatively smart property, bridging the gap between practical algorithms and theoretical guarantees. It also establishes that semi-supervised learning can achieve optimal label efficiency without sacrificing unlabeled sample complexity, while revealing fundamental computational trade-offs that constrain what is achievable in practice.
Technical Details
- The paper extends the framework of relatively smart learning introduced by Dughmi and Pour (2026), which requires a supervised learner to compete marginal-by-marginal with every distribution-fixed error guarantee that is soundly certifiable from unlabeled data
- For binary classification, the authors prove that ERM and any proper consistent learner achieves relative smartness with O(m^2) sample complexity, using a covering argument that bounds the hypothesis class cover size at 2^(m+1) on a random sample
- The semi-supervised extension generalizes the One-Inclusion Graph learner to a leave-most-out transductive setting, where partial labels from a finite pool are revealed and the remaining labels are predicted, achieving quadratic blowup only in unlabeled samples
- An intractability result shows that when the hypothesis class is accessed via an agnostic ERM oracle, any semi-supervised relatively smart learner with substantially sub-quadratic labeled-sample blowup requires super-polynomially many oracle calls, even when the marginal distribution is given explicitly
- The results apply in the distribution-free setting and yield an independent intractability result for distribution-fixed learning
Industry Insight
- Theoretical guarantees for ERM are strengthened: practitioners can rely on this widely-used algorithm satisfying instance-optimal properties without modification, reducing the need for specialized learners in distribution-free binary classification
- Semi-supervised learning frameworks can theoretically achieve optimal label efficiency, but the super-polynomial oracle complexity suggests that practical implementations will need to balance label savings against computational feasibility
- The tractability-bound results highlight a fundamental tension between sample efficiency and computational efficiency in instance-optimal learning, guiding future research toward approximations or restricted hypothesis classes where both goals can be simultaneously achieved
Disclaimer: The above content is generated by AI and is for reference only.