CVDec 11, 2025

SpaceDrive: Infusing Spatial Awareness into VLM-based Autonomous Driving

arXiv:2512.10719v19 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses a fundamental limitation in VLM-based autonomous driving systems for real-world deployment, though it represents an incremental improvement over existing methods.

The paper tackles the problem that vision language models struggle with fine-grained 3D spatial understanding in autonomous driving by proposing SpaceDrive, which treats spatial information as explicit positional encodings rather than textual tokens. The result is state-of-the-art open-loop performance on nuScenes and a Driving Score of 78.02 on Bench2Drive, second-best among VLM-based methods.

End-to-end autonomous driving methods built on vision language models (VLMs) have undergone rapid development driven by their universal visual understanding and strong reasoning capabilities obtained from the large-scale pretraining. However, we find that current VLMs struggle to understand fine-grained 3D spatial relationships which is a fundamental requirement for systems interacting with the physical world. To address this issue, we propose SpaceDrive, a spatial-aware VLM-based driving framework that treats spatial information as explicit positional encodings (PEs) instead of textual digit tokens, enabling joint reasoning over semantic and spatial representations. SpaceDrive employs a universal positional encoder to all 3D coordinates derived from multi-view depth estimation, historical ego-states, and text prompts. These 3D PEs are first superimposed to augment the corresponding 2D visual tokens. Meanwhile, they serve as a task-agnostic coordinate representation, replacing the digit-wise numerical tokens as both inputs and outputs for the VLM. This mechanism enables the model to better index specific visual semantics in spatial reasoning and directly regress trajectory coordinates rather than generating digit-by-digit, thereby enhancing planning accuracy. Extensive experiments validate that SpaceDrive achieves state-of-the-art open-loop performance on the nuScenes dataset and the second-best Driving Score of 78.02 on the Bench2Drive closed-loop benchmark over existing VLM-based methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes