A Scalable DNN Training Framework for Traffic Forecasting in Mobile Networks
Fecha
2025-05Resumen
The exponential growth of mobile data traffic
demands efficient and scalable forecasting methods to optimize
network performance. Traditional approaches, like training
individual models for each Base Station ( BS) are computationally
prohibitive for large-scale production deployments. In this paper,
we propose a scalable Deep Neural Networks (DNN) training
framework for mobile network traffic forecasting that reduces
input redundancy and computational overhead. We minimize
the number of input probes (traffic monitors at Base Stations
(BSs)) by grouping BS s with temporal similarity using K-means
clustering with Dynamic Time Warping (DTW ) as the distance
metric. Within each cluster, we train a DNN model, selecting
a subset of BSs as inputs to predict future traffic demand for
all BSs in that cluster. To further optimize input selection, we
leverage the well-known EXplainable Artificial Intelligence ( XAI)
technique, LayeR-wise backPropagation ( LRP) to identify the
most influential BS s within each cluster. This makes it possible
to reduce the number of required probes while maintaining high
prediction accuracy. To validate our newly proposed framework,
we conduct experiments on two real-world mobile traffic datasets.
Specifically, our approach achieves competitive accuracy while
reducing the total number of input probes by approximately 81%
compared to state-of-the-art predictors.