
IEEE ITSC2024
M2 Student Doyoon Presents at IEEE ITSC 2024 in Edmonton, Canada
International Conference · 2024
This study presents a cost-effective machine learning-based framework for predicting vehicle merging points on-ramps. Unlike previous deep learning-based methods, our model offers a practical solution that combines high accuracy with reasonable training and inference costs. Our framework detects vehicles from videos by a fixed camera using the YOLO v5 object detector, tracks vehicles by our newly designed original tracker, generates vehicle merging data, and predicts merging points using the Random Forest Regression (RFR) model. The model employs multivariate multiple regression to predict multiple decision-making points (DPs) along the on-ramp lane by considering the positions and velocities of the merging vehicle and its four neighboring vehicles. These DPs replicate the decision-making process of human drivers. We evaluate our approach on collected video data and compare the performance in terms of prediction accuracy and inference speed with a (shallow) bi-directional long short-term memory (Bi-LSTM) model. The results show that our model's RMSE from the human drivers' data is about 74% smaller than that of Bi-LSTM in our data setting, despite only a one-millisecond difference in inference time.