paper-with-me

Papers

Evaluating Tabular Representation Learning for Network Intrusion Detection

2026-05-04 · Muhammad Usman Butt, Andreas Hotho, Daniel Schlör arxiv

Classic Network Intrusion Detection Systems (NIDS) often rely on manual feature engineering to extract meaningful patterns from network traffic data. However, this approach requires domain expertise and runs counter to the widely adopted principle of modern machine learning and neural networks: that models themselves should learn meaningful representations directly from data. We investigate whether tabular representation learning techniques can improve intrusion detection performance by automatically learning robust feature representations for NetFlow data. This paper presents a systematic evaluation of state-of-the-art representation learning methods on benchmark NetFlow datasets, comparing against traditional autoencoders and end-to-end transformer baselines. We evaluate learned representations using both supervised classifiers and unsupervised anomaly detectors, with comprehensive hyperparameter exploration for each combination. Our results reveal strong dataset-model dependency, with no single approach consistently dominating across all scenarios. For supervised classification, TabICL achieves the best performance on CIDDS, while autoencoders follow closely and tie with end-to-end transformer models for the best average rank across datasets. Supervised approaches substantially outperform unsupervised anomaly detection methods, where no single combination consistently dominates as optimal choices depend on the dataset. Cross-dataset transfer experiments demonstrate that learned representations can generalize across network environments with appropriate method and classifier selection. However, transfer performance varies substantially depending on the source-target dataset combination, indicating sensitivity to distributional differences between network environments.

📄 PDF Abstract BibTeX arXiv:2605.02519

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Anomaly DetectionNetwork Intrusion DetectionRepresentation LearningFeature Engineering

Similar Papers 제목 키워드 기반

A Robust PPO-optimized Tabular Transformer Framework for Intrusion Detection in Industrial IoT Systems

2025-05-23 · Yuanya She

In this paper, we propose a robust and reinforcement-learning-enhanced network intrusion detection system (NIDS) designed for class-imbalanced and few-shot attack scenarios in Industrial Internet of Things (IIoT) environ…

Intrusion DetectionNetwork Intrusion Detectionreinforcement-learningReinforcement Learning

Evaluating Generative Models for Tabular Data: Novel Metrics and Benchmarking

2025-04-29 · Dayananda Herurkar, Ahmad Ali, Andreas Dengel

Generative models have revolutionized multiple domains, yet their application to tabular data remains underexplored. Evaluating generative models for tabular data presents unique challenges due to structural complexity, …

BenchmarkingIntrusion DetectionNetwork Intrusion Detection

SAFE: Self-Supervised Anomaly Detection Framework for Intrusion Detection

2025-02-10 · Elvin Li, Zhengli Shang, Onat Gungor, Tajana Rosing

The proliferation of IoT devices has significantly increased network vulnerabilities, creating an urgent need for effective Intrusion Detection Systems (IDS). Machine Learning-based IDS (ML-IDS) offer advanced detection …

Anomaly DetectionIntrusion DetectionNetwork Intrusion DetectionSelf-Supervised Anomaly Detection+2

Machine Unlearning for the XGBoost Model with Network Intrusion Datasets

2026-06-17 · Diana Magalhães, Eva Maia, João Vitorino, Isabel Praça arxiv

Machine Unlearning (MU) has emerged as an important technique for removing specific data points from trained models without requiring full retraining. However, most existing MU research focuses on deep learning and image…

Network Intrusion Detection

MAGE-ID: A Multimodal Generative Framework for Intrusion Detection Systems

2025-12-03 · Mahdi Arab Loodaricheh, Mohammad Hossein Manshaei, Anita Raja arxiv

Modern Intrusion Detection Systems (IDS) face severe challenges due to heterogeneous network traffic, evolving cyber threats, and pronounced data imbalance between benign and attack flows. While generative models have sh…

Intrusion DetectionData Augmentation