A CNN-LSTM Based Model to Predict Trajectory of Human-Driven Vehicle
Saeid Nahavandi,Houshyar Asadi,Shady M. K. Mohamed,Shehab Alsanwy,M. C. Qazani
DOI: https://doi.org/10.1109/SMC53992.2023.10394243
2023-10-01
Abstract:Vehicle trajectory prediction is essential in ensuring the safe and efficient operation of advanced driver assistance systems (ADAS) and autonomous vehicles (AVs), as it enables highly efficient collision avoidance, path planning, and traffic control. However, existing models for vehicle trajectory prediction predominantly focus on limited driving scenarios, resulting in limited applicability. To address this limitation, we present a novel vehicle trajectory prediction approach that employs a Convolutional Long Short-Term Memory (CNN-LSTM) model, incorporating simulated environments and vehicle dynamic time series data, including longitudinal, vertical, and latitudinal position and acceleration. Our approach is distinguished by its ability to handle diverse urban driving scenarios, such as highways, roundabouts, intersections, and turns, which enhances its applicability and generalizability. We experimented and collected vehicle data from 17 drivers using a stationary driving simulator and the Euro Truck Simulator software. For the model implementation and validation, we utilized Python 3.9 and Google Colab, as well as the Scikit-learn library for Deep learning algorithms. The proposed CNN-LSTM model leverages a convolutional layer to learn local patterns and an LSTM layer to capture long-term temporal dependencies, improving performance in predicting vehicle trajectories. The experimental results demonstrate that the CNN-LSTM model provides more accurate predictions for longitudinal and lateral positions compared to traditional vehicle trajectory prediction methods that employ LSTM and Recurrent Neural Network (RNN). This research contributes to developing robust and reliable vehicle trajectory prediction systems vital for ADAS and AVs' safe and efficient operation. The proposed approach broadens the applicability of trajectory prediction models, enabling better-informed decision-making in various driving conditions and ultimately improving road safety and efficiency in the rapidly evolving field of autonomous transportation.
Computer Science,Engineering