Talk Through It: End User Directed Manipulation Learning
Carl Winge, Adam Imdieke, Bahaa Aldeeb, Dongyeop Kang, Karthik Desingh
TL;DR
This work introduces an end-user directed hierarchical learning framework for robot manipulation, decomposing capability into a Level-1 factory model of primitive actions and higher-level Level-2/Level-3 home models trained by end users via natural language. Demonstrations for complex skills are collected through language rather than scripted data, enabling personalized task learning across 14 RLBench environments. The approach shows significant improvements over baselines, with Level-2 and Level-3 gains of roughly 1.7x and 2.3x, respectively, and investigates the use of Bard VLMs to autonomously decompose tasks, finding VLMs excel at high-level planning but struggle with low-level grounded actions. The results highlight the practical potential for user-driven customization in home robotics, while identifying current VLM limitations and the need for broader training environments and grounding for robust real-world deployment.
Abstract
Training generalist robot agents is an immensely difficult feat due to the requirement to perform a huge range of tasks in many different environments. We propose selectively training robots based on end-user preferences instead. Given a factory model that lets an end user instruct a robot to perform lower-level actions (e.g. 'Move left'), we show that end users can collect demonstrations using language to train their home model for higher-level tasks specific to their needs (e.g. 'Open the top drawer and put the block inside'). We demonstrate this hierarchical robot learning framework on robot manipulation tasks using RLBench environments. Our method results in a 16% improvement in skill success rates compared to a baseline method. In further experiments, we explore the use of the large vision-language model (VLM), Bard, to automatically break down tasks into sequences of lower-level instructions, aiming to bypass end-user involvement. The VLM is unable to break tasks down to our lowest level, but does achieve good results breaking high-level tasks into mid-level skills. We have a supplemental video and additional results at talk-through-it.github.io.
