LGCRJan 21, 2025

Robustness of Selected Learning Models under Label-Flipping Attack

arXiv:2501.12516v12 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of model vulnerability to adversarial attacks for cybersecurity applications, but it is incremental as it compares existing models without introducing new methods.

The paper compares the robustness of traditional machine learning and deep learning models, including SVM, Random Forest, and CNNs, under label-flipping attacks on a malware dataset, finding that an MLP model achieves the best combination of initial accuracy and robustness.

In this paper we compare traditional machine learning and deep learning models trained on a malware dataset when subjected to adversarial attack based on label-flipping. Specifically, we investigate the robustness of Support Vector Machines (SVM), Random Forest, Gaussian Naive Bayes (GNB), Gradient Boosting Machine (GBM), LightGBM, XGBoost, Multilayer Perceptron (MLP), Convolutional Neural Network (CNN), MobileNet, and DenseNet models when facing varying percentages of misleading labels. We empirically assess the the accuracy of each of these models under such an adversarial attack on the training data. This research aims to provide insights into which models are inherently more robust, in the sense of being better able to resist intentional disruptions to the training data. We find wide variation in the robustness of the models tested to adversarial attack, with our MLP model achieving the best combination of initial accuracy and robustness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes