Clean Data Can Harm Learning Under Monotone Corruption.

Julian Asilis, Shaddin Dughmi, Chirag Pabbaraju· August 24, 2026 View original

Key takeaways

  • Monotone adversarial corruptions can severely degrade the performance of optimal learners.
  • Multiclass and partial binary concept problems can become unlearnable under such corruptions.
  • Adaptive adversaries, even with correctly labeled data, pose a significant threat.
  • Robust data validation and adversarial training are crucial for mitigating these risks.

Who benefits

CybersecurityAI DevelopmentHealthcareFinancial ServicesAutonomous Systems

Summary

This research shows that optimal learners, designed for i.i.d. data, suffer significantly under "monotone adversarial corruptions" where correctly labeled examples from an unrelated source are added. It demonstrates that multiclass problems and partial binary concept classes can become unlearnable, even with a linear number of adaptive corruptions, highlighting a critical vulnerability beyond binary classification.

The classic PAC learning model assumes data is independently and identically distributed (i.i.d.). However, this research explores a scenario where training data is corrupted by adding correctly labeled examples from an otherwise unrelated, potentially adversarial source, a phenomenon termed "monotone adversarial corruptions." Previous work showed that even optimal binary classifiers experience increased error rates in this setting. This paper extends that analysis, revealing even more severe consequences for broader learning problems. The primary finding is that monotone adversaries are far more powerful in multiclass classification and partial binary concept classes. The study demonstrates that a learnable multiclass problem, with a low DS dimension, can become entirely unlearnable when subjected to a monotone adversary. A similar impossibility result is shown for partial binary concept classes. These outcomes are achieved by an adaptive adversary that can view the original i.i.d. training set and insert a linear number of corrupted data points. The research also provides complementary results, proving that classes remain learnable if the number of adaptive additions is sub-linear, establishing a tight bound. It further notes that classic error rates can be maintained against adversaries with a known constant budget, semi-adaptive adversaries, or oblivious adversaries. This work exposes a fundamental vulnerability in standard learning paradigms when faced with subtle, yet powerful, data corruptions.

Why it matters

This research highlights a critical vulnerability in machine learning models, showing that seemingly benign data additions can render problems unlearnable, impacting the reliability and trustworthiness of AI systems in real-world deployments.

How to implement this in your domain

  1. 1Develop robust data validation and sanitization pipelines to detect and mitigate monotone adversarial corruptions.
  2. 2Implement adversarial training techniques specifically designed to improve model resilience against subtle data poisoning attacks.
  3. 3Evaluate the robustness of existing machine learning models against monotone corruptions, especially in multiclass and partial concept learning scenarios.
  4. 4Research and adopt new learning algorithms that are provably more resilient to this type of data corruption.

Original post by Julian Asilis, Shaddin Dughmi, Chirag Pabbaraju

"arXiv:2608.20480v1 Announce Type: new 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 adversa…"

View on X

Originally posted by Julian Asilis, Shaddin Dughmi, Chirag Pabbaraju on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Harmony Improves Protein-Ligand Flexible Docking with Torsional Diffusion

Researchers introduce Harmony, a harmonic torsional diffusion framework for flexible protein-ligand docking that explicitly accounts for the periodic geometry of angular variables. This method improves ligand pose accuracy and pocket all-atom reconstruction on benchmarks like PDBBind and enhances the physical validity of generated complexes on PoseBusters.

Maksim Zhdanov, Pavel Strashnov, Vladislav KurenkovAug 24, 2026
AI Engineering & DevToolsAI Research

Multilingual Verifier Bias Impacts RLVR in LLM Mathematical Reasoning

A study reveals that exact-match verifiers in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs) exhibit significant language-dependent false-negative reward noise in multilingual mathematical reasoning. This bias, particularly pronounced in Japanese, stems from format and script variations, highlighting a cross-lingual selection bottleneck that impedes effective multilingual LLM training.

Chenyu Zhou, Qiliang Jiang, Xu ZhouAug 24, 2026
AI Engineering & DevToolsAI Research

TriPLU Improves Tiny Language Model Performance with Trilinear Product FFNs

Researchers introduce TriPLU, a Trilinear Product Linear Unit, which replaces gated FFNs in tiny decoder-only language models with a direct degree-3 product branch. This approach achieves better validation loss on character-level TinyStories and lower bits per byte on other datasets under low-learning-rate settings, suggesting benefits for small models in specific low-compute regimes.

He ZhangAug 24, 2026