paper-with-me

Papers

Introspective Planning: Aligning Robots' Uncertainty with Inherent Task Ambiguity

2024-02-09 · Kaiqu Liang, Zixu Zhang, Jaime Fernández Fisac

Large language models (LLMs) exhibit advanced reasoning skills, enabling robots to comprehend natural language instructions and strategically plan high-level actions through proper grounding. However, LLM hallucination may result in robots confidently executing plans that are misaligned with user goals or, in extreme cases, unsafe. Additionally, inherent ambiguity in natural language instructions can induce task uncertainty, particularly in situations where multiple valid options exist. To address this issue, LLMs must identify such uncertainty and proactively seek clarification. This paper explores the concept of introspective planning as a systematic method for guiding LLMs in forming uncertainty--aware plans for robotic task execution without the need for fine-tuning. We investigate uncertainty quantification in task-level robot planning and demonstrate that introspection significantly improves both success rates and safety compared to state-of-the-art LLM-based planning approaches. Furthermore, we assess the effectiveness of introspective planning in conjunction with conformal prediction, revealing that this combination yields tighter confidence bounds, thereby maintaining statistical success guarantees with fewer superfluous user clarification queries. Code is available at https://github.com/kevinliang888/IntroPlan.

📄 PDF Abstract BibTeX arXiv:2402.06529

Code (1)

kevinliang888/IntroPlan 공식 구현

Tasks

Conformal PredictionHallucinationUncertainty Quantificationvalid

Similar Papers 제목 키워드 기반

Competence-Aware Path Planning via Introspective Perception

2021-09-28 · Sadegh Rabiee, Connor Basich, Kyle Hollins Wray, Shlomo Zilberstein 외

Robots deployed in the real world over extended periods of time need to reason about unexpected failures, learn to predict them, and to proactively take actions to avoid future failures. Existing approaches for competenc…

Robots That Ask For Help: Uncertainty Alignment for Large Language Model Planners

2023-07-04 · Allen Z. Ren, Anushri Dixit, Alexandra Bodrova, Sumeet Singh 외

Large language models (LLMs) exhibit a wide range of promising capabilities -- from step-by-step planning to commonsense reasoning -- that may provide utility for robots, but remain prone to confidently hallucinated pred…

Conformal PredictionLanguage ModelingLanguage ModellingLarge Language Model

Enhancing Lattice-based Motion Planning with Introspective Learning and Reasoning

2020-05-15 · Mattias Tiger, David Bergström, Andreas Norrstig, Fredrik Heintz

Lattice-based motion planning is a hybrid planning method where a plan made up of discrete actions simultaneously is a physically feasible trajectory. The planning takes both discrete and continuous aspects into account,…

Motion Planning

Probabilistically Correct Language-based Multi-Robot Planning using Conformal Prediction

2024-02-23 · Jun Wang, Guocheng He, Yiannis Kantaros

This paper addresses task planning problems for language-instructed robot teams. Tasks are expressed in natural language (NL), requiring the robots to apply their capabilities at various locations and semantic objects. S…

Conformal PredictionTask PlanningUncertainty Quantification

AlignBot: Aligning VLM-powered Customized Task Planning with User Reminders Through Fine-Tuning for Household Robots

2024-09-18 · Zhaxizhuoma Zhaxizhuoma, Pengan Chen, Ziniu Wu, Jiawei Sun 외

This paper presents AlignBot, a novel framework designed to optimize VLM-powered customized task planning for household robots by effectively aligning with user reminders. In domestic settings, aligning task planning wit…

Task Planning