paper-with-me

Papers

Long-horizon Embodied Planning with Implicit Logical Inference and Hallucination Mitigation

2024-09-24 · Siyuan Liu, Jiawei Du, Sicheng Xiang, Zibo Wang, Dingsheng Luo

Long-horizon embodied planning underpins embodied AI. To accomplish long-horizon tasks, one of the most feasible ways is to decompose abstract instructions into a sequence of actionable steps. Foundation models still face logical errors and hallucinations in long-horizon planning, unless provided with highly relevant examples to the tasks. However, providing highly relevant examples for any random task is unpractical. Therefore, we present ReLEP, a novel framework for Real-time Long-horizon Embodied Planning. ReLEP can complete a wide range of long-horizon tasks without in-context examples by learning implicit logical inference through fine-tuning. The fine-tuned large vision-language model formulates plans as sequences of skill functions. These functions are selected from a carefully designed skill library. ReLEP is also equipped with a Memory module for plan and status recall, and a Robot Configuration module for versatility across robot types. In addition, we propose a data generation pipeline to tackle dataset scarcity. When constructing the dataset, we considered the implicit logical relationships, enabling the model to learn implicit logical relationships and dispel hallucinations. Through comprehensive evaluations across various long-horizon tasks, ReLEP demonstrates high success rates and compliance to execution even on unseen tasks and outperforms state-of-the-art baseline methods.

📄 PDF Abstract BibTeX arXiv:2409.15658

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityHallucinationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

CookBench: A Long-Horizon Embodied Planning Benchmark for Complex Cooking Scenarios

2025-08-05 · Muzhen Cai, Xiubo Chen, Yining An, Jiaxin Zhang 외 arxiv

Embodied Planning is dedicated to the goal of creating agents capable of executing long-horizon tasks in complex physical worlds. However, existing embodied planning benchmarks frequently feature short-horizon tasks and …

From Perception to Planning: Evolving Ego-Centric Task-Oriented Spatiotemporal Reasoning via Curriculum Learning

2026-04-12 · Xiaoda Yang, Yuxiang Liu, Shenzhou Gao, Can Wang 외 arxiv

Modern vision-language models achieve strong performance in static perception, but remain limited in the complex spatiotemporal reasoning required for embodied, egocentric tasks. A major source of failure is their relian…

Logical Reasoning

When Robots Do the Chores: A Benchmark and Agent for Long-Horizon Household Task Execution

2026-05-14 · Zilin Zhu, Longteng Guo, Yanghong Mei, Bowen Pang 외 arxiv

Long-horizon household tasks demand robust high-level planning and sustained reasoning capabilities, which are largely overlooked by existing embodied AI benchmarks that emphasize short-horizon navigation or manipulation…

Long-Horizon Manipulation via Trace-Conditioned VLA Planning

2026-04-23 · Isabella Liu, An-Chieh Cheng, Rui Yan, Geng Chen 외 arxiv

Long-horizon manipulation remains challenging for vision-language-action (VLA) policies: real tasks are multi-step, progress-dependent, and brittle to compounding execution errors. We present LoHo-Manip, a modular framew…

Instruction FollowingTrajectory Prediction

LoHoVLA: A Unified Vision-Language-Action Model for Long-Horizon Embodied Tasks

2025-05-31 · Yi Yang, Jiaxuan Sun, Siqi Kou, Yihan Wang 외

Real-world embodied agents face long-horizon tasks, characterized by high-level goals demanding multi-step solutions beyond single actions. Successfully navigating these requires both high-level task planning (i.e., deco…

Task PlanningVision-Language-Action