English

netFound: Principled Design for Network Foundation Models

Networking and Internet Architecture 2026-05-13 v5 Artificial Intelligence

Abstract

Network foundation models promise reusable representations for diverse traffic analysis tasks, but recent diagnostic works have revealed fundamental problems: models exploit dataset shortcuts rather than learning genuine traffic patterns, produce collapsed embedding spaces, and fail to capture the exogenous network conditions that shape real-world behavior. We translate these diagnostic insights into four concrete design principles: protocol-aware tokenization, operational context embedding, burst-flow hierarchical attention, and privacy-by-construction input design, and build netFound, a network foundation model whose architecture is motivated by this failure analysis. We pretrain netFound on a billion-token-scale corpus over 5000 GPU hours, and demonstrate that it produces high-quality representations with lower anisotropy, significantly higher alignment with domain-expert features, and an F1 of 0.95 on exogenous context discrimination where existing state-of-the-art models score below 0.62, while preserving privacy by excluding payload and IP addresses. netFound demonstrates significant improvements in frozen-encoder evaluation, showing that pretrained embeddings themselves carry useful structure, and remains the top performer across all benchmarks in end-to-end fine-tuned settings. We release full open-source code, weights for three model sizes on HuggingFace, a containerized pipeline from raw PCAPs to downstream inference, and the full 4.2 billion flows pretraining dataset to facilitate reproducibility and further research.

Keywords

Cite

@article{arxiv.2310.17025,
  title  = {netFound: Principled Design for Network Foundation Models},
  author = {Sylee Beltiukov and Satyandra Guthula and Haarika Manda and Jaber Daneshamooz and Wenbo Guo and Walter Willinger and Arpit Gupta and Inder Monga},
  journal= {arXiv preprint arXiv:2310.17025},
  year   = {2026}
}
R2 v1 2026-06-28T13:02:12.736Z