-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bad48f
commit cd4dad3
Showing
71 changed files
with
3 additions
and
3,255 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,7 @@ | ||
# Network Traffic Transformer (NTT) | ||
|
||
This work was undertaken as part of my master thesis at ETH Zurich, from Feb 2022 to Aug 2022, titled `Advancing packet-level traffic predictions with Transformers`. We present a new transformer-based architecture, to learn network dynamics from packet traces. | ||
Code artefacts for the paper titled ```A New Hope for Network Model Generalization``` which has been accepted for presentation at [ACM HotNets 2022](https://conferences.sigcomm.org/hotnets/2022/). | ||
|
||
We design a `pre-training` phase, where we learn fundamental network dynamics. Following this, we have a `fine-tuning` phase, on different network tasks, and demonstrate that pre-training well leads to generalization to multiple fine-tuning tasks. | ||
|
||
### Original proposal: | ||
* [`Project proposal`](https://nsg.ee.ethz.ch/fileadmin/user_upload/thesis_proposal_packet_transformer.pdf) | ||
|
||
### Supervisors: | ||
* [`Alexander Dietmüller`](https://nsg.ee.ethz.ch/people/alexander-dietmueller/) | ||
* [`Dr. Romain Jacob`](https://nsg.ee.ethz.ch/people/romain-jacob/) | ||
* [`Prof. Dr. Laurent Vanbever`](https://nsg.ee.ethz.ch/people/laurent-vanbever/) | ||
|
||
### Research Lab: | ||
* [`Networked Systems Group, ETH Zurich`](https://nsg.ee.ethz.ch/home/) | ||
|
||
### We redirect you to the following sections for further details. | ||
|
||
* [`Code and reproducing instructions:`](workspace/README.md) | ||
|
||
* [`Thesis TeX and PDF files`](report/) | ||
|
||
* [`Literature files`](literature/) | ||
|
||
* [`Slides TeX and PDF files`](presentation/) | ||
|
||
### NOTE 1: | ||
The experiments conducted in this project are very involved. Understanding and reproducing them from just the code and comments alone will be quite hard, inspite of the instructions mentioned in the given [`README`](workspace/README.md). For more detailed understanding, we invite you to read the thesis ([`direct link`](report/thesis.pdf)). You can also check out an overview on the presentation slides ([`direct link`](presentation/slides.pdf)) | ||
|
||
For any further questions or to discuss related research ideas, please feel free to contact me by [`email.`](mailto:[email protected]) | ||
|
||
### NOTE 2: | ||
Some results from the thesis have been written as a paper titled ```A new hope for network model generalization``` and the same has been accepted for presentation at [ACM HotNets 2022](https://conferences.sigcomm.org/hotnets/2022/). More details will follow and a link to the paper will be made available soon. | ||
|
||
### NOTE 3: | ||
The thesis has now been published under the ETH Research collection, which is open access. It can be accessed from here ([`direct link`](https://www.research-collection.ethz.ch/handle/20.500.11850/569234)) | ||
For detailed instructions, we redirect you to the following sections for further details : [`Code and reproducing instructions:`](workspace/README.md) | ||
|
||
For any further questions or to discuss related research ideas, please feel free to contact me by [`email.`](mailto:[email protected]) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.