English

Towards a graph-based foundation model for network traffic analysis

Machine Learning 2024-09-13 v1 Artificial Intelligence Cryptography and Security Networking and Internet Architecture

Abstract

Foundation models have shown great promise in various fields of study. A potential application of such models is in computer network traffic analysis, where these models can grasp the complexities of network traffic dynamics and adapt to any specific task or network environment with minimal fine-tuning. Previous approaches have used tokenized hex-level packet data and the model architecture of large language transformer models. We propose a new, efficient graph-based alternative at the flow-level. Our approach represents network traffic as a dynamic spatio-temporal graph, employing a self-supervised link prediction pretraining task to capture the spatial and temporal dynamics in this network graph framework. To evaluate the effectiveness of our approach, we conduct a few-shot learning experiment for three distinct downstream network tasks: intrusion detection, traffic classification, and botnet classification. Models finetuned from our pretrained base achieve an average performance increase of 6.87\% over training from scratch, demonstrating their ability to effectively learn general network traffic dynamics during pretraining. This success suggests the potential for a large-scale version to serve as an operational foundational model.

Keywords

Cite

@article{arxiv.2409.08111,
  title  = {Towards a graph-based foundation model for network traffic analysis},
  author = {Louis Van Langendonck and Ismael Castell-Uroz and Pere Barlet-Ros},
  journal= {arXiv preprint arXiv:2409.08111},
  year   = {2024}
}

Comments

Pre-print of Accepted Workshop paper to 3rd GNNet, co-located with CoNEXT'24

R2 v1 2026-06-28T18:42:36.485Z