paper-with-me

Papers

Security Evaluation of Support Vector Machines in Adversarial Environments

2014-01-30 · Battista Biggio, Igino Corona, Blaine Nelson, Benjamin I. P. Rubinstein, Davide Maiorca, Giorgio Fumera, Giorgio Giacinto, and Fabio Roli

Support Vector Machines (SVMs) are among the most popular classification techniques adopted in security applications like malware detection, intrusion detection, and spam filtering. However, if SVMs are to be incorporated in real-world security systems, they must be able to cope with attack patterns that can either mislead the learning algorithm (poisoning), evade detection (evasion), or gain information about their internal parameters (privacy breaches). The main contributions of this chapter are twofold. First, we introduce a formal general framework for the empirical evaluation of the security of machine-learning systems. Second, according to our framework, we demonstrate the feasibility of evasion, poisoning and privacy attacks against SVMs in real-world security problems. For each attack technique, we evaluate its impact and discuss whether (and how) it can be countered through an adversary-aware design of SVMs. Our experiments are easily reproducible thanks to open-source code that we have made available, together with all the employed datasets, on a public repository.

📄 PDF Abstract BibTeX arXiv:1401.7727

Code (0)

등록된 구현이 없습니다.

Tasks

Intrusion DetectionMalware Detection

Similar Papers 제목 키워드 기반

Evaluating robustness of support vector machines with the Lagrangian dual approach

2023-06-05 · YuTing Liu, Hong Gu, Pan Qin

Adversarial examples bring a considerable security threat to support vector machines (SVMs), especially those used in safety-critical applications. Thus, robustness verification is an essential issue for SVMs, which can …

Adversarial Robustness

Support Vector Machines under Adversarial Label Contamination

2022-06-01 · Huang Xiao, Battista Biggio, Blaine Nelson, Han Xiao 외

Machine learning algorithms are increasingly being applied in security-related tasks such as spam and malware detection, although their security properties against deliberate attacks have not yet been widely understood. …

Active LearningBIG-bench Machine LearningMalware Detection

secml: A Python Library for Secure and Explainable Machine Learning

2019-12-20 · Maura Pintor, Luca Demetrio, Angelo Sotgiu, Marco Melis 외

We present \texttt{secml}, an open-source Python library for secure and explainable machine learning. It implements the most popular attacks against machine learning, including test-time evasion attacks to generate adver…

BIG-bench Machine Learning

Optimization Models and Interpretations for Three Types of Adversarial Perturbations against Support Vector Machines

2022-04-07 · Wen Su, Qingna Li, Chunfeng Cui

Adversarial perturbations have drawn great attentions in various deep neural networks. Most of them are computed by iterations and cannot be interpreted very well. In contrast, little attentions are paid to basic machine…

Quantum Adversarial Learning for Kernel Methods

2024-04-08 · Giuseppe Montalbano, Leonardo Banchi

We show that hybrid quantum classifiers based on quantum kernel methods and support vector machines are vulnerable against adversarial attacks, namely small engineered perturbations of the input data can deceive the clas…

Data Augmentation