RONov 15, 2024

Planning by Simulation: Motion Planning with Learning-based Parallel Scenario Prediction for Autonomous Driving

arXiv:2411.098874 citationsh-index: 9
AI Analysis

For autonomous driving researchers, this work addresses the challenge of safe trajectory planning by explicitly modeling the feedback loop between ego planning and other agents' predictions, which is often overlooked.

The paper proposes a motion planning approach for autonomous driving that uses Monte Carlo Tree Search with learning-based parallel scenario prediction to jointly infer interactions between the ego vehicle and other agents. On the Argoverse 2 dataset, the method effectively achieves parallel ego vehicle planning, improving safety by accounting for the mutual influence between planning and prediction.

Planning safe trajectories for autonomous vehicles is essential for operational safety but remains extremely challenging due to the complex interactions among traffic participants. Recent autonomous driving frameworks have focused on improving prediction accuracy to explicitly model these interactions. However, some methods overlook the significant influence of the ego vehicle's planning on the possible trajectories of other agents, which can alter prediction accuracy and lead to unsafe planning decisions. In this paper, we propose a novel motion Planning approach by Simulation with learning-based parallel scenario prediction (PS). PS deduces predictions iteratively based on Monte Carlo Tree Search (MCTS), jointly inferring scenarios that cooperate with the ego vehicle's planning set. Our method simulates possible scenes and calculates their costs after the ego vehicle executes potential actions. To balance and prune unreasonable actions and scenarios, we adopt MCTS as the foundation to explore possible future interactions encoded within the prediction network. Moreover, the query-centric trajectory prediction streamlines our scene generation, enabling a sophisticated framework that captures the mutual influence between other agents' predictions and the ego vehicle's planning. We evaluate our framework on the Argoverse 2 dataset, and the results demonstrate that our approach effectively achieves parallel ego vehicle planning.

Foundations

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

Your Notes