ROLGSep 23, 2023

Interpretable and Flexible Target-Conditioned Neural Planners For Autonomous Vehicles

arXiv:2309.13485v14 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the need for more adaptable planning in autonomous vehicles, though it is incremental as it builds on existing learning-based approaches.

The paper tackles the problem of autonomous vehicle planners only estimating single trajectories when multiple acceptable plans exist, by proposing an interpretable neural planner that regresses a heatmap representing multiple potential goals. Their evaluation on the Lyft Open Dataset shows the model achieves safer and more flexible driving performance than prior works.

Learning-based approaches to autonomous vehicle planners have the potential to scale to many complicated real-world driving scenarios by leveraging huge amounts of driver demonstrations. However, prior work only learns to estimate a single planning trajectory, while there may be multiple acceptable plans in real-world scenarios. To solve the problem, we propose an interpretable neural planner to regress a heatmap, which effectively represents multiple potential goals in the bird's-eye view of an autonomous vehicle. The planner employs an adaptive Gaussian kernel and relaxed hourglass loss to better capture the uncertainty of planning problems. We also use a negative Gaussian kernel to add supervision to the heatmap regression, enabling the model to learn collision avoidance effectively. Our systematic evaluation on the Lyft Open Dataset across a diverse range of real-world driving scenarios shows that our model achieves a safer and more flexible driving performance than prior works.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes