English

Model-Based Policy Adaptation for Closed-Loop End-to-End Autonomous Driving

Robotics 2025-11-27 v1 Artificial Intelligence

Abstract

End-to-end (E2E) autonomous driving models have demonstrated strong performance in open-loop evaluations but often suffer from cascading errors and poor generalization in closed-loop settings. To address this gap, we propose Model-based Policy Adaptation (MPA), a general framework that enhances the robustness and safety of pretrained E2E driving agents during deployment. MPA first generates diverse counterfactual trajectories using a geometry-consistent simulation engine, exposing the agent to scenarios beyond the original dataset. Based on this generated data, MPA trains a diffusion-based policy adapter to refine the base policy's predictions and a multi-step Q value model to evaluate long-term outcomes. At inference time, the adapter proposes multiple trajectory candidates, and the Q value model selects the one with the highest expected utility. Experiments on the nuScenes benchmark using a photorealistic closed-loop simulator demonstrate that MPA significantly improves performance across in-domain, out-of-domain, and safety-critical scenarios. We further investigate how the scale of counterfactual data and inference-time guidance strategies affect overall effectiveness.

Keywords

Cite

@article{arxiv.2511.21584,
  title  = {Model-Based Policy Adaptation for Closed-Loop End-to-End Autonomous Driving},
  author = {Haohong Lin and Yunzhi Zhang and Wenhao Ding and Jiajun Wu and Ding Zhao},
  journal= {arXiv preprint arXiv:2511.21584},
  year   = {2025}
}

Comments

Published at NeurIPS 2025: https://openreview.net/forum?id=4OLbpaTKJe

R2 v1 2026-07-01T07:56:35.744Z