paper-with-me

Papers

T3 Planner: A Self-Correcting LLM Framework for Robotic Motion Planning with Temporal Logic

2025-10-19 · Jia Li, Guoxiang Zhao arxiv

Translating natural language instructions into executable motion plans is a fundamental challenge in robotics. Traditional approaches are typically constrained by their reliance on domain-specific expertise to customize planners, and often struggle with spatio-temporal couplings that usually lead to infeasible motions or discrepancies between task planning and motion execution. Despite the proficiency of Large Language Models (LLMs) in high-level semantic reasoning, hallucination could result in infeasible motion plans. In this paper, we introduce the T3 Planner, an LLM-enabled robotic motion planning framework that self-corrects it output with formal methods. The framework decomposes spatio-temporal task constraints via three cascaded modules, each of which stimulates an LLM to generate candidate trajectory sequences and examines their feasibility via a Signal Temporal Logic (STL) verifier until one that satisfies complex spatial, temporal, and logical constraints is found.Experiments across different scenarios show that T3 Planner significantly outperforms the baselines. The required reasoning can be distilled into a lightweight Qwen3-4B model that enables efficient deployment. All supplementary materials are accessible at https://github.com/leeejia/T3_Planner.

📄 PDF Abstract BibTeX arXiv:2510.16767

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Toward Generalist Neural Motion Planners for Robotic Manipulators: Challenges and Opportunities

2026-03-25 · Davood Soleymanzadeh, Ivan Lopez-Sanchez, Hao Su, Yunzhu Li 외 arxiv

State-of-the-art generalist manipulation policies have enabled the deployment of robotic manipulators in unstructured human environments. However, these frameworks struggle in cluttered environments primarily because the…

Motion Planning

Motion Planning Transformers: A Motion Planning Framework for Mobile Robots

2021-06-05 · Jacob J. Johnson, Uday S. Kalra, Ankit Bhatia, Linjun Li 외

Fast and efficient sampling-based motion planning (SMP) is an integral component of many robotic systems, such as autonomous cars. A popular technique to improve the efficiency of these planners is to restrict search spa…

Motion Planningvalid

CorrectionPlanner: Self-Correction Planner with Reinforcement Learning in Autonomous Driving

2026-03-16 · Yihong Guo, Dongqiangzi Ye, Sijia Chen, Anqi Liu 외 arxiv

Autonomous driving requires safe planning, but most learning-based planners lack explicit self-correction ability: once an unsafe action is proposed, there is no mechanism to correct it. Thus, we propose CorrectionPlanne…

Reinforcement LearningAutonomous Driving

A Meta-Engine Framework for Interleaved Task and Motion Planning using Topological Refinements

2024-08-11 · Elisa Tosello, Alessandro Valentini, Andrea Micheli

Task And Motion Planning (TAMP) is the problem of finding a solution to an automated planning problem that includes discrete actions executable by low-level continuous motions. This field is gaining increasing interest w…

BenchmarkingMotion PlanningNavigateTask and Motion Planning

LLM-Personalize: Aligning LLM Planners with Human Preferences via Reinforced Self-Training for Housekeeping Robots

2024-04-22 · Dongge Han, Trevor McInroe, Adam Jelley, Stefano V. Albrecht 외

Large language models (LLMs) have shown significant potential for robotics applications, particularly task planning, by harnessing their language comprehension and text generation capabilities. However, in applications s…

Imitation LearningTask PlanningText Generation