Drive in Corridors: Enhancing the Safety of End-to-end Autonomous Driving via Corridor Learning and Planning

Zhiwei Zhang1, Ruichen Yang1, Ke Wu1, Zijun Xu1, Jingchu Liu2, Lisen Mu2, Zhongxue Gan1, Wenchao Ding1,
1Fudan University, 2Horizon Robotics

Corridor (shown in gradient color) constrains driving trajectories to prevent collisions.

Abstract

Safety remains one of the most critical challenges in autonomous driving systems. In recent years, the end-to-end driving has shown great promise in advancing vehicle autonomy in a scalable manner. However, existing approaches often face safety risks due to the lack of explicit behavior constraints.

To address this issue, we uncover a new paradigm by introducing the corridor as the intermediate representation. Widely adopted in robotics planning, the corridors represents spatio-temporal obstacle-free zones for the vehicle to traverse. To ensure accurate corridor prediction in diverse traffic scenarios, we develop a comprehensive learning pipeline including data annotation, architecture refinement and loss formulation. The predicted corridor is further integrated as the constraint in a trajectory optimization process. By extending the differentiability of the optimization, we enable the optimized trajectory to be seamlessly trained within the end-to-end learning framework, improving both safety and interpretability.

Experimental results on the nuScenes dataset demonstrate state-of-the-art performance of our approach, showing a 66.7% reduction in collisions with agents and a 46.5% reduction with curbs, significantly enhancing the safety of end-to-end driving. Additionally, incorporating the corridor contributes to higher success rates in closed-loop evaluations.

Framework

System Architecture Pipeline.

The learning pipeline of our framework employs multiple loss functions to supervise the predicted corridor. A differentiable optimization module, integrated into the network, refines the trajectory within the corridor to produce the final plan.

Video

BibTeX

@article{zhang2025drive,
      title={Drive in Corridors: Enhancing the Safety of End-to-end Autonomous Driving via Corridor Learning and Planning},
      author={Zhang, Zhiwei and Yang, Ruichen and Wu, Ke and Xu, Zijun and Liu, Jingchu and Mu, Lisen and Gan, Zhongxue and Ding, Wenchao}
      journal={arXiv preprint arXiv:2504.07507},
      year={2025}
    }