paper-with-me

홈 › Papers

What data do we need for training an AV motion planner?

2021-05-26 · Long Chen, Lukas Platinsky, Stefanie Speichert, Blazej Osinski, Oliver Scheel, Yawei Ye, Hugo Grimmett, Luca Del Pero, Peter Ondruska

We investigate what grade of sensor data is required for training an imitation-learning-based AV planner on human expert demonstration. Machine-learned planners are very hungry for training data, which is usually collected using vehicles equipped with the same sensors used for autonomous operation. This is costly and non-scalable. If cheaper sensors could be used for collection instead, data availability would go up, which is crucial in a field where data volume requirements are large and availability is small. We present experiments using up to 1000 hours worth of expert demonstration and find that training with 10x lower-quality data outperforms 1x AV-grade data in terms of planner performance. The important implication of this is that cheaper sensors can indeed be used. This serves to improve data access and democratize the field of imitation-based motion planning. Alongside this, we perform a sensitivity analysis of planner performance as a function of perception range, field-of-view, accuracy, and data volume, and the reason why lower-quality data still provide good planning results.

📄 PDF Abstract BibTeX arXiv:2105.12337

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningMotion Planning

Similar Papers 제목 키워드 기반

What Symmetry Buys a Learned Motion Planner

2026-09-09 · Andrea Emir Sevincel arxiv

Learning-based motion planners pay at training what classical planners pay per query. Trained in world coordinates, they relearn the same motion at every position and orientation. Existing work restores the missing rigid…

Combined Task and Motion Planning as Classical AI Planning

2017-06-21 · Jonathan Ferrer-Mestres, Guillem Francès, Hector Geffner

Planning in robotics is often split into task and motion planning. The high-level, symbolic task planner decides what needs to be done, while the motion planner checks feasibility and fills up geometric detail. It is kno…

Motion PlanningTask and Motion Planningvalid

EDMP: Ensemble-of-costs-guided Diffusion for Motion Planning

2023-09-20 · Kallol Saha, Vishal Mandadi, Jayaram Reddy, Ajit Srikanth 외

Classical motion planning for robotic manipulation includes a set of general algorithms that aim to minimize a scene-specific cost of executing a given plan. This approach offers remarkable adaptability, as they can be d…

Collision AvoidanceDeep LearningMotion Planningvalid

Interleaving Scheduling and Motion Planning with Incremental Learning of Symbolic Space-Time Motion Abstractions

2026-03-11 · Elisa Tosello, Arthur Bit-Monnot, Davide Lusuardi, Alessandro Valentini 외 arxiv

Task and Motion Planning combines high-level task sequencing (what to do) with low-level motion planning (how to do it) to generate feasible, collision-free execution plans. However, in many real-world domains, such as a…

Incremental LearningMotion Planning

T$^{\star}$-Lite: A Fast Time-Risk Optimal Motion Planning Algorithm for Multi-Speed Autonomous Vehicles

2020-08-29 · James P. Wilson, Zongyuan Shen, Shalabh Gupta, Thomas A. Wettergren

In this paper, we develop a new algorithm, called T$^{\star}$-Lite, that enables fast time-risk optimal motion planning for variable-speed autonomous vehicles. The T$^{\star}$-Lite algorithm is a significantly faster ver…

Autonomous VehiclesMotion PlanningOptimal Motion Planning