paper-with-me

홈 › Papers

Employing Deep Ensemble Learning for Improving the Security of Computer Networks against Adversarial Attacks

2022-09-25 · Ehsan Nowroozi, Mohammadreza Mohammadi, Erkay Savas, Mauro Conti, Yassine Mekdad

In the past few years, Convolutional Neural Networks (CNN) have demonstrated promising performance in various real-world cybersecurity applications, such as network and multimedia security. However, the underlying fragility of CNN structures poses major security problems, making them inappropriate for use in security-oriented applications including such computer networks. Protecting these architectures from adversarial attacks necessitates using security-wise architectures that are challenging to attack. In this study, we present a novel architecture based on an ensemble classifier that combines the enhanced security of 1-Class classification (known as 1C) with the high performance of conventional 2-Class classification (known as 2C) in the absence of attacks.Our architecture is referred to as the 1.5-Class (SPRITZ-1.5C) classifier and constructed using a final dense classifier, one 2C classifier (i.e., CNNs), and two parallel 1C classifiers (i.e., auto-encoders). In our experiments, we evaluated the robustness of our proposed architecture by considering eight possible adversarial attacks in various scenarios. We performed these attacks on the 2C and SPRITZ-1.5C architectures separately. The experimental results of our study showed that the Attack Success Rate (ASR) of the I-FGSM attack against a 2C classifier trained with the N-BaIoT dataset is 0.9900. In contrast, the ASR is 0.0000 for the SPRITZ-1.5C classifier.

📄 PDF Abstract BibTeX arXiv:2209.12195

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Omni: Automated Ensemble with Unexpected Models against Adversarial Evasion Attack

2020-11-23 · Rui Shu, Tianpei Xia, Laurie Williams, Tim Menzies

Background: Machine learning-based security detection models have become prevalent in modern malware and intrusion detection systems. However, previous studies show that such models are susceptible to adversarial evasion…

BIG-bench Machine LearningEnsemble LearningHyperparameter OptimizationIntrusion Detection

CARE: Ensemble Adversarial Robustness Evaluation Against Adaptive Attackers for Security Applications

2024-01-20 · Hangsheng Zhang, Jiqiang Liu, Jinsong Dong

Ensemble defenses, are widely employed in various security-related applications to enhance model performance and robustness. The widespread adoption of these techniques also raises many questions: Are general ensembles d…

Adversarial Robustness

A cryptographic approach to black box adversarial machine learning

2019-06-07 · Kevin Shi, Daniel Hsu, Allison Bishop

We propose a new randomized ensemble technique with a provable security guarantee against black-box transfer attacks. Our proof constructs a new security problem for random binary classifiers which is easier to empirical…

BIG-bench Machine Learning

Robust Ensemble Model Training via Random Layer Sampling Against Adversarial Attack

2020-05-21 · Hakmin Lee, Hong Joo Lee, Seong Tae Kim, Yong Man Ro

Deep neural networks have achieved substantial achievements in several computer vision areas, but have vulnerabilities that are often fooled by adversarial examples that are not recognized by humans. This is an important…

Adversarial AttackAdversarial Robustness

Defending Adversarial Examples by Negative Correlation Ensemble

2022-06-11 · Wenjian Luo, Hongwei Zhang, Linghao Kong, Zhijian Chen 외

The security issues in DNNs, such as adversarial examples, have attracted much attention. Adversarial examples refer to the examples which are capable to induce the DNNs return completely predictions by introducing caref…

Adversarial Robustness