paper-with-me

Papers

WiseAD: Knowledge Augmented End-to-End Autonomous Driving with Vision-Language Model

2024-12-13 · Songyan Zhang, Wenhui Huang, Zihui Gao, Hao Chen, Chen Lv

The emergence of general human knowledge and impressive logical reasoning capacity in rapidly progressed vision-language models (VLMs) have driven increasing interest in applying VLMs to high-level autonomous driving tasks, such as scene understanding and decision-making. However, an in-depth study on the relationship between knowledge proficiency, especially essential driving expertise, and closed-loop autonomous driving performance requires further exploration. In this paper, we investigate the effects of the depth and breadth of fundamental driving knowledge on closed-loop trajectory planning and introduce WiseAD, a specialized VLM tailored for end-to-end autonomous driving capable of driving reasoning, action justification, object recognition, risk analysis, driving suggestions, and trajectory planning across diverse scenarios. We employ joint training on driving knowledge and planning datasets, enabling the model to perform knowledge-aligned trajectory planning accordingly. Extensive experiments indicate that as the diversity of driving knowledge extends, critical accidents are notably reduced, contributing 11.9% and 12.4% improvements in the driving score and route completion on the Carla closed-loop evaluations, achieving state-of-the-art performance. Moreover, WiseAD also demonstrates remarkable performance in knowledge evaluations on both in-domain and out-of-domain datasets.

📄 PDF Abstract BibTeX arXiv:2412.09951

Code (1)

wyddmw/WiseAD 공식 구현 pytorch

Tasks

Autonomous DrivingDecision MakingLanguage ModelingLanguage ModellingLogical ReasoningObject RecognitionScene UnderstandingTrajectory Planning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

A knowledge-augmented dataset of high-risk driving scenarios with LLM annotations for autonomous driving

2026-07-08 · Heye Huang, Jingguang Li, Zhiyuan Zhou, Paul Liang 외 arxiv

Safe autonomous driving requires both rapid responses to common high-risk events and deeper reasoning over rare, extreme long-tail scenarios in traffic safety. These scenarios are severely under-represented in naturalist…

Autonomous Driving

VLADriver-RAG: Retrieval-Augmented Vision-Language-Action Models for Autonomous Driving

2026-05-01 · Rui Zhao, Haofeng Hu, Zhenhai Gao, Jiaqiao Liu 외 arxiv

Vision-Language-Action (VLA) models have emerged as a promising paradigm for end-to-end autonomous driving, yet their reliance on implicit parametric knowledge limits generalization in long-tail scenarios. While Retrieva…

Autonomous Driving

Embodied Cognition Augmented End2End Autonomous Driving

2025-11-03 · Ling Niu, Xiaoji Zheng, Han Wang, Chen Zheng 외 arxiv

In recent years, vision-based end-to-end autonomous driving has emerged as a new paradigm. However, popular end-to-end approaches typically rely on visual feature extraction networks trained under label supervision. This…

Contrastive LearningAutonomous Driving

RAD: Retrieval-Augmented Decision-Making of Meta-Actions with Vision-Language Models in Autonomous Driving

2025-03-18 · Yujin Wang, Quanfeng Liu, Zhengxin Jiang, Tianyi Wang 외

Accurately understanding and deciding high-level meta-actions is essential for ensuring reliable and safe autonomous driving systems. While vision-language models (VLMs) have shown significant potential in various autono…

Autonomous DrivingDecision MakingHallucinationImage Comprehension+3

VLAD: A VLM-Augmented Autonomous Driving Framework with Hierarchical Planning and Interpretable Decision Process

2025-07-02 · Cristian Gariboldi, Hayato Tokida, Ken Kinjo, Yuki Asada 외 arxiv

Recent advancements in open-source Visual Language Models (VLMs) such as LLaVA, Qwen-VL, and Llama have catalyzed extensive research on their integration with diverse systems. The internet-scale general knowledge encapsu…

Autonomous DrivingSpatial ReasoningGeneral Knowledge