CVAIJun 3, 2025

Hierarchical Question-Answering for Driving Scene Understanding Using Vision-Language Models

arXiv:2506.02615v12 citationsh-index: 2IROS
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and detailed visual interpretation for autonomous driving, though it appears incremental as it builds on existing vision-language models with a novel hierarchical strategy.

The paper tackles scene understanding in autonomous vehicles by proposing a hierarchical question-answering approach that fine-tunes a compact vision-language model on a custom dataset, achieving competitive performance with GPT-4o in capturing key details while significantly reducing inference time.

In this paper, we present a hierarchical question-answering (QA) approach for scene understanding in autonomous vehicles, balancing cost-efficiency with detailed visual interpretation. The method fine-tunes a compact vision-language model (VLM) on a custom dataset specific to the geographical area in which the vehicle operates to capture key driving-related visual elements. At the inference stage, the hierarchical QA strategy decomposes the scene understanding task into high-level and detailed sub-questions. Instead of generating lengthy descriptions, the VLM navigates a structured question tree, where answering high-level questions (e.g., "Is it possible for the ego vehicle to turn left at the intersection?") triggers more detailed sub-questions (e.g., "Is there a vehicle approaching the intersection from the opposite direction?"). To optimize inference time, questions are dynamically skipped based on previous answers, minimizing computational overhead. The extracted answers are then synthesized using handcrafted templates to ensure coherent, contextually accurate scene descriptions. We evaluate the proposed approach on the custom dataset using GPT reference-free scoring, demonstrating its competitiveness with state-of-the-art methods like GPT-4o in capturing key scene details while achieving significantly lower inference time. Moreover, qualitative results from real-time deployment highlight the proposed approach's capacity to capture key driving elements with minimal latency.

Foundations

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

Your Notes