TL;DR
This paper introduces EGAD, a dynamic graph learning model with self-attention and knowledge distillation, to improve link prediction accuracy and reduce inference latency in live video streaming networks.
Contribution
EGAD combines self-attention with graph convolutional networks and employs knowledge distillation to create a lightweight model suitable for real-time streaming scenarios.
Findings
EGAD achieves high link prediction accuracy on real-world streaming datasets.
The model can be compressed up to 15:100 ratio with minimal accuracy loss.
It outperforms state-of-the-art approaches in both accuracy and parameter efficiency.
Abstract
In this study, we present a dynamic graph representation learning model on weighted graphs to accurately predict the network capacity of connections between viewers in a live video streaming event. We propose EGAD, a neural network architecture to capture the graph evolution by introducing a self-attention mechanism on the weights between consecutive graph convolutional networks. In addition, we account for the fact that neural architectures require a huge amount of parameters to train, thus increasing the online inference latency and negatively influencing the user experience in a live video streaming event. To address the problem of the high online inference of a vast number of parameters, we propose a knowledge distillation strategy. In particular, we design a distillation loss function, aiming to first pretrain a teacher model on offline data, and then transfer the knowledge from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsKnowledge Distillation
