AICVDec 30, 2023

LLM-Assist: Enhancing Closed-Loop Planning with Language-Based Reasoning

arXiv:2401.00125v175 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of handling diverse and complex driving scenarios for autonomous vehicles, representing an incremental improvement over existing methods.

The paper tackles the challenge of robust planning for autonomous driving by developing a hybrid planner that combines rule-based methods with LLM-based reasoning, achieving state-of-the-art performance on the nuPlan benchmark.

Although planning is a crucial component of the autonomous driving stack, researchers have yet to develop robust planning algorithms that are capable of safely handling the diverse range of possible driving scenarios. Learning-based planners suffer from overfitting and poor long-tail performance. On the other hand, rule-based planners generalize well, but might fail to handle scenarios that require complex driving maneuvers. To address these limitations, we investigate the possibility of leveraging the common-sense reasoning capabilities of Large Language Models (LLMs) such as GPT4 and Llama2 to generate plans for self-driving vehicles. In particular, we develop a novel hybrid planner that leverages a conventional rule-based planner in conjunction with an LLM-based planner. Guided by commonsense reasoning abilities of LLMs, our approach navigates complex scenarios which existing planners struggle with, produces well-reasoned outputs while also remaining grounded through working alongside the rule-based approach. Through extensive evaluation on the nuPlan benchmark, we achieve state-of-the-art performance, outperforming all existing pure learning- and rule-based methods across most metrics. Our code will be available at https://llmassist.github.io.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes