paper-with-me

Papers

netFound: Foundation Model for Network Security

2023-10-25 · Satyandra Guthula, Roman Beltiukov, Navya Battula, Wenbo Guo, Arpit Gupta, Inder Monga

Developing generalizable ML-based solutions for disparate learning problems in network security is highly desired. However, despite a rich history of applying ML to network security, most existing solutions lack generalizability. This lack of progress can be attributed to an overreliance on supervised learning techniques and the associated challenges of curating well-specified labeled training data. This paper addresses a fundamental gap by introducing a novel transformer-based network foundation model, netFound. We employ self-supervised learning techniques on abundant, unlabeled network telemetry data for pre-training. This pretrained model can subsequently be fine-tuned to create generalizable learning artifacts for disparate learning tasks, even when using commonly available but challenging labeled datasets that are sparse, noisy, and skewed. To realize this goal, netFound leverages various domain-specific attributes and constraints unique to network data (packet traces) by developing multi-modal embeddings, protocol-aware tokenization, data-driven token composition, and hierarchical transformers. Our results demonstrate that netFound's domain-specific design choices ensure that it (1) effectively captures the hidden networking context in production settings, (2) outperforms four different SOTA methods on five different learning tasks, and (3) is robust to both noisy labels and learning shortcuts -- critical for developing generalizable ML models in practical settings.

📄 PDF Abstract BibTeX arXiv:2310.17025

Code (1)

SNL-UCSB/netFound 공식 구현 pytorch

Tasks

Feature Engineeringfeature selectionIntrusion DetectionMissing LabelsmodelNetwork Intrusion DetectionSelf-Supervised LearningTraffic Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Llama-3.1-FoundationAI-SecurityLLM-8B-Instruct Technical Report

2025-08-01 · Sajana Weerawardhena, Paul Kassianik, Blaine Nelson, Baturay Saglam 외 arxiv

Large language models (LLMs) have shown remarkable success across many domains, yet their integration into cybersecurity applications remains limited due to a lack of general-purpose cybersecurity data, representational …

10 Security and Privacy Problems in Large Foundation Models

2021-10-28 · Jinyuan Jia, Hongbin Liu, Neil Zhenqiang Gong

Foundation models--such as GPT, CLIP, and DINO--have achieved revolutionary progress in the past several years and are commonly believed to be a promising approach for general-purpose AI. In particular, self-supervised l…

Anomaly Detection In Surveillance VideosSelf-Supervised Learning

Llama-3.1-FoundationAI-SecurityLLM-Base-8B Technical Report

2025-04-28 · Paul Kassianik, Baturay Saglam, Alexander Chen, Blaine Nelson 외

As transformer-based large language models (LLMs) increasingly permeate society, they have revolutionized domains such as software engineering, creative writing, and digital arts. However, their adoption in cybersecurity…

Revolutionizing Global Food Security: Empowering Resilience through Integrated AI Foundation Models and Data-Driven Solutions

2023-10-31 · Mohamed R. Shoaib, Heba M. Emara, Jun Zhao

Food security, a global concern, necessitates precise and diverse data-driven solutions to address its multifaceted challenges. This paper explores the integration of AI foundation models across various food security app…

Crop Type MappingCrop Yield PredictionDecision Making

Llama-3.1-FoundationAI-SecurityLLM-Reasoning-8B Technical Report

2026-01-28 · Zhuoran Yang, Ed Li, Jianliang He, Aman Priyanshu 외 arxiv

We present Foundation-Sec-8B-Reasoning, the first open-source native reasoning model for cybersecurity. Built upon our previously released Foundation-Sec-8B base model (derived from Llama-3.1-8B-Base), the model is train…

Reinforcement LearningMathematical Reasoning