paper-with-me

Papers

Using Randomness to Improve Robustness of Machine-Learning Models Against Evasion Attacks

2018-08-10 · Fan Yang, ZhiYuan Chen

Machine learning models have been widely used in security applications such as intrusion detection, spam filtering, and virus or malware detection. However, it is well-known that adversaries are always trying to adapt their attacks to evade detection. For example, an email spammer may guess what features spam detection models use and modify or remove those features to avoid detection. There has been some work on making machine learning models more robust to such attacks. However, one simple but promising approach called {\em randomization} is underexplored. This paper proposes a novel randomization-based approach to improve robustness of machine learning models against evasion attacks. The proposed approach incorporates randomization into both model training time and model application time (meaning when the model is used to detect attacks). We also apply this approach to random forest, an existing ML method which already has some degree of randomness. Experiments on intrusion detection and spam filtering data show that our approach further improves robustness of random-forest method. We also discuss how this approach can be applied to other ML models.

📄 PDF Abstract BibTeX arXiv:1808.03601

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningIntrusion DetectionMalware DetectionSpam detection

Similar Papers 제목 키워드 기반

Noise as a Double-Edged Sword: Reinforcement Learning Exploits Randomized Defenses in Neural Networks

2024-10-31 · Steve Bakos, Pooria Madani, Heidar Davoudi

This study investigates a counterintuitive phenomenon in adversarial machine learning: the potential for noise-based defenses to inadvertently aid evasion attacks in certain scenarios. While randomness is often employed …

Reinforcement Learning (RL)

RAB: Provable Robustness Against Backdoor Attacks

2020-03-19 · Maurice Weber, Xiaojun Xu, Bojan Karlaš, Ce Zhang 외

Recent studies have shown that deep neural networks (DNNs) are vulnerable to adversarial attacks, including evasion and backdoor (poisoning) attacks. On the defense side, there have been intensive efforts on improving bo…

BIG-bench Machine Learning

Towards Certified Malware Detection: Provable Guarantees Against Evasion Attacks

2026-04-22 · Nandakrishna Giri, Asmitha K. A., Serena Nicolazzo, Antonino Nocera 외 arxiv

Machine learning-based static malware detectors remain vulnerable to adversarial evasion techniques, such as metamorphic engine mutations. To address this vulnerability, we propose a certifiably robust malware detection …

Malware Detection

Enhancing Robustness of Machine Learning Systems via Data Transformations

2017-04-09 · Arjun Nitin Bhagoji, Daniel Cullina, Chawin Sitawarin, Prateek Mittal

We propose the use of data transformations as a defense against evasion attacks on ML classifiers. We present and investigate strategies for incorporating a variety of data transformations including dimensionality reduct…

BIG-bench Machine LearningClassificationDimensionality ReductionGeneral Classification+2

Improving Adversarial Robustness in Android Malware Detection by Reducing the Impact of Spurious Correlations

2024-08-27 · Hamid Bostani, Zhengyu Zhao, Veelasha Moonsamy

Machine learning (ML) has demonstrated significant advancements in Android malware detection (AMD); however, the resilience of ML against realistic evasion attacks remains a major obstacle for AMD. One of the primary fac…

Adversarial RobustnessAndroid Malware DetectionDomain AdaptationMalware Detection