Planning with Adaptive World Models for Autonomous Driving
Arun Balajee Vasudevan, Neehar Peri, Jeff Schneider, Deva Ramanan

TL;DR
This paper introduces AdaptiveDriver, a novel planning approach for autonomous vehicles that models city-specific agent behaviors with BehaviorNet and adapts to different environments, achieving state-of-the-art results on nuPlan.
Contribution
It proposes BehaviorNet for modeling diverse agent behaviors and an adaptive MPC planner that conditions on these behaviors, advancing autonomous driving planning methods.
Findings
AdaptiveDriver outperforms previous methods by 2% on nuPlan benchmark.
BehaviorNet effectively captures city-specific agent behaviors.
The approach generalizes well to unseen cities.
Abstract
Motion planning is crucial for safe navigation in complex urban environments. Historically, motion planners (MPs) have been evaluated with procedurally-generated simulators like CARLA. However, such synthetic benchmarks do not capture real-world multi-agent interactions. nuPlan, a recently released MP benchmark, addresses this limitation by augmenting real-world driving logs with closed-loop simulation logic, effectively turning the fixed dataset into a reactive simulator. We analyze the characteristics of nuPlan's recorded logs and find that each city has its own unique driving behaviors, suggesting that robust planners must adapt to different environments. We learn to model such unique behaviors with BehaviorNet, a graph convolutional neural network (GCNN) that predicts reactive agent behaviors using features derived from recently-observed agent histories; intuitively, some aggressive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArtificial Intelligence in Games
MethodsEntropy Regularization · Proximal Policy Optimization · CARLA: An Open Urban Driving Simulator
