paper-with-me

홈 › Papers

Learning from Trials and Errors: Reflective Test-Time Planning for Embodied LLMs

2026-02-24 · Yining Hong, Huang Huang, Manling Li, Li Fei-Fei, Leonidas Guibas, Jiajun Wu, Yejin Choi arxiv

Embodied LLMs endow robots with high-level task reasoning, but they cannot reflect on what went wrong or why, turning deployment into a sequence of independent trials where mistakes repeat rather than accumulate into experience. Drawing upon human reflective practitioners, we introduce Reflective Test-Time Planning, which integrates two modes of reflection: \textit{reflection-in-action}, where the agent uses test-time scaling to generate and score multiple candidate actions using internal reflections before execution; and \textit{reflection-on-action}, which uses test-time training to update both its internal reflection model and its action policy based on external reflections after execution. We also include retrospective reflection, allowing the agent to re-evaluate earlier decisions and perform model updates with hindsight for proper long-horizon credit assignment. Experiments on our newly-designed Long-Horizon Household benchmark and MuJoCo Cupboard Fitting benchmark show significant gains over baseline models, with zero-shot generalization to photorealistic HM3D environments and real-robot experiments on a Franka Panda arm. Ablations confirm that reflection-in-action and reflection-on-action are mutually dependent, and that retrospective reflection achieves better credit assignment than step-wise external feedback at lower computational overhead. Qualitative analyses further highlight behavioral correction through reflection.

📄 PDF Abstract BibTeX arXiv:2602.21198

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot Generalization

Similar Papers 제목 키워드 기반

Robust and Efficient Tool Orchestration via Layered Execution Structures with Reflective Correction

2026-02-21 · Tao Zhe, Haoyu Wang, Bo Luo, Min Wu 외 arxiv

Tool invocation is a core capability of agentic systems, yet failures often arise not from individual tool calls but from how multiple tools are organized and executed together. Existing approaches tightly couple tool ex…

Self-Reflective Generation at Test Time

2025-10-03 · Jian Mu, Qixin Zhang, Zhiyong Wang, Menglin Yang 외 arxiv

Large language models (LLMs) increasingly solve complex reasoning tasks via long chain-of-thought, but their forward-only autoregressive generation process is fragile; early token errors can cascade, which creates a clea…

Mathematical Reasoning

Moving Beyond Review: Applying Language Models to Planning and Translation in Reflection

2026-03-30 · Seyed Parsa Neshaei, Richard Lee Davis, Tanja Käser arxiv

Reflective writing is known to support the development of students' metacognitive skills, yet learners often struggle to engage in deep reflection, limiting learning gains. Although large language models (LLMs) have been…

Agentic RAG-VLM: Affordance-Aware Retrieval-Augmented Generation with Self-Reflective Planning for Robotic Grasping

2026-06-30 · Tao Chen, Lizheng Liu, Jiaxu Wang, Ziyue Jiang 외 arxiv

Generalizable robotic grasping in cluttered environments is essential for deploying manipulators in unstructured human spaces, yet existing VLM-based methods rely on visual similarity for object matching, neglecting phys…

Spatial ReasoningRobotic Grasping

Analyzing Information Sharing and Coordination in Multi-Agent Planning

2025-08-18 · Tianyue Ou, Saujas Vaduguru, Daniel Fried arxiv

Multi-agent systems (MASs) have pushed the boundaries of large language model (LLM) agents in domains such as web research and software engineering. However, long-horizon, multi-constraint planning tasks involve conditio…