ROAICLLGJun 17, 2024

Enabling robots to follow abstract instructions and complete complex dynamic tasks

arXiv:2406.11231v1Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of making robots more adaptable and capable in dynamic settings like homes, representing a significant but incremental step toward practical robotic assistants.

The paper tackles the problem of enabling robots to interpret abstract human instructions and perform complex tasks in unpredictable environments, such as making coffee or decorating plates, by combining LLMs, a knowledge base, and integrated force and visual feedback, achieving scalable and efficient task completion.

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).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes