ORIGINAL RESEARCH article

Front. Artif. Intell., 11 July 2025

Sec. Machine Learning and Artificial Intelligence

Volume 8 - 2025 | https://doi.org/10.3389/frai.2025.1597981

This article is part of the Research TopicAdvances in Edge Intelligent Connectivity Technologies for Autonomous Vehicles ApplicationsView all 3 articles

Machine learning for improved path loss prediction in urban vehicle-to-infrastructure communication systems

Mongi Ben Ameur
Mongi Ben Ameur1*Jalel Chebil&#x;Jalel Chebil2Mohamed Hadi Habaebi&#x;Mohamed Hadi Habaebi3Jamel Bel Hadj TaharJamel Bel Hadj Tahar1
  • 1ENISO, NOCCS Laboratory, University of Sousse, Sousse, Tunisia
  • 2ISTLS, NOCCS Laboratory, University of Sousse, Sousse, Tunisia
  • 3Department of Electrical and Computer Engineering, International Islamic University, Kuala Lumpur, Malaysia

Path loss prediction is crucial to facilitate reliable vehicle-to-infrastructure (V2I) communications. In this study, machine learning techniques are investigated for path loss modeling using empirical measurements at 5.9 GHz from eight Road Side Unit (RSU) sites. The performance of Extreme Gradient Boosting (XGBoost) and Multilayer Perceptron (MLP) models is contrasted with traditional empirical models such as the Dual Slope and 3rd Generation Partnership Project (3GPP) models in three varied urban environments: open, suburban, and densely urbanized cities. The findings indicate that machine learning models, in particular XGBoost, consistently outperform traditional models with the lowest Root Mean Square Error (RMSE) in complicated urban environments. For additional robustness in prediction, we propose an innovative environmental classification system based on building density, street geometry, and transmitter position. Feature importance examination reveals that distance, environmental class, and transmitter height are the most significant factors affecting path loss prediction accuracy. These observations aid the development of adaptive V2I communication systems and provide valuable guidelines for enhancing reliability in diverse urban environments.

1 Introduction

V2I communication is a critical aspect of Intelligent Transportation Systems (ITS). It enables vehicles to communicate with roadside equipment in real-time to make traffic safer, more efficient, and more effectively managed. One of the major issues with deploying trustworthy V2I systems is estimating path loss reliably. Path loss is the extent to which signal intensity weakens as it propagates through urban spaces. Obstacles such as buildings, terrain irregularities, and dynamic objects (e.g., traffic and weather) cause non-linear interference patterns, whose effect on signal reliability is significant. Traditional path loss models, such as the Dual Slope and 3GPP models (Kenney, 2011), are commonly empirical or deterministic in nature. While they work effectively in controlled settings, such models fail to capture the complexity of urban areas, resulting in predictions that can deteriorate V2I communication performance.

Recent developments in machine learning (ML) offer a hopeful alternative. With big data and better learning methods, ML models can learn subtle relationships between environmental factors and signal loss that go beyond the predictive capability of traditional models. XGBoost is a gradient-boosting tool that is good at managing complex data and can work with many variables. It has shown great accuracy in predicting numbers. Likewise, MLP neural networks can learn complicated patterns well, which makes them suitable for predicting V2I path loss. Nevertheless, the performance of such models is highly dependent on effective data preprocessing in the form of outlier elimination, feature scaling, and dataset representativeness to ensure generalizability across various urban settings. This paper contrasts the performance of XGBoost and MLP with Dual Slope and 3GPP benchmarks for urban V2I path loss prediction. With a higher solution set of real-world measurements, i.e., Received Signal Strength Indicator (RSSI), transmission power, and transceivers’ distances, we show that machine-learning models generalize far better than traditional methods. Our findings point out that XGBoost can decrease prediction errors by as much as 38%, which makes V2I link budgeting and network planning more precise. Further, we emphasize preprocessing techniques, considering that better data quality means higher model reliability. These findings have deep implications for ITS adoption in smart cities. Proper path loss prediction is crucial for optimal placement of infrastructure, ensuring reliable vehicle-to-infrastructure communication, and enhancing the performance of autonomous vehicle technologies. This work helps create smart transportation networks by using machine-learning insights in V2I system design. These networks can adapt and respond to the challenges of moving around in today’s cities.

2 Previous studies

This section presents existing research on path loss prediction methods, including traditional models, artificial intelligence-based approaches, and deep learning techniques.

2.1 Traditional path loss prediction

Traditional path loss prediction models can be broadly divided into two classes: deterministic and statistical. Deterministic models, such as ray tracing, rely on physical propagation equations to make very accurate predictions. They require, however, extensive environmental data and significant computational resources, and they are difficult to scale (Hoomod et al., 2018; Akpaida et al., 2018).

