Vehicle State Estimation and Prediction

Xinchen Li,Levent Guvenc,Bilin Aksun-Guvenc
2023-04-25
Abstract:This paper presents methods for vehicle state estimation and prediction for autonomous driving. A roundabout is chosen to apply the methods and illustrate the results as autonomous vehicles have difficulty in handling roundabouts. State estimation based on the unscented Kalman filter (UKF) is introduced first with application to a roundabout. The microscopic traffic simulator SUMO is used to generate realistic traffic in the roundabout for the simulation experiments. Change point detection based driving behavior prediction using a multi policy approach is then introduced and evaluated for the round intersection example. Finally, these methods are combined for vehicle trajectory estimation based on UKF and policy prediction and demonstrated using the roundabout example.
Systems and Control,Robotics
What problem does this paper attempt to address?
The paper primarily focuses on addressing the issues of state estimation and future behavior prediction of other vehicles in autonomous driving scenarios, particularly in the specific and complex traffic scenario of roundabouts. The core contributions of the paper include: 1. **Vehicle State Estimation**: - A method based on the Unscented Kalman Filter (UKF) is proposed to estimate the state of surrounding vehicles, especially for those state variables that cannot be directly observed (e.g., angular velocity and other internal states). - The SUMO microscopic traffic simulator is used to generate actual traffic data within the roundabout for simulation experiments. 2. **Driving Behavior Prediction**: - Driving behavior prediction is conducted using change point detection technology, identifying the current behavior and abnormal behavior of vehicles through a multi-strategy approach, and predicting future dynamic behavior. - By combining the hidden states of vehicles estimated by UKF with the driving behavior prediction results, the accuracy of future trajectory prediction is further improved. 3. **Joint Prediction Method**: - A comprehensive method is proposed that combines UKF-based state estimation with driving behavior prediction to predict the future trajectories of other vehicles over a period of time. - This method helps autonomous vehicles better understand the surrounding environment, thereby making more efficient and robust decisions. Through these methods, the paper aims to enhance the understanding of the behavior of surrounding vehicles by autonomous driving systems, thereby improving the safety and efficiency of autonomous driving. Specifically, in complex scenarios like roundabouts, the application of these methods is particularly important.