DualAD: Dual-Layer Planning for Reasoning in Autonomous Driving
Dingrui Wang, Marc Kaufeld, Johannes Betz

TL;DR
DualAD introduces a dual-layer autonomous driving framework combining rule-based planning and large language models for reasoning, significantly improving decision-making in critical scenarios.
Contribution
The paper proposes a novel dual-layer architecture that integrates rule-based planning with LLM-based reasoning for autonomous driving, enhancing scenario understanding and safety.
Findings
Outperforms traditional rule-based planners in critical scenarios
Text encoder improves scenario understanding substantially
Model performance improves with stronger LLMs
Abstract
We present a novel autonomous driving framework, DualAD, designed to imitate human reasoning during driving. DualAD comprises two layers: a rule-based motion planner at the bottom layer that handles routine driving tasks requiring minimal reasoning, and an upper layer featuring a rule-based text encoder that converts driving scenarios from absolute states into text description. This text is then processed by a large language model (LLM) to make driving decisions. The upper layer intervenes in the bottom layer's decisions when potential danger is detected, mimicking human reasoning in critical situations. Closed-loop experiments demonstrate that DualAD, using a zero-shot pre-trained model, significantly outperforms rule-based motion planners that lack reasoning abilities. Our experiments also highlight the effectiveness of the text encoder, which considerably enhances the model's…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Autonomous Vehicle Technology and Safety · AI-based Problem Solving and Planning
