iconLogo
Published:2026/1/11 9:18:18

最強!Synecdocheで爆速トラフィック分類✨

超要約:データプレーンで爆速トラフィック分類!セキュリティも爆上がりだよ☆

✨ ギャル的キラキラポイント ✨

● データプレーン(ネットワークの超高速処理装置)でシーケンシャル(順番)な情報を使って分類するの、激アツじゃん?🔥 ● 深層学習(すごいAI)で重要な情報だけを抽出するから、精度も速さも両立できるって最強👍 ● セキュリティ対策とか、動画とか、色んなことに役立つ未来しか見えない!🤩

詳細解説いくよ~!

続きは「らくらく論文」アプリで

Synecdoche: Efficient and Accurate In-Network Traffic Classification via Direct Packet Sequential Pattern Matching

Minyuan Xiao / Yunchun Li / Yuchen Zhao / Tong Guan / Mingyuan Xia / Wei Li

Traffic classification on programmable data plane holds great promise for line-rate processing, with methods evolving from per-packet to flow-level analysis for higher accuracy. However, a trade-off between accuracy and efficiency persists. Statistical feature-based methods align with hardware constraints but often exhibit limited accuracy, while online deep learning methods using packet sequential features achieve superior accuracy but require substantial computational resources. This paper presents Synecdoche, the first traffic classification framework that successfully deploys packet sequential features on a programmable data plane via pattern matching, achieving both high accuracy and efficiency. Our key insight is that discriminative information concentrates in short sub-sequences--termed Key Segments--that serve as compact traffic features for efficient data plane matching. Synecdoche employs an "offline discovery, online matching" paradigm: deep learning models automatically discover Key Segment patterns offline, which are then compiled into optimized table entries for direct data plane matching. Extensive experiments demonstrate Synecdoche's superior accuracy, improving F1-scores by up to 26.4% against statistical methods and 18.3% against online deep learning methods, while reducing latency by 13.0% and achieving 79.2% reduction in SRAM usage. The source code of Synecdoche is publicly available to facilitate reproducibility and further research.

cs / cs.NI