CRAIMar 30

GMA-SAWGAN-GP: A Novel Data Generative Framework to Enhance IDS Detection Performance

arXiv:2603.2883812.41 citationsh-index: 5
Predicted impact top 78% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For cybersecurity practitioners, this framework enhances IDS robustness to unknown attacks, though the gains are incremental over existing GAN-based augmentation methods.

The paper proposes GMA-SAWGAN-GP, a generative augmentation framework using a self-attention-enhanced WGAN-GP with Gumbel-Softmax and an MLP autoencoder, to improve IDS detection of known and unknown attacks. On NSL-KDD, UNSW-NB15, and CICIDS2017, it improves binary classification accuracy by 5.3%, multi-class accuracy by 2.2%, and AUROC for unknown attacks by 3.9%.

Intrusion Detection System (IDS) is often calibrated to known attacks and generalizes poorly to unknown threats. This paper proposes GMA-SAWGAN-GP, a novel generative augmentation framework built on a Self-Attention-enhanced Wasserstein GAN with Gradient Penalty (WGAN-GP). The generator employs Gumbel-Softmax regularization to model discrete fields, while a Multilayer Perceptron (MLP)-based AutoEncoder acts as a manifold regularizer. A lightweight gating network adaptively balances adversarial and reconstruction losses via entropy regularization, improving stability and mitigating mode collapse. The self-attention mechanism enables the generator to capture both short- and long-range dependencies among features within each record while preserving categorical semantics through Gumbel-Softmax heads. Extensive experiments on NSL-KDD, UNSW-NB15, and CICIDS2017 using five representative IDS models demonstrate that GMA-SAWGAN-GP significantly improves detection performance on known attacks and enhances generalization to unknown attacks. Leave-One-Attack-type-Out (LOAO) evaluations using Area Under the Receiver Operating Characteristic (AUROC) and True Positive Rate at a 5 percent False Positive Rate confirm that IDS models trained on augmented datasets achieve higher robustness under unseen attack scenarios. Ablation studies validate the contribution of each component to performance gains. Compared with baseline models, the proposed framework improves binary classification accuracy by an average of 5.3 percent and multi-classification accuracy by 2.2 percent, while AUROC and True Positive Rate at a 5 percent False Positive Rate for unknown attacks increase by 3.9 percent and 4.8 percent, respectively, across the three datasets. Overall, GMA-SAWGAN-GP provides an effective approach to generative augmentation for mixed-type network traffic, improving IDS accuracy and resilience.

Foundations

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

Your Notes