paper-with-me

Papers

Explainable AI for Comparative Analysis of Intrusion Detection Models

2024-06-14 · Pap M. Corea, Yongxin Liu, Jian Wang, Shuteng Niu, Houbing Song

Explainable Artificial Intelligence (XAI) has become a widely discussed topic, the related technologies facilitate better understanding of conventional black-box models like Random Forest, Neural Networks and etc. However, domain-specific applications of XAI are still insufficient. To fill this gap, this research analyzes various machine learning models to the tasks of binary and multi-class classification for intrusion detection from network traffic on the same dataset using occlusion sensitivity. The models evaluated include Linear Regression, Logistic Regression, Linear Support Vector Machine (SVM), K-Nearest Neighbors (KNN), Random Forest, Decision Trees, and Multi-Layer Perceptrons (MLP). We trained all models to the accuracy of 90\% on the UNSW-NB15 Dataset. We found that most classifiers leverage only less than three critical features to achieve such accuracies, indicating that effective feature engineering could actually be far more important for intrusion detection than applying complicated models. We also discover that Random Forest provides the best performance in terms of accuracy, time efficiency and robustness. Data and code available at https://github.com/pcwhy/XML-IntrusionDetection.git

📄 PDF Abstract BibTeX arXiv:2406.09684

Code (1)

pcwhy/xml-intrusiondetection 공식 구현

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Feature EngineeringIntrusion DetectionMulti-class Classificationregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Integration of AI in Cybersecurity: Current Trends with a Focused Look at Intrusion Detection Applications

2026-05-17 · S. Tazili, A. Mansour, M. Y. Chkouri arxiv

Artificial Intelligence (AI) is widely adopted today for its ability to detect patterns, automate tasks, and reduce time and cost across various applications. Its integration into Cybersecurity has garnered significant a…

Intrusion DetectionFederated LearningSpam detection

A Comparative Analysis of Ensemble-Based Machine Learning Approaches with Explainable AI for Multi-Class Intrusion Detection in Drone Networks

2025-09-23 · Md. Alamgir Hossain, Waqas Ishtiaq, Md. Samiul Islam arxiv

The growing integration of drones into civilian, commercial, and defense sectors introduces significant cybersecurity concerns, particularly with the increased risk of network-based intrusions targeting drone communicati…

Multi-class ClassificationIntrusion DetectionFeature Importance

A Comparative Analysis of DNN-based White-Box Explainable AI Methods in Network Security

2025-01-14 · Osvaldo Arreche, Mustafa Abdallah

New research focuses on creating artificial intelligence (AI) solutions for network intrusion detection systems (NIDS), drawing its inspiration from the ever-growing number of intrusions on networked systems, increasing …

DescriptiveIntrusion DetectionNetwork Intrusion Detection

Tabular Diffusion based Actionable Counterfactual Explanations for Network Intrusion Detection

2025-07-23 · Vinura Galwaduge, Jagath Samarabandu arxiv

Modern network intrusion detection systems (NIDS) frequently utilize the predictive power of complex deep learning models. However, the "black-box" nature of such deep learning methods adds a layer of opaqueness that hin…

Network Intrusion Detection

Attribution-Driven Explainable Intrusion Detection with Encoder-Based Large Language Models

2026-04-07 · Umesh Biswas, Shafqat Hasan, Syed Mohammed Farhan, Nisha Pillai 외 arxiv

Software-Defined Networking (SDN) improves network flexibility but also increases the need for reliable and interpretable intrusion detection. Large Language Models (LLMs) have recently been explored for cybersecurity ta…

Network Intrusion DetectionRepresentation Learning