Paper Overview
- Field: Machine Learning
- Authors: Mustafa Umut Ozbek, Taiwo Ojo, Pooria Madani
- Published: 2025-08-26
- arXiv: 2508.17623
- Robustness is highly model-dependent and cannot be predicted from clean-data performance alone.
- Injection-based contamination (random and similarity-targeted) causes the largest performance degradation, particularly for local-density and distance-based detectors.
- Feature-noise contamination has a relatively limited impact.
- PCA, SVM, HBOS, and IForest are relatively stable under contamination.
- A tuned neural network detector exhibits moderate robustness.
Abstract
Machine-learning-based anomaly detection is increasingly used in industrial control systems (ICS), yet most studies assume that detector training data is trustworthy. In practice, training data may be corrupted through compromised logs, labeling errors, manipulated historian records, or unsafe retraining processes. This paper evaluates the robustness of offline ICS anomaly-detection pipelines on the Secure Water Treatment (SWaT) benchmark under training-time contamination.
The authors assess 11 heterogeneous anomaly detectors under three contamination strategies: random injection, similarity-targeted injection, and feature-noise injection. The first two insert attack samples into the nominal training pool, while the third adds bounded Gaussian noise to selected normal training samples. These attacks are contamination-style rather than gradient-driven poisoning methods. Evaluations use contamination budgets from 1% to 10%, with clean validation and test sets.
Key Findings
*Auto-collected on 2026-08-26.*