paper-with-me

홈 › Papers

Mitigation of Adversarial Attacks through Embedded Feature Selection

2018-08-16 · Ziyi Bao, Luis Muñoz-González, Emil C. Lupu

Machine learning has become one of the main components for task automation in many application domains. Despite the advancements and impressive achievements of machine learning, it has been shown that learning algorithms can be compromised by attackers both at training and test time. Machine learning systems are especially vulnerable to adversarial examples where small perturbations added to the original data points can produce incorrect or unexpected outputs in the learning algorithms at test time. Mitigation of these attacks is hard as adversarial examples are difficult to detect. Existing related work states that the security of machine learning systems against adversarial examples can be weakened when feature selection is applied to reduce the systems' complexity. In this paper, we empirically disprove this idea, showing that the relative distortion that the attacker has to introduce to succeed in the attack is greater when the target is using a reduced set of features. We also show that the minimal adversarial examples differ statistically more strongly from genuine examples with a lower number of features. However, reducing the feature count can negatively impact the system's performance. We illustrate the trade-off between security and accuracy with specific examples. We propose a design methodology to evaluate the security of machine learning classifiers with embedded feature selection against adversarial examples crafted using different attack strategies.

📄 PDF Abstract BibTeX arXiv:1808.05705

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningfeature selection

Similar Papers 제목 키워드 기반

Simple Perturbations Subvert Ethereum Phishing Transactions Detection: An Empirical Analysis

2024-08-06 · Ahod Alghureid, David Mohaisen

This paper explores the vulnerability of machine learning models, specifically Random Forest, Decision Tree, and K-Nearest Neighbors, to very simple single-feature adversarial attacks in the context of Ethereum fraudulen…

Adversarial Attackfeature selection

Defensive Distillation based Adversarial Attacks Mitigation Method for Channel Estimation using Deep Learning Models in Next-Generation Wireless Networks

2022-08-12 · Ferhat Ozgur Catak, Murat Kuzlu, Evren Catak, Umit Cali 외

Future wireless networks (5G and beyond) are the vision of forthcoming cellular systems, connecting billions of devices and people together. In the last decades, cellular networks have been dramatically growth with advan…

Adversarial Attack

Feature Selection via GANs (GANFS): Enhancing Machine Learning Models for DDoS Mitigation

2025-04-21 · Harsh Patel

Distributed Denial of Service (DDoS) attacks represent a persistent and evolving threat to modern networked systems, capable of causing large-scale service disruptions. The complexity of such attacks, often hidden within…

Computational EfficiencyFeature Importancefeature selectionGenerative Adversarial Network

Prompt-in-Content Attacks: Exploiting Uploaded Inputs to Hijack LLM Behavior

2025-08-25 · Zhuotao Lian, Weiyu Wang, Qingkui Zeng, Toru Nakanishi 외 arxiv

Large Language Models (LLMs) are widely deployed in applications that accept user-submitted content, such as uploaded documents or pasted text, for tasks like summarization and question answering. In this paper, we ident…

Question Answering

Adversarial Attacks on Machine Learning in Embedded and IoT Platforms

2023-03-03 · Christian Westbrook, Sudeep Pasricha

Machine learning (ML) algorithms are increasingly being integrated into embedded and IoT systems that surround us, and they are vulnerable to adversarial attacks. The deployment of these ML algorithms on resource-limited…

Adversarial RobustnessModel Compression