Self-Refined Generative Foundation Models for Wireless Traffic Prediction
Chengming Hu, Hao Zhou, Di Wu, Xi Chen, Jun Yan, Xue Liu
TL;DR
This work tackles non-stationary wireless traffic forecasting in 6G by introducing TrafficLLM, a self-refined LLM that operates in-context without parameter fine-tuning. TrafficLLM iteratively improves predictions through a three-step loop of traffic prediction, feedback generation, and prediction refinement, aided by data-to-text transformation and a validation scheme for reliable math. Evaluations on a V2I channel dataset and an urban wireless-traffic dataset show substantial gains over ARIMA and GPT-based baselines, with MAE/MSE reductions up to ~39.27%/53.62% and ~37.33%/40.04%, respectively, and acceptable inference latency around 0.2s. The approach offers scalable, edge-friendly predictive capability leveraging cloud-based LLM inference, with potential for integration with pre-trained models and further enhancements in verification and refinement techniques.
Abstract
With a broad range of emerging applications in 6G networks, wireless traffic prediction has become a critical component of network management. However, the dynamically shifting distribution of wireless traffic in non-stationary 6G networks presents significant challenges to achieving accurate and stable predictions. Motivated by recent advancements in Generative AI (GenAI)-enabled 6G networks, this paper proposes a novel self-refined Large Language Model (LLM) for wireless traffic prediction, namely TrafficLLM, through in-context learning without parameter fine-tuning or model training. The proposed TrafficLLM harnesses the powerful few-shot learning abilities of LLMs to enhance the scalability of traffic prediction in dynamically changing wireless environments. Specifically, our proposed TrafficLLM embraces an LLM to iteratively refine its predictions through a three-step process: traffic prediction, feedback generation, and prediction refinement. Initially, the proposed TrafficLLM conducts traffic predictions using task-specific demonstration prompts. Recognizing that LLMs may generate incorrect predictions on the first attempt, this paper designs feedback demonstration prompts to provide multifaceted and valuable feedback related to these initial predictions. The validation scheme is further incorporated to systematically enhance the accuracy of mathematical calculations during the feedback generation process. Following this comprehensive feedback, our proposed TrafficLLM introduces refinement demonstration prompts, enabling the same LLM to further refine its predictions and thereby enhance prediction performance. Evaluations on two realistic datasets demonstrate that the proposed TrafficLLM outperforms LLM-based in-context learning methods, achieving performance improvements of 23.17% and 17.09%, respectively.
