CRLGNINov 11, 2025

Revisiting Network Traffic Analysis: Compatible network flows for ML models

arXiv:2511.08345v1h-index: 7
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of dataset incompatibility for ML-based intrusion detection in IoT networks, though it is incremental as it focuses on feature extraction improvements rather than a new method.

The paper tackled the problem of inconsistent network traffic features from different datasets affecting ML model generalization in IoT cybersecurity, finding that preprocessing raw PCAP files to extract consistent features improved the performance of bagging and gradient boosting ensembles compared to using original CSV files.

To ensure that Machine Learning (ML) models can perform a robust detection and classification of cyberattacks, it is essential to train them with high-quality datasets with relevant features. However, it can be difficult to accurately represent the complex traffic patterns of an attack, especially in Internet-of-Things (IoT) networks. This paper studies the impact that seemingly similar features created by different network traffic flow exporters can have on the generalization and robustness of ML models. In addition to the original CSV files of the Bot-IoT, IoT-23, and CICIoT23 datasets, the raw network packets of their PCAP files were analysed with the HERA tool, generating new labelled flows and extracting consistent features for new CSV versions. To assess the usefulness of these new flows for intrusion detection, they were compared with the original versions and were used to fine-tune multiple models. Overall, the results indicate that directly analysing and preprocessing PCAP files, instead of just using the commonly available CSV files, enables the computation of more relevant features to train bagging and gradient boosting decision tree ensembles. It is important to continue improving feature extraction and feature selection processes to make different datasets more compatible and enable a trustworthy evaluation and comparison of the ML models used in cybersecurity solutions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes