Raw2Drive: Reinforcement Learning with Aligned World Models for End-to-End Autonomous Driving (in CARLA v2)
TLDR
Raw2Drive uses dual-stream MBRL with aligned world models to achieve state-of-the-art end-to-end autonomous driving in CARLA v2.
Reasoning
The paper introduces a novel dual-stream MBRL approach that aligns a privileged world model with a raw sensor world model via a guidance mechanism, addressing the gap of using raw sensor data in MBRL for autonomous driving. Its strength lies in achieving SOTA on CARLA Leaderboard 2.0 and Bench2Drive, but it is limited to simulation environments with no real-world validation.
Read-first score
Read-first score 61.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 53.
Field roles
Rank sensitivity
Stability: volatile; rank range: 375.
Keyword Scores
Deep Analysis
Innovations
- Dual-stream MBRL approach combining a privileged world model and a raw sensor world model for end-to-end autonomous driving
- Guidance Mechanism to ensure consistency between raw sensor and privileged world models during rollouts
- Using prior knowledge from privileged world model heads to guide raw sensor policy training
- First RL-based end-to-end method on CARLA Leaderboard 2.0 and Bench2Drive, achieving state-of-the-art performance
Methodology
Raw2Drive first trains an auxiliary privileged world model paired with a neural planner using privileged information as input. Then a raw sensor world model is trained via a Guidance Mechanism that enforces consistency between the raw sensor and privileged world models during rollouts. Finally, the raw sensor world model leverages prior knowledge from the heads of the privileged world model to guide the training of the raw sensor policy.
Key Results
Raw2Drive is the only RL-based end-to-end method on CARLA Leaderboard 2.0 and Bench2Drive, and it achieves state-of-the-art performance.
Limitations
- Requires privileged information for initial training of the auxiliary world model, which may not be available in real-world settings
- Evaluated only in simulation (CARLA), so real-world applicability and generalization are not demonstrated
- Potential complexity and computational overhead of the dual-stream training and Guidance Mechanism