paper-with-me

Papers

SafePath: Conformal Prediction for Safe LLM-Based Autonomous Navigation

2025-05-14 · Achref Doula, Max Mühlhäuser, Alejandro Sanchez Guinea

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.

📄 PDF Abstract BibTeX arXiv:2505.09427

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous NavigationConformal PredictionMultiple-choiceQuestion Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Differentiable Optimization Layered Safety-Critical Control for Risk-Aware Navigation via Conformal Prediction

2026-05-05 · Jinyang Dong, Shizhen Wu, Yongchun Fang arxiv

Risk-aware navigation in unknown environments is a fundamental challenge for autonomous vehicles operating in complex urban systems. To address this issue, this paper presents a differentiable optimization layered safety…

Autonomous Vehicles

SAfEPaTh: A System-Level Approach for Efficient Power and Thermal Estimation of Convolutional Neural Network Accelerator

2024-07-24 · Yukai Chen, Simei Yang, Debjyoti Bhattacharjee, Francky Catthoor 외

The design of energy-efficient, high-performance, and reliable Convolutional Neural Network (CNN) accelerators involves significant challenges due to complex power and thermal management issues. This paper introduces SAf…

Management

SAFEPATH: Preventing Harmful Reasoning in Chain-of-Thought via Early Alignment

2025-05-20 · Wonje Jeung, Sangyeon Yoon, Minsuk Kahng, Albert No

Large Reasoning Models (LRMs) have become powerful tools for complex problem solving, but their structured reasoning pathways can lead to unsafe outputs when exposed to harmful prompts. Existing safety alignment methods …

Safety Alignment

Conformal Decision Theory: Safe Autonomous Decisions from Imperfect Predictions

2023-10-09 · Jordan Lekeufack, Anastasios N. Angelopoulos, Andrea Bajcsy, Michael I. Jordan 외

We introduce Conformal Decision Theory, a framework for producing safe autonomous decisions despite imperfect machine learning predictions. Examples of such decisions are ubiquitous, from robot planning algorithms that r…

Conformal PredictionMotion Planning

Safe Real-World Autonomous Driving by Learning to Predict and Plan with a Mixture of Experts

2022-11-03 · Stefano Pini, Christian S. Perone, Aayush Ahuja, Ana Sofia Rufino Ferreira 외

The goal of autonomous vehicles is to navigate public roads safely and comfortably. To enforce safety, traditional planning approaches rely on handcrafted rules to generate trajectories. Machine learning-based systems, o…

Autonomous DrivingAutonomous VehiclesMixture-of-ExpertsNavigate