paper-with-me

홈 › Papers

AD-H: Autonomous Driving with Hierarchical Agents

2024-06-05 · Zaibin Zhang, Shiyu Tang, Yuanhang Zhang, Talas Fu, Yifan Wang, Yang Liu, Dong Wang, Jing Shao, Lijun Wang, Huchuan Lu

Due to the impressive capabilities of multimodal large language models (MLLMs), recent works have focused on employing MLLM-based agents for autonomous driving in large-scale and dynamic environments. However, prevalent approaches often directly translate high-level instructions into low-level vehicle control signals, which deviates from the inherent language generation paradigm of MLLMs and fails to fully harness their emergent powers. As a result, the generalizability of these methods is highly restricted by autonomous driving datasets used during fine-tuning. To tackle this challenge, we propose to connect high-level instructions and low-level control signals with mid-level language-driven commands, which are more fine-grained than high-level instructions but more universal and explainable than control signals, and thus can effectively bridge the gap in between. We implement this idea through a hierarchical multi-agent driving system named AD-H, including a MLLM planner for high-level reasoning and a lightweight controller for low-level execution. The hierarchical design liberates the MLLM from low-level control signal decoding and therefore fully releases their emergent capability in high-level perception, reasoning, and planning. We build a new dataset with action hierarchy annotations. Comprehensive closed-loop evaluations demonstrate several key advantages of our proposed AD-H system. First, AD-H can notably outperform state-of-the-art methods in achieving exceptional driving performance, even exhibiting self-correction capabilities during vehicle operation, a scenario not encountered in the training dataset. Second, AD-H demonstrates superior generalization under long-horizon instructions and novel environmental conditions, significantly surpassing current state-of-the-art methods. We will make our data and code publicly accessible at https://github.com/zhangzaibin/AD-H

📄 PDF Abstract BibTeX arXiv:2406.03474

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingText Generation

Similar Papers 제목 키워드 기반

Hierarchical Program-Triggered Reinforcement Learning Agents For Automated Driving

2021-03-25 · Briti Gangopadhyay, Harshit Soora, Pallab Dasgupta

Recent advances in Reinforcement Learning (RL) combined with Deep Learning (DL) have demonstrated impressive performance in complex tasks, including autonomous driving. The use of RL agents in autonomous driving leads to…

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

SGDrive: Scene-to-Goal Hierarchical World Cognition for Autonomous Driving

2026-01-09 · Jingyu Li, Junjie Wu, Dongnan Hu, Xiangkai Huang 외 arxiv

Recent end-to-end autonomous driving approaches have leveraged Vision-Language Models (VLMs) to enhance planning capabilities in complex driving scenarios. However, VLMs are inherently trained as generalist models, lacki…

Representation LearningTrajectory PlanningAutonomous Driving

PPAD: Iterative Interactions of Prediction and Planning for End-to-end Autonomous Driving

2023-11-14 · Zhili Chen, Maosheng Ye, Shuangjie Xu, Tongyi Cao 외

We present a new interaction mechanism of prediction and planning for end-to-end autonomous driving, called PPAD (Iterative Interaction of Prediction and Planning Autonomous Driving), which considers the timestep-wise in…

Autonomous DrivingMotion PlanningPredictionTrajectory Prediction

Spatially and Seamlessly Hierarchical Reinforcement Learning for State Space and Policy space in Autonomous Driving

2021-11-10 · Jaehyun Kim, Jaeseung Jeong

Despite advances in hierarchical reinforcement learning, its applications to path planning in autonomous driving on highways are challenging. One reason is that conventional hierarchical reinforcement learning approaches…

Autonomous DrivingHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

Attacking Autonomous Driving Agents with Adversarial Machine Learning: A Holistic Evaluation with the CARLA Leaderboard

2025-11-18 · Henry Wong, Clement Fung, Weiran Lin, Karen Li 외 arxiv

To autonomously control vehicles, driving agents use outputs from a combination of machine-learning (ML) models, controller logic, and custom modules. Although numerous prior works have shown that adversarial examples ca…

Autonomous Driving