KnowVal: A Knowledge-Augmented and Value-Guided Autonomous Driving System
Zhongyu Xia, Wenhao Chen, Yongtao Wang, Ming-Hsuan Yang
TL;DR
KnowVal addresses the need for safe, interpretable, and value-aligned autonomous driving in open-world contexts by integrating perception-guided knowledge retrieval with a driving knowledge graph and a dedicated Value Model. It constructs a comprehensive knowledge graph capturing traffic laws, defensive driving principles, and ethical norms, and uses an LLM-based retrieval mechanism grounded in perceptual observations. A Value Model trained on a human-preference dataset evaluates trajectory compliance with retrieved rules, enabling value-guided planning that combines world-state prediction with knowledge-based scoring. Experimental results on nuScenes and Bench2Drive show improved safety (lowest collision rate on nuScenes) and state-of-the-art performance on Bench2Drive, while remaining compatible with existing architectures and planning paradigms.
Abstract
Visual-language reasoning, driving knowledge, and value alignment are essential for advanced autonomous driving systems. However, existing approaches largely rely on data-driven learning, making it difficult to capture the complex logic underlying decision-making through imitation or limited reinforcement rewards. To address this, we propose KnowVal, a new autonomous driving system that enables visual-language reasoning through the synergistic integration of open-world perception and knowledge retrieval. Specifically, we construct a comprehensive driving knowledge graph that encodes traffic laws, defensive driving principles, and ethical norms, complemented by an efficient LLM-based retrieval mechanism tailored for driving scenarios. Furthermore, we develop a human-preference dataset and train a Value Model to guide interpretable, value-aligned trajectory assessment. Experimental results show that our method substantially improves planning performance while remaining compatible with existing architectures. Notably, KnowVal achieves the lowest collision rate on nuScenes and state-of-the-art results on Bench2Drive.
