菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-14
📄 Abstract - PRB-RUPFormer: A Recursive Unified Probabilistic Transformer for Residual PRB Forecasting

Accurate forecasting of residual Physical Resource Blocks (PRBs) is critical for proactive network slice provisioning, energy-efficient operation, and spectrum-aware decision making in cellular systems, where residual PRBs serve as a practical proxy for short- and medium-term spectrum availability. Existing PRB prediction methods typically rely only on historical PRB values and are trained independently per carrier or sector, limiting their ability to capture cross-carrier dependencies and providing no measure of forecast uncertainty. Moreover, point forecasts alone are insufficient for robust spectrum-aware control under highly variable traffic conditions. This paper proposes PRB-RUPFormer, a recursive unified probabilistic Transformer for residual PRB forecasting. The proposed model jointly processes multivariate KPI time series using temporal, seasonal, and carrier-aware embeddings, preserving inter-metric temporal coupling during recursive rollout and stabilizing long-horizon forecasting. A single shared model is trained across all carriers and sectors of an eNB, enabling efficient learning of joint traffic dynamics with low computational overhead. Forecast uncertainty is captured through quantile-based prediction intervals, providing confidence-aware estimates of future PRB availability. Evaluations on six months of commercial LTE network data from multiple U.S. locations demonstrate median MAE below 0.05 and hit probabilities above 0.80 for both one-day and seven-day recursive forecasts. These probabilistic predictions directly support spectrum-aware RAN functions such as dynamic carrier activation, congestion avoidance, and proactive spectrum sharing, making the proposed framework well-suited for dynamic spectrum access scenarios.

顶级标签: machine learning systems
详细标签: time series forecasting probabilistic transformer resource block prediction network slicing spectrum management 或 搜索:

PRB-RUPFormer:一种用于剩余PRB预测的递归统一概率Transformer模型 / PRB-RUPFormer: A Recursive Unified Probabilistic Transformer for Residual PRB Forecasting


1️⃣ 一句话总结

本文提出了一种名为PRB-RUPFormer的深度学习模型,通过联合分析多个基站的多种性能指标,并利用递归预测和概率区间估计,精准预测未来蜂窝网络中的剩余频谱资源(PRB),从而帮助运营商更高效地管理网络、节省能源并避免拥塞。

源自 arXiv: 2605.15363