paper-with-me

홈 › Papers

A new hope for network model generalization

2022-07-12 · Alexander Dietmüller, Siddhant Ray, Romain Jacob, Laurent Vanbever

Generalizing machine learning (ML) models for network traffic dynamics tends to be considered a lost cause. Hence for every new task, we design new models and train them on model-specific datasets closely mimicking the deployment environments. Yet, an ML architecture called_Transformer_ has enabled previously unimaginable generalization in other domains. Nowadays, one can download a model pre-trained on massive datasets and only fine-tune it for a specific task and context with comparatively little time and data. These fine-tuned models are now state-of-the-art for many benchmarks. We believe this progress could translate to networking and propose a Network Traffic Transformer (NTT), a transformer adapted to learn network dynamics from packet traces. Our initial results are promising: NTT seems able to generalize to new prediction tasks and environments. This study suggests there is still hope for generalization, though it calls for a lot of future research.

📄 PDF Abstract BibTeX arXiv:2207.05843

Code (1)

Siddhant-Ray/Network-Traffic-Transformer 공식 구현 pytorch

Tasks

model

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Detecting Hope Across Languages: Multiclass Classification for Positive Online Discourse

2025-09-30 · T. O. Abiola, K. D. Abiodun, O. E. Olumide, O. O. Adebanji 외 arxiv

The detection of hopeful speech in social media has emerged as a critical task for promoting positive discourse and well-being. In this paper, we present a machine learning approach to multiclass hope speech detection ac…

Hope Speech Detection

A Short Survey of Systematic Generalization

2022-11-22 · Yuanpeng Li

This survey includes systematic generalization and a history of how machine learning addresses it. We aim to summarize and organize the related information of both conventional and recent improvements. We first look at t…

SurveySystematic GeneralizationVisual Question Answering (VQA)

On a Built-in Conflict between Deep Learning and Systematic Generalization

2022-08-24 · Yuanpeng Li

In this paper, we hypothesize that internal function sharing is one of the reasons to weaken o.o.d. or systematic generalization in deep learning for classification tasks. Under equivalent prediction, a model partitions …

Deep LearningSystematic Generalization

HOPE: A Reinforcement Learning-based Hybrid Policy Path Planner for Diverse Parking Scenarios

2024-05-31 · Mingyang Jiang, Yueyuan Li, Songan Zhang, Siyuan Chen 외

Automated parking stands as a highly anticipated application of autonomous driving technology. However, existing path planning methodologies fall short of addressing this need due to their incapability to handle the dive…

Autonomous Drivingreinforcement-learningReinforcement Learning

Concepts, Properties and an Approach for Compositional Generalization

2021-02-08 · Yuanpeng Li

Compositional generalization is the capacity to recognize and imagine a large amount of novel combinations from known components. It is a key in human intelligence, but current neural networks generally lack such ability…