菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-09
📄 Abstract - Multimodal Reasoning with LLM for Encrypted Traffic Interpretation: A Benchmark

Network traffic, as a key media format, is crucial for ensuring security and communications in modern internet infrastructure. While existing methods offer excellent performance, they face two key bottlenecks: (1) They fail to capture multidimensional semantics beyond unimodal sequence patterns. (2) Their black box property, i.e., providing only category labels, lacks an auditable reasoning process. We identify a key factor that existing network traffic datasets are primarily designed for classification and inherently lack rich semantic annotations, failing to generate human-readable evidence report. To address data scarcity, this paper proposes a Byte-Grounded Traffic Description (BGTD) benchmark for the first time, combining raw bytes with structured expert annotations. BGTD provides necessary behavioral features and verifiable chains of evidence for multimodal reasoning towards explainable encrypted traffic interpretation. Built upon BGTD, this paper proposes an end-to-end traffic-language representation framework (mmTraffic), a multimodal reasoning architecture bridging physical traffic encoding and semantic interpretation. In order to alleviate modality interference and generative hallucinations, mmTraffic adopts a jointly-optimized perception-cognition architecture. By incorporating a perception-centered traffic encoder and a cognition-centered LLM generator, mmTraffic achieves refined traffic interpretation with guaranteed category prediction. Extensive experiments demonstrate that mmTraffic autonomously generates high-fidelity, human-readable, and evidence-grounded traffic interpretation reports, while maintaining highly competitive classification accuracy comparing to specialized unimodal model (e.g., NetMamba). The source code is available at this https URL

顶级标签: llm multi-modal benchmark
详细标签: encrypted traffic analysis multimodal reasoning explainable ai traffic-language representation network security 或 搜索:

基于大语言模型的多模态加密流量解析推理:一项基准研究 / Multimodal Reasoning with LLM for Encrypted Traffic Interpretation: A Benchmark


1️⃣ 一句话总结

这篇论文创建了一个结合原始流量字节和专家标注的基准数据集,并提出了一个多模态推理框架,能够自动生成可读且证据确凿的加密流量解析报告,同时保持高精度的流量分类。

源自 arXiv: 2604.08140