Outlier-Oriented Poisoning Attack: A Grey-box Approach to Disturb Decision Boundaries by Perturbing Outliers in Multiclass Learning
Anum Paracha, Junaid Arshad, Mohamed Ben Farah, Khalid Ismail

TL;DR
This paper presents a new poisoning attack targeting outliers in multiclass datasets, demonstrating its significant impact on model performance and analyzing the vulnerability of various algorithms across multiple datasets.
Contribution
Introduces Outlier-Oriented Poisoning attack and evaluates its effects on different multiclass classifiers, highlighting vulnerabilities and dataset characteristics influencing attack severity.
Findings
KNN and GNB are most affected, with accuracy drops up to 56%.
Decision Trees and Random Forests show higher resilience.
Number of classes inversely correlates with performance degradation.
Abstract
Poisoning attacks are a primary threat to machine learning models, aiming to compromise their performance and reliability by manipulating training datasets. This paper introduces a novel attack - Outlier-Oriented Poisoning (OOP) attack, which manipulates labels of most distanced samples from the decision boundaries. The paper also investigates the adverse impact of such attacks on different machine learning algorithms within a multiclass classification scenario, analyzing their variance and correlation between different poisoning levels and performance degradation. To ascertain the severity of the OOP attack for different degrees (5% - 25%) of poisoning, we analyzed variance, accuracy, precision, recall, f1-score, and false positive rate for chosen ML models.Benchmarking our OOP attack, we have analyzed key characteristics of multiclass machine learning algorithms and their sensitivity…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Imbalanced Data Classification Techniques · Adversarial Robustness in Machine Learning
