Reliable Abstention under Adversarial Injections: Tight Lower Bounds and New Upper Bounds
2026-02-23 • Machine Learning
Machine Learning
AI summaryⓘ
The authors study a learning setup where most data is normal but some points are deliberately tricky, and the learner doesn’t know which are which. They show it’s fundamentally harder to learn well without knowing the data distribution, proving a lower bound even for simple cases. To help, they develop a new method using small reliable subsets of examples to make predictions despite bad data. Applying this, they improve learning bounds for simple geometric classifiers (halfspaces) in two dimensions. Their work clarifies when extra information about data is necessary and proposes tools for more robust learning.
online learningadversarial examplesVC dimensionclean-label settingabstentioninference dimensioncertificate dimensionhalfspacesdistribution-agnostic learningrobustness
Authors
Ezra Edelman, Surbhi Goel
Abstract
We study online learning in the adversarial injection model introduced by [Goel et al. 2017], where a stream of labeled examples is predominantly drawn i.i.d.\ from an unknown distribution $\mathcal{D}$, but may be interspersed with adversarially chosen instances without the learner knowing which rounds are adversarial. Crucially, labels are always consistent with a fixed target concept (the clean-label setting). The learner is additionally allowed to abstain from predicting, and the total error counts the mistakes whenever the learner decides to predict and incorrect abstentions when it abstains on i.i.d.\ rounds. Perhaps surprisingly, prior work shows that oracle access to the underlying distribution yields $O(d^2 \log T)$ combined error for VC dimension $d$, while distribution-agnostic algorithms achieve only $\tilde{O}(\sqrt{T})$ for restricted classes, leaving open whether this gap is fundamental. We resolve this question by proving a matching $Ω(\sqrt{T})$ lower bound for VC dimension $1$, establishing a sharp separation between the two information regimes. On the algorithmic side, we introduce a potential-based framework driven by \emph{robust witnesses}, small subsets of labeled examples that certify predictions while remaining resilient to adversarial contamination. We instantiate this framework using two combinatorial dimensions: (1) \emph{inference dimension}, yielding combined error $\tilde{O}(T^{1-1/k})$ for classes of inference dimension $k$, and (2) \emph{certificate dimension}, a new relaxation we introduce. As an application, we show that halfspaces in $\mathbb{R}^2$ have certificate dimension $3$, obtaining the first distribution-agnostic bound of $\tilde{O}(T^{2/3})$ for this class. This is notable since [Blum et al. 2021] showed halfspaces are not robustly learnable under clean-label attacks without abstention.