Search papers, labs, and topics across Lattice.
This paper introduces Uncertainty-Aware Motion Planning (UAMP), which enhances motion planning for autonomous vehicles by incorporating uncertainty in predicting human driver behaviors in mixed-traffic environments. By utilizing a proximity-aware uncertainty estimator and Uncertainty-Calibrated Value Learning (UCVL), UAMP effectively quantifies intent uncertainty and mitigates biases in value function learning. Experimental results demonstrate that UAMP significantly improves safety and driving comfort while maintaining traffic efficiency compared to existing methods.
Incorporating uncertainty in human intent predictions can drastically enhance the safety and comfort of autonomous driving in mixed-traffic scenarios.
In mixed-traffic environments where autonomous and human-driven vehicles may co-exist, motion planning for autonomous vehicles requires anticipating the future behaviors of surrounding human drivers. Existing reinforcement learning-based methods generally directly incorporate the predicted human intents into the observation to enable a proactive planning. However, human intent is inherently uncertain due to the behavioral diversity, perception noise, and partial observability. Treating predicted intends as deterministic states can result in unsafe decisions for autonomous vehicles. To address this problem, we propose Uncertainty-Aware Motion Planning (UAMP), which incorporates uncertainty in human intent prediction for AV decision-making. Specifically, UAMP first introduces a proximity-aware uncertainty estimator to quantify the interaction-conditioned intent uncertainty and constructs an uncertainty-guided joint intent distribution over surrounding human-driven vehicles. Within this uncertainty set, UAMP further introduces Uncertainty-Calibrated Value Learning (UCVL) to correct value function learning biases arising from directly incorporating uncertain human intent predictions into the observation. Extensive experiments in various mixed-traffic scenarios show that UAMP significantly improves safety and driving comfort, while maintaining traffic efficiency compared with existing approaches. The code is released at https://anonymous.4open.science/r/UAMP-5638.