paper-with-me

홈 › Papers

MambaNetBurst: Direct Byte-level Network Traffic Classification without Tokenization or Pretraining

2026-05-11 · Gayan K. Kulatilleke, Siamak Layeghy, Mahsa Baktashmotlagh, Marius Portmann arxiv

We present MambaNetBurst, a compact tokenizer-free byte-level sequence classifier for network burst classification based on a Mamba-2 backbone. In contrast to most recent strong traffic-classification and intrusion-detection approaches, our method operates directly on raw packet bytes, avoids tokenization, patching, and heavy engineered multimodal representations, and does not require any self-supervised pre-training stage. Given a packet flow, we form a fixed-length burst from the first few packets, embed the resulting byte sequence appending a learnable CLS token, and process it with a stack of residual pre-normalized Mamba-2 blocks for end-to-end supervised classification. Across six public benchmarks spanning encrypted mobile app identification, VPN/Tor traffic classification, malware traffic classification, and IoT attack traffic, MambaNetBurst achieves consistently strong results and is competitive with, or outperforms, substantially heavier and often pre-trained baselines. Our ablation study shows that preserving byte-level temporal resolution is critical, that early downsampling through striding is consistently harmful, and that moderate state sizes are sufficient for robust generalization. We further show that Mamba-2, despite its more constrained transition structure relative to Mamba-1, remains highly effective for packet-byte modeling while providing clear efficiency advantages, particularly in training speed. Overall, our results demonstrate that direct undiluted byte-to-classification learning with compact selective state space models is a practical, effective and novel direction for efficient, deployable traffic analysis that bypasses the complexity of pre-training pipelines even over highly optimized linear attention architectures.

📄 PDF Abstract BibTeX arXiv:2605.11034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revolutionizing Encrypted Traffic Classification with MH-Net: A Multi-View Heterogeneous Graph Model

2025-01-05 · Haozhen Zhang, Haodong Yue, Xi Xiao, Le Yu 외

With the growing significance of network security, the classification of encrypted traffic has emerged as an urgent challenge. Traditional byte-based traffic analysis methods are constrained by the rigid granularity of i…

Contrastive LearningTraffic Classification

Traffic-CBM: A Structurally Interpretable Multimodal Framework for Encrypted Traffic Classification

2026-06-29 · Honglei Jin, Wenshuo Chen, Shaofeng Liang, Haozhe Jia 외 arxiv

Encrypted traffic classification has achieved strong performance, but its decision process remains difficult to interpret. Existing methods usually combine flow statistics, packet sequences, and byte-level representation…

TFE-GNN: A Temporal Fusion Encoder Using Graph Neural Networks for Fine-grained Encrypted Traffic Classification

2023-07-31 · Haozhen Zhang, Le Yu, Xi Xiao, Qing Li 외

Encrypted traffic classification is receiving widespread attention from researchers and industrial companies. However, the existing methods only extract flow-level features, failing to handle short flows because of unrel…

graph constructionTraffic Classification

Efficiently and Effectively: A Two-stage Approach to Balance Plaintext and Encrypted Text for Traffic Classification

2024-07-29 · Wei Peng, Lei Cui, Wei Cai, Zhenquan Ding 외

Encrypted traffic classification is the task of identifying the application or service associated with encrypted network traffic. One effective approach for this task is to use deep learning methods to encode the raw tra…

ClassificationTraffic Classification

One Train for Two Tasks: An Encrypted Traffic Classification Framework Using Supervised Contrastive Learning

2024-02-12 · Haozhen Zhang, Xi Xiao, Le Yu, Qing Li 외

As network security receives widespread attention, encrypted traffic classification has become the current research focus. However, existing methods conduct traffic classification without sufficiently considering the com…

ClassificationContrastive LearningData AugmentationMulti-Task Learning+1