Search papers, labs, and topics across Lattice.
NaviDriveVLM decouples high-level reasoning and motion planning in autonomous driving by using a large-scale VLM Navigator for reasoning and a lightweight trainable VLM Driver for action generation. This decoupled approach aims to balance strong semantic understanding with efficient fine-tuning for precise control. Experiments on nuScenes demonstrate that NaviDriveVLM outperforms end-to-end VLM baselines in motion planning.
Decoupling reasoning from action generation in autonomous driving VLMs lets you beat larger end-to-end models while slashing training costs.
Vision-language models (VLMs) have emerged as a promising direction for end-to-end autonomous driving (AD) by jointly modeling visual observations, driving context, and language-based reasoning. However, existing VLM-based systems face a trade-off between high-level reasoning and motion planning: large models offer strong semantic understanding but are costly to adapt for precise control, whereas small VLM models can be fine-tuned efficiently but often exhibit weaker reasoning. We propose NaviDriveVLM, a decoupled framework that separates reasoning from action generation using a large-scale Navigator and a lightweight trainable Driver. This design preserves reasoning ability, reduces training cost, and provides an explicit interpretable intermediate representation for downstream planning. Experiments on the nuScenes benchmark show that NaviDriveVLM outperforms large VLM baselines in end-to-end motion planning.