paper-with-me

Papers

A Language Agent for Autonomous Driving

2023-11-17 · Jiageng Mao, Junjie Ye, Yuxi Qian, Marco Pavone, Yue Wang

Human-level driving is an ultimate goal of autonomous driving. Conventional approaches formulate autonomous driving as a perception-prediction-planning framework, yet their systems do not capitalize on the inherent reasoning ability and experiential knowledge of humans. In this paper, we propose a fundamental paradigm shift from current pipelines, exploiting Large Language Models (LLMs) as a cognitive agent to integrate human-like intelligence into autonomous driving systems. Our approach, termed Agent-Driver, transforms the traditional autonomous driving pipeline by introducing a versatile tool library accessible via function calls, a cognitive memory of common sense and experiential knowledge for decision-making, and a reasoning engine capable of chain-of-thought reasoning, task planning, motion planning, and self-reflection. Powered by LLMs, our Agent-Driver is endowed with intuitive common sense and robust reasoning capabilities, thus enabling a more nuanced, human-like approach to autonomous driving. We evaluate our approach on the large-scale nuScenes benchmark, and extensive experiments substantiate that our Agent-Driver significantly outperforms the state-of-the-art driving methods by a large margin. Our approach also demonstrates superior interpretability and few-shot learning ability to these methods.

📄 PDF Abstract BibTeX arXiv:2311.10813

Code (1)

usc-gvl/agent-driver 공식 구현

Tasks

Autonomous DrivingCommon Sense ReasoningDecision MakingFew-Shot LearningMotion PlanningTask Planning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

AgentsCoDriver: Large Language Model Empowered Collaborative Driving with Lifelong Learning

2024-04-09 · Senkang Hu, Zhengru Fang, Zihan Fang, Yiqin Deng 외

Connected and autonomous driving is developing rapidly in recent years. However, current autonomous driving systems, which are primarily based on data-driven approaches, exhibit deficiencies in interpretability, generali…

Autonomous DrivingLanguage ModelingLanguage ModellingLarge Language Model+1

AgentThink: A Unified Framework for Tool-Augmented Chain-of-Thought Reasoning in Vision-Language Models for Autonomous Driving

2025-05-21 · Kangan Qian, Sicong Jiang, Yang Zhong, Ziang Luo 외

Vision-Language Models (VLMs) show promise for autonomous driving, yet their struggle with hallucinations, inefficient reasoning, and limited real-world validation hinders accurate perception and robust step-by-step reas…

Autonomous Driving

DrivingAgent: Design and Scheduling Agents for Autonomous Driving Systems

2026-06-10 · Zhongyu Xia, Wenhao Chen, Yongtao Wang, Ming-Hsuan Yang arxiv

Many autonomous driving systems are increasingly incorporating foundation models to improve generalization and handle long-tail scenarios. However, this trend introduces two key challenges: (i) the manual and labor-inten…

Reinforcement LearningAutonomous Driving

KoMA: Knowledge-driven Multi-agent Framework for Autonomous Driving with Large Language Models

2024-07-19 · Kemou Jiang, Xuan Cai, Zhiyong Cui, Aoyong Li 외

Large language models (LLMs) as autonomous agents offer a novel avenue for tackling real-world challenges through a knowledge-driven manner. These LLM-enhanced methodologies excel in generalization and interpretability. …

Autonomous Driving

FuncPoison: Poisoning Function Library to Hijack Multi-agent Autonomous Driving Systems

2025-09-29 · Yuzhen Long, Songze Li arxiv

Autonomous driving systems increasingly rely on multi-agent architectures powered by large language models (LLMs), where specialized agents collaborate to perceive, reason, and plan. A key component of these systems is t…

Autonomous Driving