Generative Planning with 3D-vision Language Pre-training for End-to-End Autonomous Driving
Tengpeng Li, Hanli Wang, Xianfei Li, Wenlong Liao, Tao He, Pai Peng
TL;DR
GPVL tackles end-to-end autonomous driving by bridging 3D visual perception with language through a 3D-vision language pre-training module and employing a cross-modal language model to generate decisions and precise trajectories in an autoregressive fashion. It integrates a BEVformer-based backbone with group-wise vision-language alignment and a 2D scene captioning stream to enable rich reasoning over perception and navigation prompts. On nuScenes, GPVL achieves state-of-the-art trajectory accuracy and safety metrics with real-time performance while demonstrating strong zero-shot generalization and robustness to environmental variations. This work demonstrates that language-guided perception and planning can yield safer, more interpretable, and efficient autonomous driving systems in practice.
Abstract
Autonomous driving is a challenging task that requires perceiving and understanding the surrounding environment for safe trajectory planning. While existing vision-based end-to-end models have achieved promising results, these methods are still facing the challenges of vision understanding, decision reasoning and scene generalization. To solve these issues, a generative planning with 3D-vision language pre-training model named GPVL is proposed for end-to-end autonomous driving. The proposed paradigm has two significant aspects. On one hand, a 3D-vision language pre-training module is designed to bridge the gap between visual perception and linguistic understanding in the bird's eye view. On the other hand, a cross-modal language model is introduced to generate holistic driving decisions and fine-grained trajectories with perception and navigation information in an auto-regressive manner. Experiments on the challenging nuScenes dataset demonstrate that the proposed scheme achieves excellent performances compared with state-of-the-art methods. Besides, the proposed GPVL presents strong generalization ability and real-time potential when handling high-level commands in various scenarios. It is believed that the effective, robust and efficient performance of GPVL is crucial for the practical application of future autonomous driving systems. Code is available at https://github.com/ltp1995/GPVL
