ProDrive: Proactive Planning for Autonomous Driving via Ego-Environment Co-Evolution
TLDR
ProDrive uses a BEV world model and ego-environment co-evolution for proactive autonomous driving planning, outperforming baselines on NAVSIM v1.
Reasoning
The paper presents a novel end-to-end framework coupling a trajectory planner with a world model for proactive planning, which is a strength. However, it only evaluates on a simulation benchmark (NAVSIM v1) without real-world experiments, and the abstract lacks discussion of limitations or failure cases.
Read-first score
Read-first score 54.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 43.
Field roles
Rank sensitivity
Stability: volatile; rank range: 266.
Keyword Scores
Deep Analysis
Innovations
- Proactive planning via ego-environment co-evolution with bidirectional coupling
- Joint end-to-end training of a query-centric trajectory planner and a BEV world model
- Planning-aware ego tokens and parallel candidate evaluation preserving gradient flow
Methodology
ProDrive jointly trains a query-centric trajectory planner and a bird's-eye-view (BEV) world model end-to-end. The planner generates diverse candidate trajectories and planning-aware ego tokens, while the world model predicts future scene evolution conditioned on them. By injecting planner features into the world model and evaluating all candidates in parallel, the framework preserves end-to-end gradient flow and allows future outcome assessment to directly shape planning.
Key Results
On NAVSIM v1, ProDrive outperforms strong baselines in both safety and planning efficiency, and ablations validate the effectiveness of the proposed ego-environment coupling design.