Comparative Analysis of Deep Learning Models for Real-World ISP Network Traffic Forecasting
Josef Koumar, Timotej Smoleň, Kamil Jeřábek, Tomáš Čejka
TL;DR
The paper evaluates seven deep learning models for real-world ISP network traffic forecasting using the CESNET-TimeSeries24 dataset, spanning 40 weeks of multivariate time series across three aggregation levels. By modeling each metric univariately at hourly resolution and applying a standardized preprocessing and sliding-window protocol, it provides a reproducible benchmark and a multi-faceted comparison of accuracy and deployability. The study finds that GRU and LSTM variants achieve the strongest overall performance, with GRU-FCN delivering a favorable balance between accuracy and speed, while models like InceptionTime and ResNet underperform in this domain. It also demonstrates how granularity, forecast horizon, and metric type influence predictive success and highlights actionable insights for deploying forecasting systems in real-world ISP environments.
Abstract
Accurate network traffic forecasting is essential for Internet Service Providers (ISP) to optimize resources, enhance user experience, and mitigate anomalies. This study evaluates state-of-the-art deep learning models on CESNET-TimeSeries24, a recently published, comprehensive real-world network traffic dataset from the ISP network CESNET3 spanning multivariate time series over 40 weeks. Our findings highlight the balance between prediction accuracy and computational efficiency across different levels of network granularity. Additionally, this work establishes a reproducible methodology that facilitates direct comparison of existing approaches, explores their strengths and weaknesses, and provides a benchmark for future studies using this dataset.
