CoffeeKumazaki / arXiv

Repository to research & share articles related to autonomous driving cars.
76 stars 9 forks source link

MP3: A Unified Model to Map Perceive Predict and Plan. (arXiv:2101.06806v1 [cs.RO]) #2882

Open CoffeeKumazaki opened 3 years ago

CoffeeKumazaki commented 3 years ago

MP3: A Unified Model to Map, Perceive, Predict and Plan. (arXiv:2101.06806v1 [cs.RO])
https://ift.tt/2XQTSOO

High-definition maps (HD maps) are a key component of most modern self-driving systems due to their valuable semantic and geometric information. Unfortunately, building HD maps has proven hard to scale due to their cost as well as the requirements they impose in the localization system that has to work everywhere with centimeter-level accuracy. Being able to drive without an HD map would be very beneficial to scale self-driving solutions as well as to increase the failure tolerance of existing ones (e.g., if localization fails or the map is not up-to-date). Towards this goal, we propose MP3, an end-to-end approach to mapless driving where the input is raw sensor data and a high-level command (e.g., turn left at the intersection). MP3 predicts intermediate representations in the form of an online map and the current and future state of dynamic agents, and exploits them in a novel neural motion planner to make interpretable decisions taking into account uncertainty. We show that our approach is significantly safer, more comfortable, and can follow commands better than the baselines in challenging long-term closed-loop simulations, as well as when compared to an expert driver in a large-scale real-world dataset.



via cs.RO updates on arXiv.org http://arxiv.org/

CoffeeKumazaki commented 3 years ago

HDマップなし、センサー入力&高度な命令のみで走路計画を出力するend-to-endな手法「MP3」の提案