paper-with-me

Papers

An AutoML-based approach for Network Intrusion Detection

2024-11-24 · Nana Kankam Gyimah, Judith Mwakalonge, Gurcan Comert, Saidi Siuhi, Robert Akinie, Methusela Sulle, Denis Ruganuza, Benibo Izison, Arthur Mukwaya

In this paper, we present an automated machine learning (AutoML) approach for network intrusion detection, leveraging a stacked ensemble model developed using the MLJAR AutoML framework. Our methodology combines multiple machine learning algorithms, including LightGBM, CatBoost, and XGBoost, to enhance detection accuracy and robustness. By automating model selection, feature engineering, and hyperparameter tuning, our approach reduces the manual overhead typically associated with traditional machine learning methods. Extensive experimentation on the NSL-KDD dataset demonstrates that the stacked ensemble model outperforms individual models, achieving high accuracy and minimizing false positives. Our findings underscore the benefits of using AutoML for network intrusion detection, as the AutoML-driven stacked ensemble achieved the highest performance with 90\% accuracy and an 89\% F1 score, outperforming individual models like Random Forest (78\% accuracy, 78\% F1 score), XGBoost and CatBoost (both 80\% accuracy, 80\% F1 score), and LightGBM (78\% accuracy, 78\% F1 score), providing a more adaptable and efficient solution for network security applications.

📄 PDF Abstract BibTeX arXiv:2411.15920

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLFeature EngineeringIntrusion DetectionModel SelectionNetwork Intrusion Detection

Similar Papers 제목 키워드 기반

Toward Autonomous and Efficient Cybersecurity: A Multi-Objective AutoML-based Intrusion Detection System

2025-11-11 · Li Yang, Abdallah Shami arxiv

With increasingly sophisticated cybersecurity threats and rising demand for network automation, autonomous cybersecurity mechanisms are becoming critical for securing modern networks. The rapid expansion of Internet of T…

Hyperparameter OptimizationComputational EfficiencyIntrusion Detection

Towards Autonomous Cybersecurity: An Intelligent AutoML Framework for Autonomous Intrusion Detection

2024-09-05 · Li Yang, Abdallah Shami

The rapid evolution of mobile networks from 5G to 6G has necessitated the development of autonomous network management systems, such as Zero-Touch Networks (ZTNs). However, the increased complexity and automation of thes…

AutoMLBayesian OptimizationFeature Engineeringfeature selection+3

Evaluation of AutoML Frameworks for IDS under Imbalanced Data Conditions of the NSL-KDD Dataset

2026-06-10 · Wiliane Carolina Silva, Evandro César Vilas Boas, Felipe A. P. de Figueiredo arxiv

This work investigates the impact of severe class imbalance on the performance of automated machine learning (AutoML) frameworks for multiclass network intrusion detection using the NSL-KDD dataset. Unlike previous studi…

Network Intrusion DetectionHyperparameter OptimizationBinary ClassificationEnsemble Learning

Enabling AutoML for Zero-Touch Network Security: Use-Case Driven Analysis

2025-02-28 · Li Yang, Mirna El Rajab, Abdallah Shami, Sami Muhaidat

Zero-Touch Networks (ZTNs) represent a state-of-the-art paradigm shift towards fully automated and intelligent network management, enabling the automation and intelligence required to manage the complexity, scale, and dy…

AutoMLIntrusion Detection

Man versus Machine: AutoML and Human Experts' Role in Phishing Detection

2021-08-27 · Rizka Purwanto, Arindam Pal, Alan Blair, Sanjay Jha

Machine learning (ML) has developed rapidly in the past few years and has successfully been utilized for a broad range of tasks, including phishing detection. However, building an effective ML-based detection system is n…

AutoMLBIG-bench Machine Learning