English

PAC Learning with Improvements

Machine Learning 2025-06-04 v2 Computer Science and Game Theory Machine Learning

Abstract

One of the most basic lower bounds in machine learning is that in nearly any nontrivial setting, it takes at least\textit{at least} 1/ϵ1/\epsilon samples to learn to error ϵ\epsilon (and more, if the classifier being learned is complex). However, suppose that data points are agents who have the ability to improve by a small amount if doing so will allow them to receive a (desired) positive classification. In that case, we may actually be able to achieve zero\textit{zero} error by just being "close enough". For example, imagine a hiring test used to measure an agent's skill at some job such that for some threshold θ\theta, agents who score above θ\theta will be successful and those who score below θ\theta will not (i.e., learning a threshold on the line). Suppose also that by putting in effort, agents can improve their skill level by some small amount rr. In that case, if we learn an approximation θ^\hat{\theta} of θ\theta such that θθ^θ+r\theta \leq \hat{\theta} \leq \theta + r and use it for hiring, we can actually achieve error zero, in the sense that (a) any agent classified as positive is truly qualified, and (b) any agent who truly is qualified can be classified as positive by putting in effort. Thus, the ability for agents to improve has the potential to allow for a goal one could not hope to achieve in standard models, namely zero error. In this paper, we explore this phenomenon more broadly, giving general results and examining under what conditions the ability of agents to improve can allow for a reduction in the sample complexity of learning, or alternatively, can make learning harder. We also examine both theoretically and empirically what kinds of improvement-aware algorithms can take into account agents who have the ability to improve to a limited extent when it is in their interest to do so.

Keywords

Cite

@article{arxiv.2503.03184,
  title  = {PAC Learning with Improvements},
  author = {Idan Attias and Avrim Blum and Keziah Naggita and Donya Saless and Dravyansh Sharma and Matthew Walter},
  journal= {arXiv preprint arXiv:2503.03184},
  year   = {2025}
}

Comments

41 pages, 13 figures, ICML 2025

R2 v1 2026-06-28T22:07:20.833Z