Multi-class Network Intrusion Detection with Class Imbalance via LSTM & SMOTE
Muhammad Wasim Nawaz, Rashid Munawar, Ahsan Mehmood, Muhammad Mahboob, Ur Rahman, Qammer H. Abbasi

TL;DR
This paper presents a deep learning approach using LSTM combined with SMOTE and focal loss to improve multi-class network intrusion detection, especially for rare attack types, addressing class imbalance issues.
Contribution
It introduces a novel combination of oversampling with SMOTE and focal loss in an LSTM-based model for effective multi-class intrusion detection with imbalanced data.
Findings
Enhanced detection of rare attack types like Probe and DDoS.
Improved performance over baseline models on KDD99 and CICIDS2017 datasets.
Effective handling of class imbalance in network intrusion detection.
Abstract
Monitoring network traffic to maintain the quality of service (QoS) and to detect network intrusions in a timely and efficient manner is essential. As network traffic is sequential, recurrent neural networks (RNNs) such as long short-term memory (LSTM) are suitable for building network intrusion detection systems. However, in the case of a few dataset examples of the rare attack types, even these networks perform poorly. This paper proposes to use oversampling techniques along with appropriate loss functions to handle class imbalance for the detection of various types of network intrusions. Our deep learning model employs LSTM with fully connected layers to perform multi-class classification of network attacks. We enhance the representation of minority classes: i) through the application of the Synthetic Minority Over-sampling Technique (SMOTE), and ii) by employing categorical focal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Internet Traffic Analysis and Secure E-voting · Anomaly Detection Techniques and Applications