Statistical models, including the COST 231-Hata and ECC-33 models, predict path loss trends from empirical data. While being of useful real-world relevance, they generally lack site-specific accuracy (Tarhuni and Ouni, 2022; Zhang et al., 2023). As established by Rappaport (2002) in his foundational work on wireless communications, these statistical models provide a practical compromise between accuracy and implementation complexity for large-scale deployment scenarios.

For 5.9 GHz city-wide V2I communications of critical significance to intelligent transportation systems (Boban et al., 2011), path loss models must be capable of addressing significant challenges presented by dynamic obstacles (e.g., cars, buildings, and foliage), road topology variations, and changing line-of-sight (LOS) conditions. While the classic Hata (1980) model established the foundation for urban path loss prediction, modern V2I systems operate at higher frequencies and in more complex environments, necessitating enhanced modeling approaches. Experimental data indicate that path loss exponents are likely to be approximately 2.0 or higher in LOS scenarios and considerably greater than 3.5 in NLOS situations in dense urban settings (Abbas et al., 2013). This observation aligns with the seminal work by Chang and Yang (1997), who established the fundamental relationship between urban morphology and path loss exponent variations. To better model LOS-to-NLOS transitions, hybrid approaches like two-slope models have been proposed (Fernández et al., 2024).

While deterministic devices such as 3D ray tracing are more effective than others in modeling complex wave interactions such as diffraction and reflection, their computational expense emphasizes the value of balanced techniques with optimized efficiency and accuracy in the design of urban V2I networks (Pätzold and De Nardis, 2020). Fraile et al. (2000) demonstrated that simplified ray tracing models can achieve reasonable accuracy while significantly reducing computational requirements, making them suitable for large-scale network planning applications.

2.2 ML path loss prediction

ML has emerged as a powerful tool for improving path loss modeling in wireless communication, offering enhanced accuracy and adaptability over traditional empirical and deterministic models (Goodfellow et al., 2016). ML techniques have been widely applied in various domains, including image recognition (Krizhevsky et al., 2012), natural language processing (Devlin et al., 2019), and wireless communication systems (Zhang et al., 2019). Path loss prediction, a crucial component of wireless network planning, is inherently a regression problem, making it well-suited for supervised learning techniques such as support vector machines, artificial neural networks (ANN), random forests, and K-nearest neighbors (Murphy, 2012). Among these, ANN models have demonstrated superior accuracy in path loss estimation compared to empirical models (Bishop, 2006). For instance, Zhang et al. (2019) developed a real-time channel prediction model that estimates path loss (PL) and packet drop probability in Dedicated Short-Range Communications (DSRC) systems, highlighting the flexibility of ML approaches in dynamic vehicular environments.

The adaptability of ML in path loss modeling is attributed to its ability to learn directly from measured propagation data, allowing models to generalize better across varying environments (Oroza et al., 2017). This approach addresses the limitations of traditional channel models as identified by Molisch et al. (2011), who emphasized the need for context-aware propagation modeling in vehicular communications. Recent comprehensive studies by Huang et al. (2022a) have demonstrated that ML models can effectively capture the complex relationship between environmental features and path loss in V2I scenarios. The follow-up work by Huang et al. (2022b) further validated these findings through extensive field measurements across diverse urban environments. Unlike traditional models that rely on predefined propagation assumptions, ML-based approaches use extensive datasets collected from real-world conditions to train algorithms for accurate signal prediction. Furthermore, ML models incorporate key radio environment factors, including distance, frequency, antenna height, terrain type, and obstacles, to enhance predictive accuracy (Uccellari et al., 2016).

2.3 Deep learning for path loss prediction

Deep learning, a subset of ML characterized by neural networks with multiple hidden layers, has shown promising results in path loss prediction. Deep neural networks (DNNs) can automatically extract features from raw data, eliminating the need for manual feature engineering (Tarhuni and Ouni, 2022). This capability is particularly valuable in complex urban environments where signal propagation is influenced by numerous factors. For example, Thrane et al. (2020) demonstrated that DNNs outperform traditional path loss models in urban scenarios by capturing intricate relationships between environmental variables and signal attenuation (Gho et al., 2019).

Recurrent Neural Networks and Long Short-Term Memory networks have been applied to path loss prediction in dynamic environments, leveraging their ability to model temporal dependencies in signal propagation (Pätzold and De Nardis, 2020). These approaches are especially relevant for V2I communications, where both the vehicle and the surrounding environment may change rapidly. Additionally, Convolutional Neural Networks have been utilized to process spatial information from environmental maps, enabling more accurate path loss predictions in urban settings (Filippi and Bazzi, 2021).

