Distill to Think, Foresee to Act: Cognitive-Physical Reinforcement Learning for Autonomous Driving
TLDR
CoPhy combines VLM knowledge distillation and an auto-regressive BEV world model with dual-reward GRPO for safer autonomous driving.
Reasoning
Strengths: novel integration of cognitive and physical components, interpretable world model, state-of-the-art results on NAVSIM benchmarks. Weaknesses: reliance on VLM distillation may have limitations, world model is BEV-based not full video, evaluation limited to simulation benchmarks.
Read-first score
Read-first score 66, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 59.
Field roles
Rank sensitivity
Stability: volatile; rank range: 410.
Keyword Scores
Deep Analysis
Innovations
- Distilling VLM knowledge into the BEV encoder and discarding the VLM entirely, retaining cognitive ability at zero inference cost while releasing the cognitive channel as a pluggable interface for optional human language commands.
- Building an auto-regressive BEV world model that explicitly predicts future semantic maps conditioned on candidate actions, serving as an interpretable physical sandbox from which safety metrics are directly derived.
- Optimizing the driving policy via GRPO with a novel dual-reward mechanism: a physical reward derived from BEV rollouts enforcing hard safety constraints, and a cognitive reward from a language-aligned scorer ensuring intent compliance.
Methodology
CoPhy is a cognitive-physical reinforcement learning framework for autonomous driving. It first distills VLM knowledge into the BEV encoder, then discards the VLM to achieve zero-cost cognitive ability. It builds an auto-regressive BEV world model to predict future semantic maps conditioned on candidate actions, providing an interpretable physical sandbox. The driving policy is optimized via GRPO with a dual-reward mechanism combining physical safety rewards from world model rollouts and cognitive intent compliance rewards from a language-aligned scorer.
Key Results
CoPhy achieves state-of-the-art results on NAVSIM v1 and v2 benchmarks, and enables safer driving via cognitively informed scene compliance and flexible intent control through user-defined language instructions.