paper-with-me

홈 › Papers

Continual Learning from Demonstration of Robotics Skills

2022-02-14 · Sayantan Auddy, Jakob Hollenstein, Matteo Saveriano, Antonio Rodríguez-Sánchez, Justus Piater

Methods for teaching motion skills to robots focus on training for a single skill at a time. Robots capable of learning from demonstration can considerably benefit from the added ability to learn new movement skills without forgetting what was learned in the past. To this end, we propose an approach for continual learning from demonstration using hypernetworks and neural ordinary differential equation solvers. We empirically demonstrate the effectiveness of this approach in remembering long sequences of trajectory learning tasks without the need to store any data from past demonstrations. Our results show that hypernetworks outperform other state-of-the-art continual learning approaches for learning from demonstration. In our experiments, we use the popular LASA benchmark, and two new datasets of kinesthetic demonstrations collected with a real robot that we introduce in this paper called the HelloWorld and RoboTasks datasets. We evaluate our approach on a physical robot and demonstrate its effectiveness in learning real-world robotic tasks involving changing positions as well as orientations. We report both trajectory error metrics and continual learning metrics, and we propose two new continual learning metrics. Our code, along with the newly collected datasets, is available at https://github.com/sayantanauddy/clfd.

📄 PDF Abstract BibTeX arXiv:2202.06843

Code (1)

sayantanauddy/clfd 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Evaluating Continual Learning on a Home Robot

2023-06-04 · Sam Powers, Abhinav Gupta, Chris Paxton

Robots in home environments need to be able to learn new skills continuously as data becomes available, becoming ever more capable over time while using as little real-world data as possible. However, traditional robot l…

Continual Learning

Self-Distillation Enables Continual Learning

2026-01-27 · Idan Shenfeld, Mehul Damani, Jonas Hübotter, Pulkit Agrawal arxiv

Continual learning, enabling models to acquire new skills and knowledge without degrading existing capabilities, remains a fundamental challenge for foundation models. While on-policy reinforcement learning can reduce fo…

Reinforcement LearningContinual Learning

Continual Skill and Task Learning via Dialogue

2024-09-05 · Weiwei Gu, Suresh Kondepudi, Lixiao Huang, Nakul Gopalan

Continual and interactive robot learning is a challenging problem as the robot is present with human users who expect the robot to learn novel skills to solve novel tasks perpetually with sample efficiency. In this work …

Continual LearningInstruction Following

LOTUS: Continual Imitation Learning for Robot Manipulation Through Unsupervised Skill Discovery

2023-11-03 · Weikang Wan, Yifeng Zhu, Rutav Shah, Yuke Zhu

We introduce LOTUS, a continual imitation learning algorithm that empowers a physical robot to continuously and efficiently learn to solve new manipulation tasks throughout its lifespan. The core idea behind LOTUS is con…

Imitation LearningLifelong learningRobot ManipulationTransfer Learning

Incremental Learning of Retrievable Skills For Efficient Continual Task Adaptation

2024-10-30 · Daehee Lee, Minjong Yoo, Woo Kyung Kim, Wonje Choi 외

Continual Imitation Learning (CiL) involves extracting and accumulating task knowledge from demonstrations across multiple stages and tasks to achieve a multi-task policy. With recent advancements in foundation models, t…

Imitation LearningIncremental Learning