paper-with-me

홈 › Papers

Teach a Robot to FISH: Versatile Imitation from One Minute of Demonstrations

2023-03-02 · Siddhant Haldar, Jyothish Pari, Anant Rai, Lerrel Pinto

While imitation learning provides us with an efficient toolkit to train robots, learning skills that are robust to environment variations remains a significant challenge. Current approaches address this challenge by relying either on large amounts of demonstrations that span environment variations or on handcrafted reward functions that require state estimates. Both directions are not scalable to fast imitation. In this work, we present Fast Imitation of Skills from Humans (FISH), a new imitation learning approach that can learn robust visual skills with less than a minute of human demonstrations. Given a weak base-policy trained by offline imitation of demonstrations, FISH computes rewards that correspond to the "match" between the robot's behavior and the demonstrations. These rewards are then used to adaptively update a residual policy that adds on to the base-policy. Across all tasks, FISH requires at most twenty minutes of interactive learning to imitate demonstrations on object configurations that were not seen in the demonstrations. Importantly, FISH is constructed to be versatile, which allows it to be used across robot morphologies (e.g. xArm, Allegro, Stretch) and camera configurations (e.g. third-person, eye-in-hand). Our experimental evaluations on 9 different tasks show that FISH achieves an average success rate of 93%, which is around 3.8x higher than prior state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2303.01497

Code (1)

siddhanthaldar/FISH 공식 구현 pytorch

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Curriculum-Based Imitation of Versatile Skills

2023-04-11 · Maximilian Xiling Li, Onur Celik, Philipp Becker, Denis Blessing 외

Learning skills by imitation is a promising concept for the intuitive teaching of robots. A common way to learn such skills is to learn a parametric model by maximizing the likelihood given the demonstrations. Yet, human…

Imitation Learning

KungfuBot2: Learning Versatile Motion Skills for Humanoid Whole-Body Control

2025-09-20 · Jinrui Han, Weiji Xie, Jiakun Zheng, Jiyuan Shi 외 arxiv

Learning versatile whole-body skills by tracking various human motions is a fundamental step toward general-purpose humanoid robots. This task is particularly challenging because a single policy must master a broad reper…

AcL: Action Learner for Fault-Tolerant Quadruped Locomotion Control

2025-03-27 · Tianyu Xu, Yaoyu Cheng, Pinxi Shen, Lin Zhao

Quadrupedal robots can learn versatile locomotion skills but remain vulnerable when one or more joints lose power. In contrast, dogs and cats can adopt limping gaits when injured, demonstrating their remarkable ability t…

Decoder

Graph-Structured Visual Imitation

2019-07-11 · Maximilian Sieb, Zhou Xian, Audrey Huang, Oliver Kroemer 외

We cast visual imitation as a visual correspondence problem. Our robotic agent is rewarded when its actions result in better matching of relative spatial configurations for corresponding visual entities detected in its w…

RoboTAP: Tracking Arbitrary Points for Few-Shot Visual Imitation

2023-08-30 · Mel Vecerik, Carl Doersch, Yi Yang, Todor Davchev 외

For robots to be useful outside labs and specialized factories we need a way to teach them new useful behaviors quickly. Current approaches lack either the generality to onboard new tasks without task-specific engineerin…

Point TrackingRobot Manipulation