用分层问答提升自动驾驶场景理解效率与精度
Hierarchical Question-Answering for Driving Scene Understanding Using Vision-Language Models
- 构建分层问题树,先答宏观问题再深入细节
- 动态跳过冗余问题,推理速度远超GPT-4o
- 适合实时车载系统,兼顾准确与低延迟
本文提出一种面向自动驾驶场景理解的分层问答方法,平衡成本效益与视觉解析精度。通过在特定地理区域的定制数据集上微调轻量级视觉语言模型(VLM),捕捉关键驾驶相关视觉元素。推理阶段采用分层问答策略,将场景理解任务分解为高层与细粒度子问题:例如先判断能否左转,再追问对向是否有来车。根据已有答案动态跳过冗余问题,显著降低计算开销。最终通过人工模板合成连贯、上下文准确的场景描述。在自建数据集上使用GPT参考无监督评分评估,结果表明该方法在捕捉关键场景细节方面媲美GPT-4o,同时推理时间大幅降低。真实部署的定性结果验证了其在极低延迟下有效识别关键驾驶要素的能力。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。