KLDrive:基于知识图谱的自动驾驶细粒度三维场景推理 / KLDrive: Fine-Grained 3D Scene Reasoning for Autonomous Driving based on Knowledge Graph
1️⃣ 一句话总结
这篇论文提出了一个名为KLDrive的自动驾驶系统,它通过构建可靠的知识图谱来精确理解三维驾驶场景,并利用大语言模型在结构化约束下进行推理,从而显著减少了错误判断,在多项复杂问答任务中取得了最佳性能。
Autonomous driving requires reliable reasoning over fine-grained 3D scene facts. Fine-grained question answering over multi-modal driving observations provides a natural way to evaluate this capability, yet existing perception pipelines and driving-oriented large language model (LLM) methods still suffer from unreliable scene facts, hallucinations, opaque reasoning, and heavy reliance on task-specific training. We present KLDrive, the first knowledge-graph-augmented LLM reasoning framework for fine-grained question answering in autonomous driving. KLDrive addresses this problem through designing two tightly coupled components: an energy-based scene fact construction module that consolidates multi-source evidence into a reliable scene knowledge graph, and an LLM agent that performs fact-grounded reasoning over a constrained action space under explicit structural constraints. By combining structured prompting with few-shot in-context exemplars, the framework adapts to diverse reasoning tasks without heavy task-specific fine-tuning. Experiments on two large-scale autonomous-driving QA benchmarks show that KLDrive outperforms prior state-of-the-art methods, achieving the best overall accuracy of 65.04% on NuScenes-QA and the best SPICE score of 42.45 on GVQA. On counting, the most challenging factual reasoning task, it improves over the strongest baseline by 46.01 percentage points, demonstrating substantially reduced hallucinations and the benefit of coupling reliable scene fact construction with explicit reasoning.
KLDrive:基于知识图谱的自动驾驶细粒度三维场景推理 / KLDrive: Fine-Grained 3D Scene Reasoning for Autonomous Driving based on Knowledge Graph
这篇论文提出了一个名为KLDrive的自动驾驶系统,它通过构建可靠的知识图谱来精确理解三维驾驶场景,并利用大语言模型在结构化约束下进行推理,从而显著减少了错误判断,在多项复杂问答任务中取得了最佳性能。
源自 arXiv: 2603.21029