Curie: A method for protecting SVM Classifier from Poisoning Attack
Ricky Laishram, Vir Virander Phoha

TL;DR
This paper introduces Curie, a lightweight method to defend SVM classifiers against poisoning attacks by identifying and filtering out malicious training data, thereby maintaining classifier integrity.
Contribution
We propose Curie, a novel approach to detect and remove poisoned data points in SVM training datasets to enhance robustness against poisoning attacks.
Findings
Curie effectively filters out poisoned data points.
The method is lightweight and easily integrable.
Experimental results show high accuracy in defending against attacks.
Abstract
Machine learning is used in a number of security related applications such as biometric user authentication, speaker identification etc. A type of causative integrity attack against machine learning called Poisoning attack works by injecting specially crafted data points in the training data so as to increase the false positive rate of the classifier. In the context of the biometric authentication, this means that more intruders will be classified as valid user, and in case of speaker identification system, user A will be classified user B. In this paper, we examine poisoning attack against SVM and introduce - Curie - a method to protect the SVM classifier from the poisoning attack. The basic idea of our method is to identify the poisoned data points injected by the adversary and filter them out. Our method is light weight and can be easily integrated into existing systems. Experimental…
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 · Network Security and Intrusion Detection · Adversarial Robustness in Machine Learning
MethodsSupport Vector Machine
