paper-with-me

홈 › Papers

LookPlanGraph: Embodied Instruction Following Method with VLM Graph Augmentation

2025-12-24 · Anatoly O. Onishchenko, Alexey K. Kovalev, Aleksandr I. Panov arxiv

Methods that use Large Language Models (LLM) as planners for embodied instruction following tasks have become widespread. To successfully complete tasks, the LLM must be grounded in the environment in which the robot operates. One solution is to use a scene graph that contains all the necessary information. Modern methods rely on prebuilt scene graphs and assume that all task-relevant information is available at the start of planning. However, these approaches do not account for changes in the environment that may occur between the graph construction and the task execution. We propose LookPlanGraph - a method that leverages a scene graph composed of static assets and object priors. During plan execution, LookPlanGraph continuously updates the graph with relevant objects, either by verifying existing priors or discovering new entities. This is achieved by processing the agents egocentric camera view using a Vision Language Model. We conducted experiments with changed object positions VirtualHome and OmniGibson simulated environments, demonstrating that LookPlanGraph outperforms methods based on predefined static scene graphs. To demonstrate the practical applicability of our approach, we also conducted experiments in a real-world setting. Additionally, we introduce the GraSIF (Graph Scenes for Instruction Following) dataset with automated validation framework, comprising 514 tasks drawn from SayPlan Office, BEHAVIOR-1K, and VirtualHome RobotHow. Project page available at https://lookplangraph.github.io .

📄 PDF Abstract BibTeX arXiv:2512.21243

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Embodied Instruction Following in Unknown Environments

2024-06-17 · Zhenyu Wu, Ziwei Wang, Xiuwei Xu, Jiwen Lu 외

Enabling embodied agents to complete complex human instructions from natural language is crucial to autonomous systems in household services. Conventional methods can only accomplish human instructions in the known envir…

Instruction FollowingTask Planning

LACMA: Language-Aligning Contrastive Learning with Meta-Actions for Embodied Instruction Following

2023-10-18 · Cheng-Fu Yang, Yen-Chun Chen, Jianwei Yang, Xiyang Dai 외

End-to-end Transformers have demonstrated an impressive success rate for Embodied Instruction Following when the environment has been seen in training. However, they tend to struggle when deployed in an unseen environmen…

Contrastive LearningInstruction Following

Exploratory Retrieval-Augmented Planning For Continual Embodied Instruction Following

2025-09-10 · Minjong Yoo, Jinwoo Jang, Wei-jin Park, Honguk Woo arxiv

This study presents an Exploratory Retrieval-Augmented Planning (ExRAP) framework, designed to tackle continual instruction following tasks of embodied agents in dynamic, non-stationary environments. The framework enhanc…

Instruction Following

ThinkBot: Embodied Instruction Following with Thought Chain Reasoning

2023-12-12 · Guanxing Lu, Ziwei Wang, Changliu Liu, Jiwen Lu 외

Embodied Instruction Following (EIF) requires agents to complete human instruction by interacting objects in complicated surrounding environments. Conventional methods directly consider the sparse human instruction to ge…

Instruction Following

Alexa Arena: A User-Centric Interactive Platform for Embodied AI

2023-03-02 · NeurIPS 2023 11 · Qiaozi Gao, Govind Thattai, Suhaila Shakiah, Xiaofeng Gao 외

We introduce Alexa Arena, a user-centric simulation platform for Embodied AI (EAI) research. Alexa Arena provides a variety of multi-room layouts and interactable objects, for the creation of human-robot interaction (HRI…

Instruction Following