Multi-Modal Grounded Planning and Efficient Replanning For Learning Embodied Agents with A Few Examples
Taewoong Kim, Byeonghwi Kim, Jonghyun Choi
TL;DR
FLARE addresses data-efficient embodied planning by grounding LLM-based planning in environmental perception through two components: a Multi-Modal Planner (MMP) and Environment Adaptive Replanning (EAR). MMP retrieves top-k multimodal demonstrations and prompts an LLM to generate subgoal sequences, while EAR substitutes undetected objects with semantically similar observed ones to ground the plan without repeated LLM calls. The approach achieves state-of-the-art performance on ALFRED in few-shot settings, with GPT-4 variants delivering up to $+24.46$ percentage points on unseen tasks, and ablations confirm the complementary benefits of MMP and EAR. Qualitative and robotic-task evaluations illustrate improved grounding, robustness to language variation, and practical applicability with limited data. Overall, FLARE reduces annotation costs and demonstrates effective, grounded planning for embodied agents in realistic environments.
Abstract
Learning a perception and reasoning module for robotic assistants to plan steps to perform complex tasks based on natural language instructions often requires large free-form language annotations, especially for short high-level instructions. To reduce the cost of annotation, large language models (LLMs) are used as a planner with few data. However, when elaborating the steps, even the state-of-the-art planner that uses LLMs mostly relies on linguistic common sense, often neglecting the status of the environment at command reception, resulting in inappropriate plans. To generate plans grounded in the environment, we propose FLARE (Few-shot Language with environmental Adaptive Replanning Embodied agent), which improves task planning using both language command and environmental perception. As language instructions often contain ambiguities or incorrect expressions, we additionally propose to correct the mistakes using visual cues from the agent. The proposed scheme allows us to use a few language pairs thanks to the visual cues and outperforms state-of-the-art approaches. Our code is available at https://github.com/snumprlab/flare.
