ROAILGNov 17, 2023

Distilling and Retrieving Generalizable Knowledge for Robot Manipulation via Language Corrections

arXiv:2311.10678v273 citationsh-index: 66
Originality Incremental advance
AI Analysis

This addresses the challenge of enabling robots to adapt to novel settings with minimal human intervention, though it is an incremental improvement over existing LLM-based methods.

The paper tackles the problem of robot policies failing to generalize to new environments by introducing DROC, an LLM-based system that learns from online human language corrections and retrieves past knowledge, reducing the required corrections by half in the first round and nearly eliminating them after two iterations.

Today's robot policies exhibit subpar performance when faced with the challenge of generalizing to novel environments. Human corrective feedback is a crucial form of guidance to enable such generalization. However, adapting to and learning from online human corrections is a non-trivial endeavor: not only do robots need to remember human feedback over time to retrieve the right information in new settings and reduce the intervention rate, but also they would need to be able to respond to feedback that can be arbitrary corrections about high-level human preferences to low-level adjustments to skill parameters. In this work, we present Distillation and Retrieval of Online Corrections (DROC), a large language model (LLM)-based system that can respond to arbitrary forms of language feedback, distill generalizable knowledge from corrections, and retrieve relevant past experiences based on textual and visual similarity for improving performance in novel settings. DROC is able to respond to a sequence of online language corrections that address failures in both high-level task plans and low-level skill primitives. We demonstrate that DROC effectively distills the relevant information from the sequence of online corrections in a knowledge base and retrieves that knowledge in settings with new task or object instances. DROC outperforms other techniques that directly generate robot code via LLMs by using only half of the total number of corrections needed in the first round and requires little to no corrections after two iterations. We show further results, videos, prompts and code on https://sites.google.com/stanford.edu/droc .

Code Implementations1 repo
Foundations

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

Your Notes