AutoIDS: Auto-encoder Based Method for Intrusion Detection System
Mohammed Gharib, Bahram Mohammadi, Shadi Hejareh Dastgerdi, Mohammad, Sabokrou

TL;DR
AutoIDS introduces a semi-supervised neural network-based intrusion detection method that efficiently distinguishes normal from abnormal network traffic by cascading two encoder-decoder detectors, achieving high accuracy on benchmark data.
Contribution
The paper presents AutoIDS, a novel semi-supervised neural network approach using cascading detectors for efficient intrusion detection with improved accuracy.
Findings
AutoIDS achieves 90.17% accuracy on NSL-KDD dataset.
It effectively reduces computational costs by processing most flows with a single detector.
AutoIDS outperforms existing state-of-the-art methods in intrusion detection accuracy.
Abstract
Intrusion Detection System (IDS) is one of the most effective solutions for providing primary security services. IDSs are generally working based on attack signatures or by detecting anomalies. In this paper, we have presented AutoIDS, a novel yet efficient solution for IDS, based on a semi-supervised machine learning technique. AutoIDS can distinguish abnormal packet flows from normal ones by taking advantage of cascading two efficient detectors. These detectors are two encoder-decoder neural networks that are forced to provide a compressed and a sparse representation from the normal flows. In the test phase, failing these neural networks on providing compressed or sparse representation from an incoming packet flow, means such flow does not comply with the normal traffic and thus it is considered as an intrusion. For lowering the computational cost along with preserving the accuracy, a…
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 · Advanced Malware Detection Techniques · Anomaly Detection Techniques and Applications
MethodsTest
