paper-with-me

홈 › Papers

Embodied Tree of Thoughts: Deliberate Manipulation Planning with Embodied World Model

2025-12-09 · Wenjiang Xu, Cindy Wang, Rui Fang, Mingkang Zhang, Lusong Li, Jing Xu, Jiayuan Gu, Zecui Zeng, Rui Chen arxiv

World models have emerged as a pivotal component in robot manipulation planning, enabling agents to predict future environmental states and reason about the consequences of actions before execution. While video-generation models are increasingly adopted, they often lack rigorous physical grounding, leading to hallucinations and a failure to maintain consistency in long-horizon physical constraints. To address these limitations, we propose Embodied Tree of Thoughts (EToT), a novel Real2Sim2Real planning framework that leverages a physics-based interactive digital twin as an embodied world model. EToT formulates manipulation planning as a tree search expanded through two synergistic mechanisms: (1) Priori Branching, which generates diverse candidate execution paths based on semantic and spatial analysis; and (2) Reflective Branching, which utilizes VLMs to diagnose execution failures within the simulator and iteratively refine the planning tree with corrective actions. By grounding high-level reasoning in a physics simulator, our framework ensures that generated plans adhere to rigid-body dynamics and collision constraints. We validate EToT on a suite of short- and long-horizon manipulation tasks, where it consistently outperforms baselines by effectively predicting physical dynamics and adapting to potential failures. Website at https://embodied-tree-of-thoughts.github.io .

📄 PDF Abstract BibTeX arXiv:2512.08188

Code (0)

등록된 구현이 없습니다.

Tasks

Robot Manipulation

Similar Papers 제목 키워드 기반

Tree of Thoughts: Deliberate Problem Solving with Large Language Models

2023-05-17 · NeurIPS 2023 11 · Shunyu Yao, Dian Yu, Jeffrey Zhao, Izhak Shafran 외

Language models are increasingly being deployed for general problem solving across a wide range of tasks, but are still confined to token-level, left-to-right decision-making processes during inference. This means they c…

Arithmetic ReasoningDecision MakingLanguage ModellingQuestion Answering

EmbodiedGPT: Vision-Language Pre-Training via Embodied Chain of Thought

2023-05-24 · NeurIPS 2023 11 · Yao Mu, Qinglong Zhang, Mengkang Hu, Wenhai Wang 외

Embodied AI is a crucial frontier in robotics, capable of planning and executing action sequences for robots to accomplish long-horizon tasks in physical environments. In this work, we introduce EmbodiedGPT, an end-to-en…

Image CaptioningLanguage ModellingLarge Language ModelQuestion Answering+1

Novelty-based Tree-of-Thought Search for LLM Reasoning and Planning

2026-05-07 · Leon Hamm, Zlatan Ajanovic arxiv

Although advances such as chain-of-thought, tree-of-thought or reinforcement learning have improved the performance of LLMs in reasoning and planning tasks, they are still brittle and have not achieved human-level perfor…

Reinforcement LearningGeneral Knowledge

Tree of Uncertain Thoughts Reasoning for Large Language Models

2023-09-14 · Shentong Mo, Miao Xin

While the recently introduced Tree of Thoughts (ToT) has heralded advancements in allowing Large Language Models (LLMs) to reason through foresight and backtracking for global decision-making, it has overlooked the inher…

Decision MakingResponse GenerationUncertainty Quantification

RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation

2024-03-08 · ZiHao Wang, Anji Liu, Haowei Lin, Jiaqi Li 외

We explore how iterative revising a chain of thoughts with the help of information retrieval significantly improves large language models' reasoning and generation ability in long-horizon generation tasks, while hugely m…

Code GenerationHallucinationInformation RetrievalMathematical Reasoning+2