When Clean Data Hurts: Learning with Monotone Corruptions Beyond Binary Classification
Summary
This paper demonstrates that monotone adversarial corruptions can make certain multiclass and partial binary classification problems unlearnable, providing tight bounds on corruption budgets and extending previous results on binary classification.
View Cached Full Text
Cached at: 08/24/26, 04:30 AM
# When Clean Data Hurts: Learning with Monotone Corruptions Beyond Binary Classification
Source: [https://arxiv.org/abs/2608.20480](https://arxiv.org/abs/2608.20480)
[View PDF](https://arxiv.org/pdf/2608.20480)
> Abstract:Optimal learners are tailored to exploit the i\.i\.d\.\\ data assumption underlying the classic PAC model\. What if an i\.i\.d\.\\ training sample were corrupted with correctly labeled examples drawn from an otherwise unrelated, even adversarial source? This model of learning with monotone adversarial corruptions was recently introduced by Larsen et al\. \(2026\), who demonstrated that all known optimal binary learners suffer increased error rates in this setting, from $O\(d / n\)$ in the PAC model to $\\Omega \(d \\log\(n / d\) / n\)$ under monotone corruption\. Mehrotra \(2026\) proved this logarithmic factor to be necessary for binary classification, but left open the consequences of corruption for more general learning settings, such as multiclass classification and partial binary concept classes\. As our primary result, we demonstrate that monotone adversaries are frighteningly more powerful in each of these settings\. We exhibit a learnable multiclass problem, of DS dimension only 2, that becomes altogether unlearnable under a monotone adversary, and show an analogous result for partial binary concept classes\. These results are achieved by an adaptive adversary permitted to view the original i\.i\.d\.\\ training set $S$ and to insert $b < \\infty$ corrupted datapoints into $S$\. In the multiclass example, the adversary need only insert a linear number $b = \|S\| = n$ of datapoints\. We complement these impossibility results by proving that every class remains learnable when the number of adaptive additions is $o\(n\)$, which our previous multiclass lower bound proves to be tight\. We further observe that the classic multiclass error rate of $O\(d\_\{\\mathrm\{DS\}\} / n\)$ remains achievable against adaptive adversaries restricted to a known constant budget $b = O\(1\)$, against semi\-adaptive adversaries viewing only a $p$\-fraction of $S$ for $p \\in \(0, 1\)$, and against oblivious adversaries that cannot view $S$\.
## Submission history
From: Julian Asilis \[[view email](https://arxiv.org/show-email/4eb63d7e/2608.20480)\] **\[v1\]**Thu, 20 Aug 2026 18:10:54 UTC \(50 KB\)Similar Articles
Learning from almost nothing: How neural networks survive heavy input corruption
This paper investigates how neural networks maintain high accuracy even when over 90% of input features are corrupted, deriving a centroid-based decision rule in the high-noise limit using a mean-field approach.
Unveiling the Non-Monotonic Effect of Privacy on Generalization under Byzantine Robustness
This paper reveals a non-monotonic effect of privacy on generalization error in Byzantine-robust distributed learning: in high-noise (strong privacy) regimes, increasing privacy reduces generalization error, while in low-noise (weaker privacy) regimes, increasing privacy degrades generalization.
Benchmarking Instance-Dependent Label Noise with Controlled Corruptions
Introduces CILN, a framework for generating instance-dependent label noise benchmarks through controlled input corruptions, enabling explicit control over ambiguity source and severity. Experiments show it produces realistic noise structures and exposes failure modes in popular noisy-label learning methods.
Rethinking Backdoor Adversarial Unlearning through the Lens of Catastrophic Forgetting in Continual Learning
This paper rethinks backdoor unlearning from a continual learning perspective, defining complete backdoor unlearning and proposing Blind Inversion-Backdoor Adversarial Unlearning (BI-BAU) that integrates adversarial training into an EM algorithm to effectively eliminate backdoor effects across various attack types and modalities.
Exogenous Dropout: A Simple, Strong Baseline for Corruption-Robust Time Series Forecasting with Covariates
Proposes exogenous dropout, a simple training intervention that randomly zeros entire exogenous channels, to improve robustness of time series forecasting models against corrupted covariates. The method matches or exceeds more complex architectures across multiple corruption types and domains.