Defending Against Beta Poisoning Attacks in Machine Learning Models
Nilufer Gulciftci, M. Emre Gursoy

TL;DR
This paper introduces four novel defense strategies against Beta Poisoning attacks in machine learning, demonstrating their effectiveness through experiments on MNIST and CIFAR-10 datasets.
Contribution
The paper proposes four new defense methods specifically designed to counter Beta Poisoning attacks, enhancing ML security against this recent threat.
Findings
KPB and MDT achieve perfect accuracy and F1 scores.
CBD and NCC also provide strong defense capabilities.
Defense strategies are effective across different parameters.
Abstract
Poisoning attacks, in which an attacker adversarially manipulates the training dataset of a machine learning (ML) model, pose a significant threat to ML security. Beta Poisoning is a recently proposed poisoning attack that disrupts model accuracy by making the training dataset linearly nonseparable. In this paper, we propose four defense strategies against Beta Poisoning attacks: kNN Proximity-Based Defense (KPB), Neighborhood Class Comparison (NCC), Clustering-Based Defense (CBD), and Mean Distance Threshold (MDT). The defenses are based on our observations regarding the characteristics of poisoning samples generated by Beta Poisoning, e.g., poisoning samples have close proximity to one another, and they are centered near the mean of the target class. Experimental evaluations using MNIST and CIFAR-10 datasets demonstrate that KPB and MDT can achieve perfect accuracy and F1 scores,…
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
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Network Security and Intrusion Detection
