paper-with-me

홈 › Papers

Binary and Multiclass Cyberattack Classification on GeNIS Dataset

2025-11-11 · Miguel Silva, Daniela Pinto, João Vitorino, Eva Maia, Isabel Praça, Ivone Amorim, Maria João Viamonte arxiv

The integration of Artificial Intelligence (AI) in Network Intrusion Detection Systems (NIDS) is a promising approach to tackle the increasing sophistication of cyberattacks. However, since Machine Learning (ML) and Deep Learning (DL) models rely heavily on the quality of their training data, the lack of diverse and up-to-date datasets hinders their generalization capability to detect malicious activity in previously unseen network traffic. This study presents an experimental validation of the reliability of the GeNIS dataset for AI-based NIDS, to serve as a baseline for future benchmarks. Five feature selection methods, Information Gain, Chi-Squared Test, Recursive Feature Elimination, Mean Absolute Deviation, and Dispersion Ratio, were combined to identify the most relevant features of GeNIS and reduce its dimensionality, enabling a more computationally efficient detection. Three decision tree ensembles and two deep neural networks were trained for both binary and multiclass classification tasks. All models reached high accuracy and F1-scores, and the ML ensembles achieved slightly better generalization while remaining more efficient than DL models. Overall, the obtained results indicate that the GeNIS dataset supports intelligent intrusion detection and cyberattack classification with time-based and quantity-based behavioral features.

📄 PDF Abstract BibTeX arXiv:2511.08660

Code (0)

등록된 구현이 없습니다.

Tasks

Network Intrusion Detection

Similar Papers 제목 키워드 기반

Cyberattack Detection in Virtualized Microgrids Using LightGBM and Knowledge-Distilled Classifiers

2026-01-07 · Osasumwen Cedric Ogiesoba-Eguakun, Suman Rath arxiv

Modern microgrids depend on distributed sensing and communication interfaces, making them increasingly vulnerable to cyber physical disturbances that threaten operational continuity and equipment safety. In this work, a …

Intrusion Detection

Class Binarization to NeuroEvolution for Multiclass Classification

2023-08-26 · Gongjin Lan, Zhenyu Gao, Lingyao Tong, Ting Liu

Multiclass classification is a fundamental and challenging task in machine learning. The existing techniques of multiclass classification can be categorized as (i) decomposition into binary (ii) extension from binary and…

BinarizationBinary ClassificationClassification

Enhanced Intrusion Detection in IIoT Networks: A Lightweight Approach with Autoencoder-Based Feature Learning

2025-01-25 · Tasnimul Hasan, Abrar Hossain, Mufakir Qamar Ansari, Talha Hussain Syed

The rapid expansion of the Industrial Internet of Things (IIoT) has significantly advanced digital technologies and interconnected industrial systems, creating substantial opportunities for growth. However, this growth h…

Binary ClassificationIntrusion Detection

Securing Healthcare with Deep Learning: A CNN-Based Model for medical IoT Threat Detection

2024-10-26 · Alireza Mohamadi, Hosna Ghahramani, Seyyed Amir Asghari, Mehdi Aminian

The increasing integration of the Internet of Medical Things (IoMT) into healthcare systems has significantly enhanced patient care but has also introduced critical cybersecurity challenges. This paper presents a novel a…

Constructing Multiclass Classifiers using Binary Classifiers Under Log-Loss

2021-02-16 · Assaf Ben-Yishai, Or Ordentlich

The construction of multiclass classifiers from binary elements is studied in this paper, and performance is quantified by the regret, defined with respect to the Bayes optimal log-loss. We discuss two known methods. The…

Classification