Related Experiment Videos
Transfer learning for spatio-temporal transferability of real-time crash prediction models
Cheuk Ki Man1, Mohammed Quddus2, Athanasios Theofilatos1
1School of Architecture, Building and Civil Engineering, Loughborough University, Loughborough LE11 3TU, United Kingdom..
Accident; Analysis and Prevention
|December 11, 2021
Summary
Transfer learning with Generative Adversarial Networks (GANs) improves real-time traffic crash prediction models. This approach enhances spatio-temporal transferability, outperforming standalone models even with imbalanced data.
Area of Science:
- Traffic Safety
- Machine Learning
- Data Science
Background:
- Real-time crash prediction models are crucial for proactive traffic management.
- Spatio-temporal transferability remains a significant challenge for existing models.
- Traffic datasets often exhibit extreme class imbalance, hindering model development.
Purpose of the Study:
- To investigate the spatio-temporal transferability of real-time crash prediction models.
- To address data imbalance issues using Generative Adversarial Networks (GANs) and transfer learning.
- To evaluate the effectiveness of transfer learning in improving model performance across different datasets.
Main Methods:
- Developed a baseline Deep Neural Network (DNN) model using UK motorway data (2017).
- Utilized Wasserstein GAN (WGAN) to generate synthetic crash data for imbalanced datasets.
- Applied transfer learning to adapt the calibrated model to new datasets from different motorways and years.
Main Results:
- Direct transfer of the baseline model was not feasible.
- Transfer learning significantly improved spatio-temporal transferability of crash prediction models.
- Achieved high Area Under Curve (AUC) values (0.69-0.95), with the best model predicting 95% of crashes with a 5% false alarm rate.
- Transferred models performed comparably to or better than standalone models.
Conclusions:
- Transfer learning is effective in enhancing the transferability of real-time crash prediction models, especially under extreme data imbalance.
- The proposed GAN-based transfer learning approach offers a viable solution for developing robust and transferable traffic safety models.
- Findings support traffic engineers in creating more reliable and widely applicable predictive models.
Related Concept Videos
Improving Translational Accuracy
2.9K
2.9K
Survival Tree
178
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
178
Prediction Intervals
2.4K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.4K