BeLLA: End-to-End Birds Eye View Large Language Assistant for Autonomous Driving
Karthik Mohan, Sonam Singh, Amit Arvind Kale
TL;DR
BeLLA introduces an end-to-end framework that grounds a unified 360° BEV representation in a large language model for autonomous-driving question answering. By freezing a BEV encoder and learning a BEV→text projector in pretraining, followed by end-to-end finetuning of an LLM with LoRA adapters, BeLLA achieves competitive and, in some cases, state-of-the-art performance on spatial reasoning tasks across NuScenes-QA and DriveLM. The approach highlights the value of BEV-language alignment for reasoning about object relations, motions, and behaviors in driving scenes, while revealing limitations in appearance-sensitive queries and temporal dynamics. The work suggests practical avenues for enhancing BEV-based reasoning, such as incorporating raw camera cues and extending to video inputs to capture temporal context. Overall, BeLLA advances BEV-grounded multimodal reasoning in autonomous driving with a scalable, end-to-end training paradigm.
Abstract
The rapid development of Vision-Language models (VLMs) and Multimodal Language Models (MLLMs) in autonomous driving research has significantly reshaped the landscape by enabling richer scene understanding, context-aware reasoning, and more interpretable decision-making. However, a lot of existing work often relies on either single-view encoders that fail to exploit the spatial structure of multi-camera systems or operate on aggregated multi-view features, which lack a unified spatial representation, making it more challenging to reason about ego-centric directions, object relations, and the wider context. We thus present BeLLA, an end-to-end architecture that connects unified 360° BEV representations with a large language model for question answering in autonomous driving. We primarily evaluate our work using two benchmarks - NuScenes-QA and DriveLM, where BeLLA consistently outperforms existing approaches on questions that require greater spatial reasoning, such as those involving relative object positioning and behavioral understanding of nearby objects, achieving up to +9.3% absolute improvement in certain tasks. In other categories, BeLLA performs competitively, demonstrating the capability of handling a diverse range of questions.
