Learning from Naturalistic Driving Data for Human-like Autonomous Highway Driving

Donghao Xu,Zhezhang Ding,Xu He,Huijing Zhao,Mathieu Moze,François Aioun,Franck Guillemard
DOI: https://doi.org/10.48550/arXiv.2005.11470
2020-05-23
Abstract:Driving in a human-like manner is important for an autonomous vehicle to be a smart and predictable traffic participant. To achieve this goal, parameters of the motion planning module should be carefully tuned, which needs great effort and expert knowledge. In this study, a method of learning cost parameters of a motion planner from naturalistic driving data is proposed. The learning is achieved by encouraging the selected trajectory to approximate the human driving trajectory under the same traffic situation. The employed motion planner follows a widely accepted methodology that first samples candidate trajectories in the trajectory space, then select the one with minimal cost as the planned trajectory. Moreover, in addition to traditional factors such as comfort, efficiency and safety, the cost function is proposed to incorporate incentive of behavior decision like a human driver, so that both lane change decision and motion planning are coupled into one framework. Two types of lane incentive cost -- heuristic and learning based -- are proposed and implemented. To verify the validity of the proposed method, a data set is developed by using the naturalistic trajectory data of human drivers collected on the motorways in Beijing, containing samples of lane changes to the left and right lanes, and car followings. Experiments are conducted with respect to both lane change decision and motion planning, and promising results are achieved.
Computer Vision and Pattern Recognition,Machine Learning,Robotics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to achieve human - like driving behaviors in self - driving cars, especially lane - change decision - making and motion planning in highway scenarios. To achieve this goal, the paper proposes a method for learning the cost parameters of motion planners from natural driving data. Specifically, the paper aims to optimize the parameters of the cost function by minimizing the spatio - temporal distance between the planned trajectory and the human - driving trajectory in the same traffic situation, so that self - driving vehicles can better imitate the behavior of human drivers when choosing trajectories. This method not only considers traditional factors such as comfort, efficiency and safety, but also introduces the lane - change incentive cost to more comprehensively simulate the decision - making process of human drivers. In this way, the paper attempts to make the self - driving system make passengers and other traffic participants feel more comfortable and at ease while performing tasks.