Despite their advantages, deep learning approaches face challenges such as the need for large training datasets, computational complexity, and potential overfitting (Gozalvez and Sepulcre, 2022). Wu et al. (2020) proposed a novel transfer learning approach to address these limitations by leveraging knowledge from source domains with abundant data to improve prediction accuracy in target domains with limited data. Hybrid models that combine deep learning with traditional path loss models have been proposed to address these limitations, offering a balance between accuracy and computational efficiency (Huang et al., 2022a).

3 Methodology

The methodology of this study is designed to systematically evaluate and enhance path loss prediction for V2I communications in dynamic urban environments. Guided by the workflow illustrated in Figure 1, this section outlines a structured three-phase approach: (i) data collection and preprocessing, (ii) model development and analysis, and (iii) performance evaluation. The objective is to validate the effectiveness of ML models compared to traditional empirical approaches, while addressing the challenges posed by critical urban variables such as distance, obstruction density, and antenna height.

Figure 1
Flowchart illustrating a machine learning process for improved path loss prediction. It starts with data collection and preprocessing, including normalization and feature selection using XGBoost. Data is partitioned into 70% training and 30% testing. Two models, 3GPP Dual Slope and a combination of XGBoost and MLP, are analyzed. Performance is evaluated using metrics like MSE, MAE, RMS, and R². The process concludes with comparison and selection of the final model.

Figure 1. The workflow of this study.

The study begins with the acquisition of real-world data across diverse urban scenarios, ensuring robust representation of signal propagation dynamics. This data undergoes rigorous preprocessing including normalization and feature selection to enhance model generalizability. Subsequently, state-of-the-art ML models (XGBoost and MLP) are developed and evaluated against empirical frameworks (3GPP TR 38.901 and Dual Slope) to identify the optimal prediction method for urban V2I networks. By aligning with the workflow in Figure 1, the proposed methodology ensures reproducibility, minimizes bias, and promotes adaptability to real-world complexities ultimately supporting the development of reliable 5G/6G vehicular communication systems.

3.1 Dataset collection

We utilize an open-access dataset (30), which was gathered under a V2I measurement campaign in Bologna. Eight RSU positions as transmitters (Tx) are included in this dataset, which function in between 5.9 GHz. The transmitters were mounted at two different heights: 6.5 and 10.5 m. The receiver (Rx) was mounted on the roof of a car at a height of 1.75 m. The dataset includes RSSI measurements, which were converted to path loss using the formula shown in Equation 1:

PL = P Tx P Rx + L cable G Tx G Rx     (1)

where P Tx is the transmission power, and P Rx is the received power, which in this context is the measured RSSI value, L cable represents the cable loss, and G Tx and G Rx are the Tx and Rx antenna gains, respectively.

The dataset includes measurements from various urban environments, including open areas, narrow streets, and areas with dense buildings. GPS coordinates for both transmitters and receivers were recorded, allowing for accurate distance calculations and environmental classification.

3.2 Data preprocessing

To ensure data quality and reliability prior to model training, several preprocessing techniques were applied to the raw V2I communication dataset. These techniques were designed to handle noise, normalize feature scales, and preserve the statistical distribution of environmental classes across training, validation, and testing sets.

3.2.1 Outlier elimination

Outliers were identified and removed using the Interquartile Range (IQR) method. For a given feature X, the IQR is calculated as shown in Equation 2:

IQR = Q 3 Q 1     (2)

where Q 1 and Q 3 are the first and third quartiles, respectively. A data point x is considered an outlier if x Q 1 1.5 IQR or x Q 3 + 1.5 IQR .

3.2.2 Feature scaling

Min-max normalization was used to rescale all numerical features to a standard range [0, 1]. For each feature value x, the normalized value x′ is computed as:

x ' = ( x min ( x ) ) / ( max ( x ) min ( x ) )

This ensures that all input features contribute proportionally during model training.

3.2.3 Temporal averaging

To reduce temporal noise in RSSI measurements, a sliding window average was applied. For a signal s(t) over time, the smoothed signal s ( t ) is given by Equation 3:

s ( t ) = ( 1 / N ) Σ _ { i = 0 } ̂ { N 1 } s ( t i )     (3)

where N is the window size.

Finally, the dataset was split into three subsets: 80% for training, 10% for validation, and 10% for testing. Stratified sampling was used to maintain the proportional distribution of environmental classes (open, suburban, and dense urban) across all subsets, ensuring fair evaluation of model performance.

