paper-with-me

홈 › Papers

Evasion Attacks against Machine Learning at Test Time

2017-08-21 · Battista Biggio, Igino Corona, Davide Maiorca, Blaine Nelson, Nedim Srndic, Pavel Laskov, Giorgio Giacinto, Fabio Roli

In security-sensitive applications, the success of machine learning depends on a thorough vetting of their resistance to adversarial data. In one pertinent, well-motivated attack scenario, an adversary may attempt to evade a deployed system at test time by carefully manipulating attack samples. In this work, we present a simple but effective gradient-based approach that can be exploited to systematically assess the security of several, widely-used classification algorithms against evasion attacks. Following a recently proposed framework for security evaluation, we simulate attack scenarios that exhibit different risk levels for the classifier by increasing the attacker's knowledge of the system and her ability to manipulate attack samples. This gives the classifier designer a better picture of the classifier performance under evasion attacks, and allows him to perform a more informed model selection (or parameter setting). We evaluate our approach on the relevant security task of malware detection in PDF files, and show that such systems can be easily evaded. We also sketch some countermeasures suggested by our analysis.

📄 PDF Abstract BibTeX arXiv:1708.06131

Code (1)

Koukyosyumei/AIJack pytorch

Tasks

BIG-bench Machine LearningMalware DetectionModel Selection

Similar Papers 제목 키워드 기반

Adversarial Feature Selection against Evasion Attacks

2020-05-25 · Fei Zhang, Patrick P. K. Chan, Battista Biggio, Daniel S. Yeung 외

Pattern recognition and machine learning techniques have been increasingly adopted in adversarial settings such as spam, intrusion and malware detection, although their security against well-crafted attacks that aim to e…

feature selectionMalware Detection

Why Do Adversarial Attacks Transfer? Explaining Transferability of Evasion and Poisoning Attacks

2018-09-08 · Ambra Demontis, Marco Melis, Maura Pintor, Matthew Jagielski 외

Transferability captures the ability of an attack against a machine-learning model to be effective against a different, potentially unknown, model. Empirical evidence for transferability has been shown in previous work, …

Evasion Attacks Against Bayesian Predictive Models

2025-06-11 · Pablo G. Arce, Roi Naveiro, David Ríos Insua

There is an increasing interest in analyzing the behavior of machine learning systems against adversarial attacks. However, most of the research in adversarial machine learning has focused on studying weaknesses against …

Characterizing Internal Evasion Attacks in Federated Learning

2022-09-17 · Taejin Kim, Shubhranshu Singh, Nikhil Madaan, Carlee Joe-Wong

Federated learning allows for clients in a distributed system to jointly train a machine learning model. However, clients' models are vulnerable to attacks during the training and testing phases. In this paper, we addres…

Adversarial RobustnessFederated LearningPersonalized Federated LearningRecommendation Systems

Treant: Training Evasion-Aware Decision Trees

2019-07-02 · Stefano Calzavara, Claudio Lucchese, Gabriele Tolomei, Seyum Assefa Abebe 외

Despite its success and popularity, machine learning is now recognized as vulnerable to evasion attacks, i.e., carefully crafted perturbations of test inputs designed to force prediction errors. In this paper we focus on…

BIG-bench Machine Learning