paper-with-me

Papers

Metis: Understanding and Enhancing In-Network Regular Expressions

2023-09-21 · NeurIPS 2023 11

Regular expressions (REs) offer one-shot solutions for many networking tasks, e.g., network intrusion detection. However, REs purely rely on expert knowledge and cannot utilize labeled data for better accuracy. Today, neural networks (NNs) have shown superior accuracy and flexibility, thanks to their ability to learn from rich labeled data. Nevertheless, NNs are often incompetent in cold-start scenarios and too complex for deployment on network devices. In this paper, we propose Metis, a general framework that converts REs to network device affordable models for superior accuracy and throughput by taking advantage of REs' expert knowledge and NNs' learning ability. In Metis, we convert REs to byte-level recurrent neural networks (BRNNs) without training. The BRNNs preserve expert knowledge from REs and offer adequate accuracy in cold-start scenarios. When rich labeled data is available, the performance of BRNNs can be improved by training. Furthermore, we design a semi-supervised knowledge distillation to transform the BRNNs into pooling soft random forests (PSRFs) that can be deployed on network devices. To the best of our knowledge, this is the first method to employ model inference as an alternative to RE matching in network scenarios. We collect network traffic data on our campus for three weeks and evaluate Metis on them. Experimental results show that Metis is more accurate than original REs and other baselines, achieving superior throughput when deployed on network devices.Submission Number: 3400

📄 PDF Abstract BibTeX

Code (1)

youarespecialtome/metis 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Metis-HOME: Hybrid Optimized Mixture-of-Experts for Multimodal Reasoning

2025-10-23 · Xiaohan Lan, Fanfan Liu, Haibo Qiu, Siqi Yang 외 arxiv

Inspired by recent advancements in LLM reasoning, the field of multimodal reasoning has seen remarkable progress, achieving significant performance gains on intricate tasks such as mathematical problem-solving. Despite t…

Multimodal Reasoning

Metis: A Foundation Speech Generation Model with Masked Generative Pre-training

2025-02-05 · Yuancheng Wang, Jiachen Zheng, Junan Zhang, Xueyao Zhang 외

We introduce Metis, a foundation model for unified speech generation. Unlike previous task-specific or multi-task models, Metis follows a pre-training and fine-tuning paradigm. It is pre-trained on large-scale unlabeled …

Self-Supervised LearningSpeech EnhancementTarget Speaker Extractiontext-to-speech+2

Interpreting Deep Learning-Based Networking Systems

2019-10-09 · Zili Meng, Minhu Wang, Jiasong Bai, Mingwei Xu 외

While many deep learning (DL)-based networking systems have demonstrated superior performance, the underlying Deep Neural Networks (DNNs) remain blackboxes and stay uninterpretable for network operators. The lack of inte…

Deep Learning

Metis: Training LLMs with FP4 Quantization

2025-08-30 · Hengjie Cao, Mengyi Chen, Yifeng Yang, Ruijun Huang 외 arxiv

This work identifies anisotropy in the singular value spectra of parameters, activations, and gradients as the fundamental barrier to low-bit training of large language models (LLMs). These spectra are dominated by a sma…

METIS: Mentoring Engine for Thoughtful Inquiry & Solutions

2026-01-19 · Abhinav Rajeev Kumar, Dhruv Trehan, Paras Chopra arxiv

Many students lack access to expert research mentorship. We ask whether an AI mentor can move undergraduates from an idea to a paper. We build METIS, a tool-augmented, stage-aware assistant with literature search, curate…