Defending SVMs against Poisoning Attacks: the Hardness and DBSCAN Approach
Hu Ding, Fan Yang, Jiawei Huang

TL;DR
This paper investigates the difficulty of defending SVMs against poisoning attacks, proving NP-completeness of robust SVMs with outliers and demonstrating the effectiveness of DBSCAN-based data sanitization linked to data intrinsic dimensionality.
Contribution
It proves the NP-completeness of robust SVM with outliers and establishes a theoretical foundation for DBSCAN's effectiveness in defending against poisoning attacks.
Findings
NP-completeness of simple robust SVM with outliers
DBSCAN effectively defends against poisoning attacks
Performance depends on data intrinsic dimensionality
Abstract
Adversarial machine learning has attracted a great amount of attention in recent years. In a poisoning attack, the adversary can inject a small number of specially crafted samples into the training data which make the decision boundary severely deviate and cause unexpected misclassification. Due to the great importance and popular use of support vector machines (SVM), we consider defending SVM against poisoning attacks in this paper. We study two commonly used strategies for defending: designing robust SVM algorithms and data sanitization. Though several robust SVM algorithms have been proposed before, most of them either are in lack of adversarial-resilience, or rely on strong assumptions about the data distribution or the attacker's behavior. Moreover, the research on their complexities is still quite limited. We are the first, to the best of our knowledge, to prove that even the…
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 · Anomaly Detection Techniques and Applications · Machine Learning and Data Classification
MethodsSupport Vector Machine
