ROAIAug 6, 2024

KOI: Accelerating Online Imitation Learning via Hybrid Key-state Guidance

arXiv:2408.02912v36 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the challenge of sample inefficiency in online imitation learning for robotics, offering a novel approach to accelerate learning, though it is incremental in building on existing imitation learning methods.

The paper tackles the problem of inefficient exploration in online imitation learning by proposing a hybrid key-state guidance method that decomposes tasks into 'what to do' and 'how to do' objectives, resulting in improved sample efficiency and success rates in simulated and real-world robotic manipulation tasks.

Online Imitation Learning struggles with the gap between extensive online exploration space and limited expert trajectories, hindering efficient exploration due to inaccurate reward estimation. Inspired by the findings from cognitive neuroscience, we hypothesize that an agent could estimate precise task-aware reward for efficient online exploration, through decomposing the target task into the objectives of "what to do" and the mechanisms of "how to do". In this work, we introduce the hybrid Key-state guided Online Imitation (KOI) learning method, which leverages the integration of semantic and motion key states as guidance for reward estimation. Initially, we utilize visual-language models to extract semantic key states from expert trajectory, indicating the objectives of "what to do". Within the intervals between semantic key states, optical flow is employed to capture motion key states to understand the mechanisms of "how to do". By integrating a thorough grasp of hybrid key states, we refine the trajectory-matching reward computation, accelerating online imitation learning with task-aware exploration. We evaluate not only the success rate of the tasks in the Meta-World and LIBERO environments, but also the trend of variance during online imitation learning, proving that our method is more sample efficient. We also conduct real-world robotic manipulation experiments to validate the efficacy of our method, demonstrating the practical applicability of our KOI method. Videos and code are available at https://gewu-lab.github.io/Keystate_Online_Imitation/.

Foundations

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

Your Notes