Advancing DDoS Attack Detection: A Synergistic Approach Using Deep Residual Neural Networks and Synthetic Oversampling
Ali Alfatemi, Mohamed Rahouti, Ruhul Amin, Sarah ALJamal, Kaiqi Xiong, Yufeng Xin
TL;DR
This work tackles the challenge of detecting DDoS attacks under class imbalance by combining SMOTE oversampling with a deep residual network enhanced by attention mechanisms. It introduces a dual-phase training regime where Phase 1 trains on original data and Phase 2 refines on SMOTE-balanced data with a regularization term to preserve Phase 1 predictions, achieving high discriminative performance. On the CICIDS dataset, the approach reports an accuracy of $99.98\%$, precision $99.98\%$, recall $99.96\%$, F1 $99.97\%$, and ROC-AUC of $1.00$, outperforming traditional methods. The results underscore the practical potential of integrating targeted data augmentation with deep learning to strengthen real-world cybersecurity defenses against evolving DDoS threats.
Abstract
Distributed Denial of Service (DDoS) attacks pose a significant threat to the stability and reliability of online systems. Effective and early detection of such attacks is pivotal for safeguarding the integrity of networks. In this work, we introduce an enhanced approach for DDoS attack detection by leveraging the capabilities of Deep Residual Neural Networks (ResNets) coupled with synthetic oversampling techniques. Because of the inherent class imbalance in many cyber-security datasets, conventional methods often struggle with false negatives, misclassifying subtle DDoS patterns as benign. By applying the Synthetic Minority Over-sampling Technique (SMOTE) to the CICIDS dataset, we balance the representation of benign and malicious data points, enabling the model to better discern intricate patterns indicative of an attack. Our deep residual network, tailored for this specific task, further refines the detection process. Experimental results on a real-world dataset demonstrate that our approach achieves an accuracy of 99.98%, significantly outperforming traditional methods. This work underscores the potential of combining advanced data augmentation techniques with deep learning models to bolster cyber-security defenses.
