V3LMA: Visual 3D-enhanced Language Model for Autonomous Driving
Jannik Lübberstedt, Esteban Rivera, Nico Uhlemann, Markus Lienkamp
TL;DR
V3LMA tackles the challenge of 3D scene understanding in autonomous driving by fusing textual descriptions derived from 3D detections with video-based reasoning from LVLMs in a zero-shot framework. A modular 3D understanding pipeline (object detection, tracking, and monocular depth) feeds textual cues into a cross-model fusion with a large language model, avoiding fine-tuning. Through extensive ablations over head weights, feature merging, fusion depth, and prompt design, it achieves competitive LingoQA performance (0.56 on the full dataset and 0.60 on a subset) without domain-specific training, highlighting the practical viability of zero-shot 3D-aware multimodal reasoning for safer autonomous driving. The work further provides actionable guidance on fusion strategies and prompt construction, and demonstrates the potential for generalization to other vision-language tasks in driving contexts.
Abstract
Large Vision Language Models (LVLMs) have shown strong capabilities in understanding and analyzing visual scenes across various domains. However, in the context of autonomous driving, their limited comprehension of 3D environments restricts their effectiveness in achieving a complete and safe understanding of dynamic surroundings. To address this, we introduce V3LMA, a novel approach that enhances 3D scene understanding by integrating Large Language Models (LLMs) with LVLMs. V3LMA leverages textual descriptions generated from object detections and video inputs, significantly boosting performance without requiring fine-tuning. Through a dedicated preprocessing pipeline that extracts 3D object data, our method improves situational awareness and decision-making in complex traffic scenarios, achieving a score of 0.56 on the LingoQA benchmark. We further explore different fusion strategies and token combinations with the goal of advancing the interpretation of traffic scenes, ultimately enabling safer autonomous driving systems.
