InteLiPlan: An Interactive Lightweight LLM-Based Planner for Domestic Robot Autonomy
Kim Tien Ly, Kai Lu, Ioannis Havoutis
TL;DR
InteLiPlan tackles the challenge of robust domestic-robot autonomy by combining a lightweight, onboard LLM-based planner with multimodal perception and reachability-based feasibility checks. A human-in-the-loop supports real-time intervention for failures or ambiguities, enabling effective replanning without offboard computation. By using PEFT with LoRA on a compact, textualized multimodal dataset, the approach remains robot-agnostic and capable of onboard deployment, achieving high success in fetch tasks and competitive performance against state-of-the-art planners. The system demonstrates cross-embodiment transfer on HSR and Anymal D with a Z1 arm and delivers sub-7-second planning, indicating practical viability for real-world domestic scenarios. Limitations include the absence of motion-level replanning, which the authors suggest addressing via a dual-process integration with reactive low-level control in future work.
Abstract
We introduce an interactive LLM-based framework designed to enhance the autonomy and robustness of domestic robots, targeting embodied intelligence. Our approach reduces reliance on large-scale data and incorporates a robot-agnostic pipeline that embodies an LLM. Our framework, InteLiPlan, ensures that the LLM's decision-making capabilities are effectively aligned with robotic functions, enhancing operational robustness and adaptability, while our human-in-the-loop mechanism allows for real-time human intervention when user instruction is required. We evaluate our method in both simulation and on the real robot platforms, including a Toyota Human Support Robot and an ANYmal D robot with a Unitree Z1 arm. Our method achieves a 95% success rate in the `fetch me' task completion with failure recovery, highlighting its capability in both failure reasoning and task planning. InteLiPlan achieves comparable performance to state-of-the-art LLM-based robotics planners, while using only real-time onboard computing. Project website: https://kimtienly.github.io/InteLiPlan.
