Enabling robots to follow abstract instructions and complete complex dynamic tasks
Ruaridh Mon-Williams, Gen Li, Ran Long, Wenqian Du, Chris Lucas
TL;DR
This paper addresses the challenge of flexible, robust execution of high-level human instructions by robots in unstructured homes. It proposes a framework that integrates Large Language Models with a curated function knowledge base and integrated force and visual feedback (IFVF), using Retrieval-Augmented Generation to generate task-specific code that orchestrates manipulation actions. Key contributions include (1) transforming abstract goals into executable, context-aware policies via GPT-4 and RAG, (2) seamless integration of force and vision feedback to handle disturbances, and (3) a scalable setup demonstrated on coffee making, plate decoration, and related actions with a Kinova 7-DOF arm. The results show improved adaptability and accuracy in dynamic tasks, with a practical path toward scalable autonomous home robotics. The work also discusses limitations and future directions, such as proactive planning and more advanced dynamic models.
Abstract
Completing complex tasks in unpredictable settings like home kitchens challenges robotic systems. These challenges include interpreting high-level human commands, such as "make me a hot beverage" and performing actions like pouring a precise amount of water into a moving mug. To address these challenges, we present a novel framework that combines Large Language Models (LLMs), a curated Knowledge Base, and Integrated Force and Visual Feedback (IFVF). Our approach interprets abstract instructions, performs long-horizon tasks, and handles various uncertainties. It utilises GPT-4 to analyse the user's query and surroundings, then generates code that accesses a curated database of functions during execution. It translates abstract instructions into actionable steps. Each step involves generating custom code by employing retrieval-augmented generalisation to pull IFVF-relevant examples from the Knowledge Base. IFVF allows the robot to respond to noise and disturbances during execution. We use coffee making and plate decoration to demonstrate our approach, including components ranging from pouring to drawer opening, each benefiting from distinct feedback types and methods. This novel advancement marks significant progress toward a scalable, efficient robotic framework for completing complex tasks in uncertain environments. Our findings are illustrated in an accompanying video and supported by an open-source GitHub repository (released upon paper acceptance).
