Residual-based Adaptive Huber Loss (RAHL) -- Design of an improved Huber loss for CQI prediction in 5G networks
Mina Kaviani, Jurandy Almeida, Fabio L. Verdi

TL;DR
This paper introduces RAHL, an adaptive loss function for CQI prediction in 5G networks, which dynamically balances sensitivity to errors and robustness to outliers, improving model accuracy over traditional loss functions.
Contribution
The paper proposes a novel Residual-based Adaptive Huber Loss that learns to adjust its parameters during training, enhancing CQI prediction accuracy in 5G networks.
Findings
RAHL outperforms MSE and MAE in CQI prediction tasks.
Using LSTM with RAHL yields significantly better results.
The adaptive loss improves robustness and precision in error modeling.
Abstract
The Channel Quality Indicator (CQI) plays a pivotal role in 5G networks, optimizing infrastructure dynamically to ensure high Quality of Service (QoS). Recent research has focused on improving CQI estimation in 5G networks using machine learning. In this field, the selection of the proper loss function is critical for training an accurate model. Two commonly used loss functions are Mean Squared Error (MSE) and Mean Absolute Error (MAE). Roughly speaking, MSE put more weight on outliers, MAE on the majority. Here, we argue that the Huber loss function is more suitable for CQI prediction, since it combines the benefits of both MSE and MAE. To achieve this, the Huber loss transitions smoothly between MSE and MAE, controlled by a user-defined hyperparameter called delta. However, finding the right balance between sensitivity to small errors (MAE) and robustness to outliers (MSE) by manually…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptical Network Technologies · Advanced Photonic Communication Systems · PAPR reduction in OFDM
Methodstravel james · Huber loss · Masked autoencoder
