Interpretable Feature Learning in Multivariate Big Data Analysis for Network Monitoring
José Camacho, Katarzyna Wasielewska, Rasmus Bro, David Kotz
TL;DR
The paper addresses the challenge of interpretability in data-driven network monitoring under Big Data, proposing an automatic feature-learning extension for Multivariate Big Data Analysis (MBDA). It introduces a learning algorithm (fclearner.py) that derives interpretable features via prevalence-based selection and integrates them into the MBDA pipeline (upstream, analysis, downstream) to enable scalable, interactive anomaly detection. Through two real-world case studies—UGR'16 Netflow and Dartmouth Wi‑Fi SNMP traps—it demonstrates that learned features improve anomaly detection and maintain human-readable explanations, while enabling significant data compression and efficient parallel processing. The work provides a practical, open-source Python toolchain that enhances observability and root-cause analysis in large-scale networks and highlights directions for improving sensitivity and grouping features for even richer interpretations.
Abstract
There is an increasing interest in the development of new data-driven models useful to assess the performance of communication networks. For many applications, like network monitoring and troubleshooting, a data model is of little use if it cannot be interpreted by a human operator. In this paper, we present an extension of the Multivariate Big Data Analysis (MBDA) methodology, a recently proposed interpretable data analysis tool. In this extension, we propose a solution to the automatic derivation of features, a cornerstone step for the application of MBDA when the amount of data is massive. The resulting network monitoring approach allows us to detect and diagnose disparate network anomalies, with a data-analysis workflow that combines the advantages of interpretable and interactive models with the power of parallel processing. We apply the extended MBDA to two case studies: UGR'16, a benchmark flow-based real-traffic dataset for anomaly detection, and Dartmouth'18, the longest and largest Wi-Fi trace known to date.
