SafePath: Conformal Prediction for Safe LLM-Based Autonomous Navigation
Achref Doula, Max Mühlhäuser, Alejandro Sanchez Guinea
TL;DR
The paper tackles the safety problem of using LLMs for autonomous navigation under uncertainty. It proposes SafePath, a three-stage framework combining LLM-based path generation with conformal prediction to guarantee safety with a user-defined probability, plus a decision rule that balances autonomy and human delegation. Empirical results on nuScenes and Highway-env show substantial reductions in planning uncertainty and collision rates, and demonstrate the value of formal safety guarantees in LLM-driven planning. The work offers theoretical guarantees and practical evidence that conformal prediction can enable safer deployment of LLMs in safety-critical autonomous systems.
Abstract
Large Language Models (LLMs) show growing promise in autonomous driving by reasoning over complex traffic scenarios to generate path plans. However, their tendencies toward overconfidence, and hallucinations raise critical safety concerns. We introduce SafePath, a modular framework that augments LLM-based path planning with formal safety guarantees using conformal prediction. SafePath operates in three stages. In the first stage, we use an LLM that generates a set of diverse candidate paths, exploring possible trajectories based on agent behaviors and environmental cues. In the second stage, SafePath filters out high-risk trajectories while guaranteeing that at least one safe option is included with a user-defined probability, through a multiple-choice question-answering formulation that integrates conformal prediction. In the final stage, our approach selects the path with the lowest expected collision risk when uncertainty is low or delegates control to a human when uncertainty is high. We theoretically prove that SafePath guarantees a safe trajectory with a user-defined probability, and we show how its human delegation rate can be tuned to balance autonomy and safety. Extensive experiments on nuScenes and Highway-env show that SafePath reduces planning uncertainty by 77\% and collision rates by up to 70\%, demonstrating effectiveness in making LLM-driven path planning more safer.
