Parameter Efficient Hybrid Transformer (PEHT) for Network Traffic Prediction via Dynamic Urban Congestion Integration
This paper proposes the Parameter-Efficient Hybrid Transformer (PEHT) framework for network traffic prediction in urban cellular networks, which integrates mobility and congestion information, reduces trainable parameters using Low-Rank Adaptation (LoRA), and improves forecasting with multimodal fusion.
PEHT integrates urban mobility and congestion information into a Transformer-based architecture with LoRA and multimodal fusion for reduced parameters and improved accuracy.
Keywords
Before reading this…
Applications
- →Dynamic urban cellular networks
- →Resource allocation
To understand this paper, make sure you know these concepts first:
- Fundamentals of network traffic predictionfind papers →
- Understanding of Transformer architecturefind papers →
Abstract
More Like ThisAccurate network traffic prediction is a critical element for efficient resource allocation in dynamic urban cellular networks. However, prediction remains challenging because network demand is influenced by complex mobility patterns, congestion dynamics, and heterogeneous user behavior. This paper introduces the Parameter-Efficient Hybrid Transformer (PEHT), a network traffic prediction framework that integrates urban mobility and congestion information into a Transformer-based architecture. PEHT separates primary network communication features from secondary urban mobility features and incorporates Low-Rank Adaptation (LoRA) into the Transformer encoder to reduce the number of trainable parameters while maintaining high predictive accuracy. A multimodal fusion strategy then injects external mobility and congestion features into the decoder to improve traffic forecasting. Experiments on the Telecom Italia Milan dataset and multiple synthetic congestion scenarios show that PEHT outperforms state-of-the-art baselines in terms of RMSE, MAE, and $R^2$. The implementation is available in the GitHub repository.