LGAIJun 20, 2025

MAWIFlow Benchmark: Realistic Flow-Based Evaluation for Network Intrusion Detection

arXiv:2506.17041v12 citationsh-index: 4
Originality Synthesis-oriented
AI Analysis

This addresses the need for realistic evaluation in network security, though it is incremental as it builds on existing datasets and methods.

The paper tackles the problem of unrealistic synthetic benchmarks for network intrusion detection by introducing MAWIFlow, a flow-based benchmark derived from real traffic data, showing that tree-based classifiers degrade over time while a CNN-BiLSTM model maintains better performance with improved generalization.

Benchmark datasets for network intrusion detection commonly rely on synthetically generated traffic, which fails to reflect the statistical variability and temporal drift encountered in operational environments. This paper introduces MAWIFlow, a flow-based benchmark derived from the MAWILAB v1.1 dataset, designed to enable realistic and reproducible evaluation of anomaly detection methods. A reproducible preprocessing pipeline is presented that transforms raw packet captures into flow representations conforming to the CICFlowMeter format, while preserving MAWILab's original anomaly labels. The resulting datasets comprise temporally distinct samples from January 2011, 2016, and 2021, drawn from trans-Pacific backbone traffic. To establish reference baselines, traditional machine learning methods, including Decision Trees, Random Forests, XGBoost, and Logistic Regression, are compared to a deep learning model based on a CNN-BiLSTM architecture. Empirical results demonstrate that tree-based classifiers perform well on temporally static data but experience significant performance degradation over time. In contrast, the CNN-BiLSTM model maintains better performance, thus showing improved generalization. These findings underscore the limitations of synthetic benchmarks and static models, and motivate the adoption of realistic datasets with explicit temporal structure. All datasets, pipeline code, and model implementations are made publicly available to foster transparency and reproducibility.

Foundations

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

Your Notes