arXiv:2505.07500cs.CV2025-05

用大模型高效规划导航路径,让智能体边走边决策

Learning to Reason and Navigate: Parameter Efficient Action Planning with Large Language Models

  • 分两阶段微调大模型,提升指令生成质量
  • 在REVERIE数据集上优于现有最优方法,成功率显著提升
  • 适合需要实时决策的机器人导航任务

远程具身指称表达(REVERIE)任务要求智能体在无预探索的情况下,穿越复杂室内环境,根据高阶指令(如“拿个勺子”)定位远端物体。为此,本文提出一种基于大语言模型的参数高效动作规划器(PEAP-LLM),由目标规划模块(LGP)和LoRA动作规划模块(LAP)构成。LGP从指令中提取目标对象与房间信息;LAP结合目标计划、高层指令与当前视觉观测,生成单步行动指令。该模型支持智能体在行进中实时与规划模块交互。相比直接应用大模型或依赖人工提示的方法,本方案通过监督微调(SFT)和直接偏好优化(DPO)减少幻觉与偏差。实验表明,该方法在REVERIE任务上优于先前最先进水平。

原文摘要 · Abstract (English)

The remote embodied referring expression (REVERIE) task requires an agent to navigate through complex indoor environments and localize a remote object specified by high-level instructions, such as "bring me a spoon", without pre-exploration. Hence, an efficient navigation plan is essential for the final success. This paper proposes a novel parameter-efficient action planner using large language models (PEAP-LLM) to generate a single-step instruction at each location. The proposed model consists of two modules, LLM goal planner (LGP) and LoRA action planner (LAP). Initially, LGP extracts the goal-oriented plan from REVERIE instructions, including the target object and room. Then, LAP generates a single-step instruction with the goal-oriented plan, high-level instruction, and current visual observation as input. PEAP-LLM enables the embodied agent to interact with LAP as the path planner on the fly. A simple direct application of LLMs hardly achieves good performance. Also, existing hard-prompt-based methods are error-prone in complicated scenarios and need human intervention. To address these issues and prevent the LLM from generating hallucinations and biased information, we propose a novel two-stage method for fine-tuning the LLM, consisting of supervised fine-tuning (STF) and direct preference optimization (DPO). SFT improves the quality of generated instructions, while DPO utilizes environmental feedback. Experimental results show the superiority of our proposed model on REVERIE compared to the previous state-of-the-art.

具身智能大模型导航规划参数高效

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。