paper-with-me

홈 › Papers

DI-NIDS: Domain Invariant Network Intrusion Detection System

2022-10-15 · Siamak Layeghy, Mahsa Baktashmotlagh, Marius Portmann

The performance of machine learning based network intrusion detection systems (NIDSs) severely degrades when deployed on a network with significantly different feature distributions from the ones of the training dataset. In various applications, such as computer vision, domain adaptation techniques have been successful in mitigating the gap between the distributions of the training and test data. In the case of network intrusion detection however, the state-of-the-art domain adaptation approaches have had limited success. According to recent studies, as well as our own results, the performance of an NIDS considerably deteriorates when the `unseen' test dataset does not follow the training dataset distribution. In some cases, swapping the train and test datasets makes this even more severe. In order to enhance the generalisibility of machine learning based network intrusion detection systems, we propose to extract domain invariant features using adversarial domain adaptation from multiple network domains, and then apply an unsupervised technique for recognising abnormalities, i.e., intrusions. More specifically, we train a domain adversarial neural network on labelled source domains, extract the domain invariant features, and train a One-Class SVM (OSVM) model to detect anomalies. At test time, we feedforward the unlabeled test data to the feature extractor network to project it into a domain invariant space, and then apply OSVM on the extracted features to achieve our final goal of detecting intrusions. Our extensive experiments on the NIDS benchmark datasets of NFv2-CIC-2018 and NFv2-UNSW-NB15 show that our proposed setup demonstrates superior cross-domain performance in comparison to the previous approaches.

📄 PDF Abstract BibTeX arXiv:2210.08252

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationIntrusion DetectionNetwork Intrusion Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Exploring the Effect of DNN Depth on Adversarial Attacks in Network Intrusion Detection Systems

2025-10-22 · Mohamed ElShehaby, Ashraf Matrawy arxiv

Adversarial attacks pose significant challenges to Machine Learning (ML) systems and especially Deep Neural Networks (DNNs) by subtly manipulating inputs to induce incorrect predictions. This paper investigates whether i…

Network Intrusion DetectionAdversarial RobustnessAdversarial Attack

A Hypergraph-Based Machine Learning Ensemble Network Intrusion Detection System

2022-11-08 · Zong-Zhi Lin, Thomas D. Pike, Mark M. Bailey, Nathaniel D. Bastian

Network intrusion detection systems (NIDS) to detect malicious attacks continue to meet challenges. NIDS are often developed offline while they face auto-generated port scan infiltration attempts, resulting in a signific…

Intrusion DetectionNetwork Intrusion Detection

A Network Intrusions Detection System based on a Quantum Bio Inspired Algorithm

2014-05-03 · Omar S. Soliman, Aliaa Rassem

Network intrusion detection systems (NIDSs) have a role of identifying malicious activities by monitoring the behavior of networks. Due to the currently high volume of networks trafic in addition to the increased number …

ClassificationGeneral ClassificationIntrusion DetectionNetwork Intrusion Detection

TANTRA: Timing-Based Adversarial Network Traffic Reshaping Attack

2021-03-10 · Yam Sharon, David Berend, Yang Liu, Asaf Shabtai 외

Network intrusion attacks are a known threat. To detect such attacks, network intrusion detection systems (NIDSs) have been developed and deployed. These systems apply machine learning models to high-dimensional vectors …

Intrusion DetectionNetwork Intrusion Detection

Large Language Models for Network Intrusion Detection Systems: Foundations, Implementations, and Future Directions

2025-07-07 · Shuo Yang, Xinran Zheng, Xinchen Zhang, Jinfeng Xu 외 arxiv

Large Language Models (LLMs) have revolutionized various fields with their exceptional capabilities in understanding, processing, and generating human-like text. This paper investigates the potential of LLMs in advancing…

Network Intrusion Detection