A Novel Model for Driver Lane Change Prediction in Cooperative Adaptive Cruise Control Systems

Armin Nejadhossein Qasemabadi,Saeed Mozaffari,Mahdi Rezaei,Majid Ahmadi,Shahpour Alirezaee
2023-05-02
Abstract:Accurate lane change prediction can reduce potential accidents and contribute to higher road safety. Adaptive cruise control (ACC), lane departure avoidance (LDA), and lane keeping assistance (LKA) are some conventional modules in advanced driver assistance systems (ADAS). Thanks to vehicle-to-vehicle communication (V2V), vehicles can share traffic information with surrounding vehicles, enabling cooperative adaptive cruise control (CACC). While ACC relies on the vehicle's sensors to obtain the position and velocity of the leading vehicle, CACC also has access to the acceleration of multiple vehicles through V2V communication. This paper compares the type of information (position, velocity, acceleration) and the number of surrounding vehicles for driver lane change prediction. We trained an LSTM (Long Short-Term Memory) on the HighD dataset to predict lane change intention. Results indicate a significant improvement in accuracy with an increase in the number of surrounding vehicles and the information received from them. Specifically, the proposed model can predict the ego vehicle lane change with 59.15% and 92.43% accuracy in ACC and CACC scenarios, respectively.
Robotics,Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?
The main objective of this paper is to address the issue of driver lane change prediction to improve road traffic safety and passenger comfort. Specifically, the study explores how the exchange of information between the vehicle and surrounding vehicles (including data such as position, speed, and acceleration) affects the accuracy of lane change prediction. The research employs a Long Short-Term Memory (LSTM) network model, which was trained and evaluated on the HighD dataset. The results show that in a Cooperative Adaptive Cruise Control (CACC) system, compared to a traditional Adaptive Cruise Control (ACC) system, the accuracy of lane change prediction significantly improves when the number of surrounding vehicles and the information they provide are increased. Specifically, in the ACC scenario, the prediction accuracy is 59.15%, while in the CACC scenario, the accuracy increases to 92.43%. Additionally, the study investigates the impact of different numbers of LSTM units and input sequence lengths on prediction performance.