pith. sign in

arxiv: 2502.07495 · v1 · pith:52URTZKHnew · submitted 2025-02-11 · 💻 cs.NI · cs.LG

LLM-Sketch: Enhancing Network Sketches with LLM

classification 💻 cs.NI cs.LG
keywords llm-sketchnetworkaccuracyflowsketchesdatalargememory
0
0 comments X
read the original abstract

Network stream mining is fundamental to many network operations. Sketches, as compact data structures that offer low memory overhead with bounded accuracy, have emerged as a promising solution for network stream mining. Recent studies attempt to optimize sketches using machine learning; however, these approaches face the challenges of lacking adaptivity to dynamic networks and incurring high training costs. In this paper, we propose LLM-Sketch, based on the insight that fields beyond the flow IDs in packet headers can also help infer flow sizes. By using a two-tier data structure and separately recording large and small flows, LLM-Sketch improves accuracy while minimizing memory usage. Furthermore, it leverages fine-tuned large language models (LLMs) to reliably estimate flow sizes. We evaluate LLM-Sketch on three representative tasks, and the results demonstrate that LLM-Sketch outperforms state-of-the-art methods by achieving a $7.5\times$ accuracy improvement.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. OmniPlan: An Adaptive Framework for Timely and Near-Optimal Network Planning Optimization

    cs.NI 2026-06 unverdicted novelty 3.0

    OmniPlan combines LLM intent parsing, mixture-of-experts selection among MIP/heuristic/DRL solvers, and DRL weight tuning to deliver timely near-optimal network planning, with reported latency reductions up to 97.8% o...