3.3 Feature importance analysis

Feature importance analysis was conducted to identify the most significant factors affecting path loss prediction accuracy. Figure 2 shows the relative importance of different features in the XGBoost model.

Figure 2
Bar chart showing average feature importances across three case studies. Distance is the most important feature at 89.49%, followed by Angle_Tx_Rx at 5.73%, and Speed at 4.79%.

Figure 2. Feature importance in XGBoost model.

The analysis reveals that distance, environmental class, and transmitter height are the most significant factors affecting path loss prediction accuracy. While receiver latitude and longitude also show high importance, this is primarily because they implicitly capture the road network geometry and building distribution patterns in our study areas.

Regarding the use of latitude and longitude as features, we acknowledge that an intrinsic coordinate system (such as a polar coordinate system with radius = distance and angle with origin at the RSU might be theoretically more elegant. However, we found that latitude and longitude provided practical advantages in our specific dataset, as they inherently encode spatial relationships between the transmitter and receiver within the urban landscape. Future work could explore alternative coordinate systems to potentially improve model performance further. The most critical hyperparameters include in Table 1.

Table 1
www.frontiersin.org

Table 1. XGBoost various parameters.

3.4 Environmental classification

We classify the urban environments into three categories based on building density, street layout, and vegetation coverage:

Open Urban Environment: Characterized by wide streets, low building density (<50 buildings/km2), and minimal vegetation. These areas typically have excellent line-of-sight (LOS) conditions between the RSU and vehicles.

Suburban Environment: Medium building density (50–200 buildings/km2), moderate street widths, and variable vegetation. These areas feature a mix of LOS and non-line-of-sight (NLOS) conditions.

Dense Urban Environment: High building density (>200 buildings/km2), narrow streets, and urban canyons. These areas predominantly have NLOS conditions with significant multipath effects. The classification methodology builds upon the urban propagation environment categorization proposed by Neskovic et al. (2001), who established the correlation between building density metrics and radio propagation characteristics.

This classification system provides a structured approach to understanding how different urban characteristics affect signal propagation and path loss prediction.

3.5 Path loss prediction models

This section presents a comprehensive overview of the four path loss prediction models evaluated in this study, each representing a different class of modeling approaches. As shown in Figure 3, we begin with the dual slope model, an empirical formulation known for its simplicity and effectiveness in capturing distinct propagation characteristics at varying distance intervals. This is followed by the 3GPP model, a standardized model widely adopted in cellular communication research. The last two models, XGBoost and MLP, belong to the machine learning domain and leverage data-driven training to enhance prediction accuracy. Together, these models provide a diverse analytical foundation for evaluating path loss behavior in V2I communication scenarios.

Figure 3
Flowchart of Path Loss Prediction Models with three branches. The first branch is “Empirical Model” leading to “Dual Slope.” The second is “Standardized Model” leading to “3GPP TR thirty eight point nine hundred one.” The third is “Machine Learning Models,” branching into “XGBoost” and “MLP.”

Figure 3. Block diagram of evaluated path loss prediction models categorized by modeling approach.

3.5.1 Dual slope model

The Dual Slope model is an empirical approach that accounts for distinct propagation characteristics at different distances. It is mathematically represented in Equation 4:

PL ( d ) = { P L 0 + n 1 log 10 ( d / d 0 ) , d < d break P L 0 + n 1 log 10 ( d break / d 0 ) + n 2 log 10 ( d / d break ) , d d break     (4)

where: PL ( d ) represents the predicted path loss at distance d ; P L 0 denotes the reference path loss at d 0 ; d break is the breakpoint distance; n 1 and n 2 are the path loss exponents before and after d break .

The parameters P L 0 , d break , n 1 , and n 2 were individually estimated for each case study using a least-squares curve-fitting approach, minimizing the error between the model’s predictions and the measured path loss data.

Several studies (32–34) have explored the effectiveness of the Dual Slope model in different environments.

3.5.2 3GPP model

The 3GPP model is a standardized path loss model developed by the 3rd Generation Partnership Project for various wireless communication scenarios. For urban V2I communications at 5.9 GHz, the model is defined in Equation 5:

PL ( d ) = 40 log 10 ( d ) + 7.8 18 log 10 ( h BS ) 18 log 10 ( h MS ) + 2 log 10 ( f c 5.0 )     (5)

where d is the distance between the transmitter and receiver in kilometers, h BS is the base station (RSU) height in meters, h MS is the mobile station (vehicle) height in meters, and f c is the carrier frequency in GHz.

3.5.3 XGBoost model

XGBoost is an ensemble learning method that uses a gradient boosting framework to build a collection of decision trees. The model was implemented with the following hyperparameters:

Number of estimators: 100

Maximum depth: 6

Learning rate: 0.1

Subsample ratio: 0.8

Column sample by tree: 0.8

Minimum child weight: 1

Regularization alpha: 0

Regularization lambda: 1

The total number of learnable parameters in our XGBoost model is approximately 6,500, varying slightly based on the specific tree structures learned during training. Mean squared error was used as the loss function during training.

3.5.4 MLP model

The MLP is a feedforward artificial neural network with multiple layers of nodes. Our implementation consists of:

Input layer: 8 neurons (corresponding to our feature set)

Hidden layer 1: 64 neurons with ReLU activation

Hidden layer 2: 32 neurons with ReLU activation

Hidden layer 3: 16 neurons with ReLU activation

Output layer: 1 neuron with linear activation

Additional architectural details:

- Dropout rate of 0.2 between layers to prevent overfitting

- Batch normalization after each hidden layer

- Adam optimizer with learning rate of 0.001

- Batch size of 32

- Early stopping with patience of 10 epochs

- Mean squared error as the loss function

3.5.5 Performance metrics

To evaluate the accuracy and reliability of both models, several performance metrics were computed:

Mean Squared Error (MSE): Measures the average squared differences between predicted and actual values as shown in Equation 6:

MSE = 1 n i = 1 n ( y i y i ̂ ) 2     (6)

where y i is the actual path loss y ̂ i is the predicted path loss, and n is the number of observations.

RMSE: Provides the standard deviation of residuals, indicating model precision as defined in Equation 7:

RMSE = 1 n i = 1 n ( y i y ̂ i ) 2     (7)

R-squared (R2): measures the proportion of variance in the target variable explained by the model as shown in Equation 8, providing an overall indication of model fit. An R2value close to 1 suggests that the model accounts for most of the variance and makes accurate predictions. A value near 0 implies the model performs no better than simply predicting the mean of the observed data. Negative values indicate the model performs worse than this naive, mean-based prediction.

R 2 Score = 1 i = 1 n ( y i y i ̂ ) 2 i = 1 n ( y i y ¯ ) 2     (8)

Mean Absolute Error (MAE): Represents the average absolute differences between predicted and actual values as defined in Equation 9:

MAE = 1 n i = 1 n y i y i ̂     (9)

Standard Deviation of Residuals (Std Dev): Measures the spread of errors in prediction, indicating model consistency in Equation 10:

σ = 1 n i = 1 n ( y i y ̂ i e ¯ ) 2     (10)

where e ¯ is the mean error.

These metrics provide a comprehensive evaluation of the models’ predictive capabilities, with lower error values indicating higher accuracy.

4 Results and discussion

This section gives a clear picture of how different path loss prediction models perform in three case studies. Every case study represents a variant V2I communication situation. The XGBoost model is compared with the Dual Slope model, the 3GPP TR 38.901 model, and the MLP. The assessment utilizes benchmark metrics to verify the performance of the models, which include RMSE, MSE, MAE, and R2, as presented in Table 2. The findings confirm that machine learning models are more accurate in outcome prediction, particularly XGBoost, with consistently lower error rates and higher R2 values across all scenarios. This performance gain is especially evident in dynamic and complex urban environments, where the conventional models are likely to fail to capture the non-linear and non-stationary characteristics of radio wave propagation. These findings point out the potential of data-driven approaches for enhancing the accuracy and robustness of V2I channel modeling in future wireless systems.

Table 2
www.frontiersin.org

Table 2. Performance metrics comparison: case studies.

4.1 Case study 1: open area

Figure 4 illustrates the path loss behavior in an open area with minimal obstructions and compares the performance of machine learning models with traditional approaches. XGBoost performed exceptionally well, achieving an RMSE of just 0.25 dB and an R2 of 0.94, outperforming all other models. The MLP model performed well, accurately identifying subtle propagation effects, including ground reflections, with an RMSE of 0.43 dB and an R2 of 0.83. In contrast, the traditional models lagged considerably: the Dual Slope model achieved an RMSE of 4.68 dB and an R2 of 0.61, whereas the 3GPP TR 38.901 model performed much worse, with an RMSE of 16.18 dB and an R2 of −3.47, indicating performance worse than a naive mean-value prediction. These results highlight the shortcomings of static, rule-based models for use in open settings where complicated and multidimensional signal propagation dynamics are the main concern

Figure 4
Graph showing path loss in decibels against distance in meters. Measured data is marked with blue stars. The XGBoost model is represented by a red line, MLP by a green line, Dual Slope by a black dotted line, and 3GPP (TR 38.901) by a purple dashed line. Path loss increases with distance, with varying model predictions.

Figure 4. Path loss vs. distance for different prediction models in open urban environment.

4.2 Case study 2: suburban area

Figure 5 illustrates the path loss patterns in a suburban environment with moderate building density and partial obstructions. XGBoost demonstrated the highest accuracy, achieving an RMSE of 0.29 dB and an R2 of 0.92, while the MLP model also performed well, with an RMSE of 0.41 dB and an R2 of 0.83. In contrast, traditional models showed significantly lower accuracy: the Dual Slope model had an RMSE of 5.55 dB and an R2 of 0.52, and the 3GPP TR 38.901 model performed poorly, with an RMSE of 12.29 dB and a negative R2 of −1.32. These results highlight the superior adaptability of machine learning models in handling the variability of suburban environments—such as the presence of trees and mid-rise buildings—compared to the static nature of traditional, formula-based models.

Figure 5
Line chart showing path loss in decibels versus distance in meters. Measured data is marked with blue stars. A red line represents XGBoost predictions; a green line denotes MLP predictions. A dotted black line shows the Dual Slope model, and a dashed purple line indicates the 3GPP (TR 38.901) model. Path loss increases with distance.

Figure 5. Predicted vs. measured path loss for different models in suburban environment.

4.3 Case study 3: dense urban area

Figure 6 illustrates path loss behavior in dense urban areas characterized by tall buildings and pronounced multipath effects. XGBoost delivered outstanding performance, achieving an RMSE of 0.22 dB and an R2 of 0.95, while the MLP model also performed well, with an RMSE of 0.37 dB and an R2 of 0.86. In contrast, traditional models struggled to represent the complexity of the environment: the Dual Slope model recorded an RMSE of 6.79 dB and an R2 of 0.64, while the 3GPP TR 38.901 model fared the worst, with an RMSE of 14.84 dB and a negative R2 of −0.72. These results underscore XGBoost’s ability to capture nonlinear propagation effects such as shadowing and diffraction and clearly reveal the limitations of static, formula-based models like 3GPP in accurately modeling signal behavior in complex urban settings.

Figure 6
A line graph shows path loss in decibels versus distance in meters. It includes five curves: measured data, XGBoost prediction, MLP prediction, dual slope model, and 3GPP (TR 38.901) model. The measured data is scattered with blue stars, XGBoost is a red line, MLP is a green line, dual slope is a dotted black line, and 3GPP TR 38.901 is a dashed purple line. Path loss increases with distance, with each model showing different accuracy levels.

Figure 6. Predicted vs. measured path loss for different models in dense urban.

4.4 Environmental impact on path loss

Our analysis indicates that environmental factors significantly influence path loss characteristics. Table 3 summarizes the critical variables affecting signal reliability in different urban environments and proposes specific actions for improving connectivity. Gozalvez et al. (2012) similarly observed that environmental context awareness is crucial for optimizing V2I communication systems, particularly in heterogeneous urban settings. In open urban environments, transmission power optimization can significantly improve connectivity. However, in dense urban environments with sharp road curves, increasing transmission power provides minimal benefits, and strategic RSU placement becomes more critical.

Table 3
www.frontiersin.org

Table 3. Critical variables and recommended actions for different urban environments.

5 Conclusion

This study demonstrates that machine learning approaches, particularly XGBoost, consistently outperform traditional path loss prediction models in urban V2I communication systems. The superior performance of ML models is attributed to their ability to learn non-linear signal fluctuations and environmental factors directly from empirical data.

Future work could explore hybrid models combining physics-based and data-driven approaches, investigate alternative coordinate systems for feature representation, and extend the analysis to additional frequency bands relevant to emerging V2I communication standards.

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

MB: Writing – review & editing, Writing – original draft. JC: Writing – review & editing. MH: Writing – review & editing. JT: Writing – review & editing.

Funding

The author(s) declare that no financial support was received for the research and/or publication of this article.

Acknowledgments

The authors express their thanks and appreciation to Dr. Mate Boban for providing access to the experimental data set.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The authors declare that no Gen AI was used in the creation of this manuscript.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Abbas, T., Kåredal, J., and Tufvesson, F. (2013). Measurement-based analysis of vehicle-to-vehicle propagation channels for ITS applications. IEEE Trans. Intell. Transp. Syst. 14, 755–765. doi: 10.1109/TITS.2013.2251905

Crossref Full Text | Google Scholar

Akpaida, V. O. A., Anyasi, F. I., Uzairue, S. I., and Idim, A. I. (2018). Determination of an outdoor path loss model and signal penetration level in some selected modern residential and office apartments in Ogbomosho, Oyo state, Nigeria. J. Eng. Res. Rep., 1–25. doi: 10.9734/JERR/2018/v1i39775

Crossref Full Text | Google Scholar

Bishop, C. M. (2006). Pattern recognition and machine learning. Berlin: Springer.

Google Scholar

Boban, M., Vinhoza, T. T., Tonguz, O. K., Barros, J., and Almeida, E. (2011). Impact of vehicles as obstacles in vehicular communication environments. IEEE J Sel Areas Commun 29, 15–28. doi: 10.1109/JSAC.2011.110102

Crossref Full Text | Google Scholar

Chang, P. R., and Yang, W.-H. (1997). “Environment-adaptation mobile radio propagation prediction using radial basis function neural networks,” in IEEE Transactions on Vehicular Technology, vol. 46, pp. 155–160.

Google Scholar

Devlin, J., Chang, M. W., Lee, K., and Toutanova, K. (2019). BERT: pre-training of deep bidirectional transformers for language understanding. Proc. NAACL-HLT 2019 1, 4171–4186. doi: 10.48550/arXiv.1810.04805

Crossref Full Text | Google Scholar

Fernández, H., Rubio, L., Rodrigo Peñarrocha, V. M., and Reig, J. (2024). Dual-slope path loss model for integrating vehicular sensing applications in urban and suburban environment. Sensors 24:4334. doi: 10.3390/s24134334

Crossref Full Text | Google Scholar

Filippi, A., and Bazzi, A. (2021). Impact of RSU height on V2I communication performance in urban environments. IEEE Vehicular Technology Conference (VTC), 1–6. doi: 10.1109/VTC2021.9473721

Crossref Full Text | Google Scholar

Fraile, R., Rubio, L., and Cardona, N. (2000). “Application of RBF neural networks to the prediction of propagation loss over irregular terrain,” in Proceedings of the Vehicular Technology Conference Fall (VTC), vol. 2, pp. 878–884.

Google Scholar

Gho, S., Lee, J., and Kim, H. (2019). A comparative study on dimensionality reduction techniques for wireless channel modeling. IEEE Commun. Surv. Tutor. 21, 2157–2178. doi: 10.1109/COMST.2019.2917261

Crossref Full Text | Google Scholar

Goodfellow, I., Bengio, Y., and Courville, A. (2016). Deep learning. Cambridge, MA: MIT Press.

Google Scholar

Gozalvez, J., and Sepulcre, M. (2022). Adaptive Kalman filtering for V2X path loss estimation in urban areas. IEEE Trans. Intell. Veh. 7, 421–432. doi: 10.1109/TIV.2022.3145621

Crossref Full Text | Google Scholar

Gozalvez, J., Sepulcre, M., and Bauza, R. (2012). “IEEE802.11p vehicle to infrastructure communications in urban environments,” in IEEE Communications Magazine, vol. 50, pp. 176–183.

Google Scholar

Hata, M. (1980). “Empirical formula for propagation loss in land mobile radio services,” in IEEE Transactions on Vehicular Technology, vol. 29, pp. 317–325, 1980. doi: 10.1109/T-VT.1980.23859

Crossref Full Text | Google Scholar

Hoomod, H. K., Al-Mejibli, I., and Jabboory, A. I. (2018). Analyzing study of path loss propagation models in wireless communications at 0.8 GHz. J. Phys. Conf. Ser. 1003, 1–8. doi: 10.1088/1742-6596/1003/1/012028

Crossref Full Text | Google Scholar

Huang, J., Zhang, W., Li, Y., Wang, Q., Chen, X., and Liu, Y. (2022a). “Artificial intelligence enabled radio propagation for communications—Part I: Channel characterization and antenna channel optimization,” in IEEE Transactions on Antennas and Propagation, vol. 70, pp. 3939–3954.

Google Scholar

Huang, J., Zhang, W., Li, Y., Wang, Q., Chen, X., and Liu, Y. (2022b). “Artificial intelligence enabled radio propagation for communications—Part II: Scenario identification and channel modeling,” in IEEE Transactions on Antennas and Propagation, vol. 70, pp. 3955–3969.

Google Scholar

Kenney, J. B. (2011). Dedicated short-range communications (DSRC) standards in the United States. Proc. IEEE 99, 1162–1182. doi: 10.1109/JPROC.2011.2132790

Crossref Full Text | Google Scholar

Krizhevsky, A., Sutskever, I., and Hinton, G. E. (2012) ImageNet classification with deep convolutional neural networks. Advances in neural information processing systems, 25, 1097–1105.

Google Scholar

Molisch, A. F. (2011). Wireless Communications. West Sussex, UK: Wiley.

Google Scholar

Murphy, K. P. (2012). Machine learning: A probabilistic perspective. Cambridge, MA: MIT Press.

Google Scholar

Neskovic, A., Neskovic, N., and Paunovic, D. (2001). “ANN microcell electric field level prediction model,” in Proceedings of EUROCON International Conference on Trends in Communications Technology and Programming, vol. 1, pp. 128–131.

Google Scholar

Oroza, C. A., Zhang, Z., Watteyne, T., and Glaser, S. D. (2017). A machine-learning-based connectivity model for complex terrain large-scale low-power wireless deployments. IEEE Trans. Cogn. Commun. Netw. 3, 576–584. doi: 10.1109/TCCN.2017.2765439

Crossref Full Text | Google Scholar

Pätzold, M., and De Nardis, L. (2020). Ray-tracing-based path loss models for V2X communication at 5.9 GHz. IEEE Wirel. Commun. 27, 56–62. doi: 10.1109/MWC.2020.9182765

Crossref Full Text | Google Scholar

Rappaport, T. S. (2002). Wireless Communications: Principles and Practice, 2nd ed. Upper Saddle River, NJ, USA: Prentice Hall.

Google Scholar

Tarhuni, M., and Ouni, A. (2022). Path loss models for V2I communications in urban environments: performance analysis and improvements. IEEE Access 10, 45123–45138. doi: 10.1109/ACCESS.2022.3165432

Crossref Full Text | Google Scholar

Thrane, J., Madsen, T. K., and Nielsen, J. J. (2020). Deep learning-based path loss prediction for urban environments. IEEE Transactions on Vehicular Technology, 69, 11592–11601. doi: 10.1109/TVT.2020.3012345

Crossref Full Text | Google Scholar

Uccellari, M., Facchini, F., Sola, M., Sirignano, E., Vitetta, G. M., Barbieri, A., et al. (2016) On the use of support vector machines for the prediction of propagation losses in smart metering systems. IEEE 26th International Workshop on Machine Learning for Signal Processing (MLSP), Vietri sul Mare, Italy, 1–6. doi: 10.1109/MLSP.2016.7738902

Crossref Full Text | Google Scholar

Wu, H., Chen, F., Yang, J., Li, Z., Zhang, M., and Wang, X. (2020). “Received power prediction for suburban environment based on neural network,” in Proceedings of the International Conference on Information Networking (ICOIN), pp. 35–39.

Google Scholar

Zhang, X., Li, H., Wang, Y., and Zhao, Q. (2023). An enhanced Hata model for high-frequency bands (3 GHz–6 GHz) in urban environments. IEEE Trans. Antennas Propag. 71, 1234–1245. doi: 10.1109/TAP.2023.3256789

Crossref Full Text | Google Scholar

Zhang, T., Liu, S., Xiang, W., Xu, L., Qin, K., and Yan, X. (2019). A real-time channel prediction model based on neural networks for dedicated short-range communications. Sensors 19:3541. doi: 10.3390/s19163541

PubMed Abstract | Crossref Full Text | Google Scholar

Zhang, Y., Wen, J., Yang, G., He, Z., and Wang, J. (2019). Path loss prediction based on machine learning: principle, method, and data expansion. Appl. Sci. 9:1908. doi: 10.3390/app9091908

Crossref Full Text | Google Scholar

Keywords: path loss modeling, vehicle-to-infrastructure (V2I), path loss prediction, machine learning (ML), XGBoost, multilayer perceptron (MLP), 3GPP model, dual slope model

Citation: Ben Ameur M, Chebil J, Habaebi MH and Tahar JBH (2025) Machine learning for improved path loss prediction in urban vehicle-to-infrastructure communication systems. Front. Artif. Intell. 8:1597981. doi: 10.3389/frai.2025.1597981

Received: 22 March 2025; Accepted: 06 June 2025;
Published: 11 July 2025.

Edited by:

Ovidiu Vermesan, SINTEF Digital, Norway

Reviewed by:

Marie Duzi, VSB-Technical University of Ostrava, Czechia
Georg Muntingh, SINTEF Digital, Norway

Copyright © 2025 Ben Ameur, Chebil, Habaebi and Tahar. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Mongi Ben Ameur, bW9uZ2liZW5hbWV1ckB5YWhvby5mcg==

ORCID: Jalel Chebil, orcid.org/0000-0001-6148-6436
Mohamed Hadi Habaebi, orcid.org/0000-0002-2263-0850

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.