NILGOct 27, 2020

Traffic Refinery: Cost-Aware Data Representation for Machine Learning on Network Traffic

arXiv:2010.14605v314 citations
Originality Incremental advance
AI Analysis

This work addresses the need for cost-effective deployment of ML models in operational networks, though it is incremental in focusing on representation trade-offs rather than new ML paradigms.

The paper tackles the problem of optimizing machine learning for network management by developing a framework that jointly evaluates model accuracy and systems costs of different traffic representations, demonstrating its application to video streaming quality inference and malware detection with a proof-of-concept system handling 10 Gbps traffic.

Network management often relies on machine learning to make predictions about performance and security from network traffic. Often, the representation of the traffic is as important as the choice of the model. The features that the model relies on, and the representation of those features, ultimately determine model accuracy, as well as where and whether the model can be deployed in practice. Thus, the design and evaluation of these models ultimately requires understanding not only model accuracy but also the systems costs associated with deploying the model in an operational network. Towards this goal, this paper develops a new framework and system that enables a joint evaluation of both the conventional notions of machine learning performance (e.g., model accuracy) and the systems-level costs of different representations of network traffic. We highlight these two dimensions for two practical network management tasks, video streaming quality inference and malware detection, to demonstrate the importance of exploring different representations to find the appropriate operating point. We demonstrate the benefit of exploring a range of representations of network traffic and present Traffic Refinery, a proof-of-concept implementation that both monitors network traffic at 10 Gbps and transforms traffic in real time to produce a variety of feature representations for machine learning. Traffic Refinery both highlights this design space and makes it possible to explore different representations for learning, balancing systems costs related to feature extraction and model training against model accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes