paper-with-me

홈 › Papers

Imitation from Observation: Learning to Imitate Behaviors from Raw Video via Context Translation

2017-07-11 · YuXuan Liu, Abhishek Gupta, Pieter Abbeel, Sergey Levine

Imitation learning is an effective approach for autonomous systems to acquire control policies when an explicit reward function is unavailable, using supervision provided as demonstrations from an expert, typically a human operator. However, standard imitation learning methods assume that the agent receives examples of observation-action tuples that could be provided, for instance, to a supervised learning algorithm. This stands in contrast to how humans and animals imitate: we observe another person performing some behavior and then figure out which actions will realize that behavior, compensating for changes in viewpoint, surroundings, object positions and types, and other factors. We term this kind of imitation learning "imitation-from-observation," and propose an imitation learning method based on video prediction with context translation and deep reinforcement learning. This lifts the assumption in imitation learning that the demonstration should consist of observations in the same environment configuration, and enables a variety of interesting applications, including learning robotic skills that involve tool use simply by observing videos of human tool use. Our experimental results show the effectiveness of our approach in learning a wide range of real-world robotic tasks modeled after common household chores from videos of a human demonstrator, including sweeping, ladling almonds, pushing objects as well as a number of tasks in simulation.

📄 PDF Abstract BibTeX arXiv:1707.03374

Code (1)

wyndwarrior/imitation_from_observation tf

Tasks

Deep Reinforcement LearningImitation LearningReinforcement LearningTranslationVideo Prediction

Similar Papers 제목 키워드 기반

Adversarial Imitation Learning from Video using a State Observer

2022-02-01 · Haresh Karnan, Garrett Warnell, Faraz Torabi, Peter Stone

The imitation learning research community has recently made significant progress towards the goal of enabling artificial agents to imitate behaviors from video demonstrations alone. However, current state-of-the-art appr…

continuous-controlContinuous ControlImitation Learning

Reinforcement Learning Upside Down: Don't Predict Rewards -- Just Map Them to Actions

2019-12-05 · Juergen Schmidhuber

We transform reinforcement learning (RL) into a form of supervised learning (SL) by turning traditional RL on its head, calling this Upside Down RL (UDRL). Standard RL predicts rewards, while UDRL instead uses rewards as…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Student-Informed Teacher Training

2024-12-12 · Nico Messikommer, Jiaxu Xing, Elie Aljalbout, Davide Scaramuzza

Imitation learning with a privileged teacher has proven effective for learning complex control behaviors from high-dimensional inputs, such as images. In this framework, a teacher is trained with privileged task informat…

Imitation LearningRobot Navigation

VOILA: Visual-Observation-Only Imitation Learning for Autonomous Navigation

2021-05-19 · Haresh Karnan, Garrett Warnell, Xuesu Xiao, Peter Stone

While imitation learning for vision based autonomous mobile robot navigation has recently received a great deal of attention in the research community, existing approaches typically require state action demonstrations th…

Autonomous NavigationImitation LearningNavigateRobot Navigation

Time-Contrastive Networks: Self-Supervised Learning from Video

2017-04-23 · Pierre Sermanet, Corey Lynch, Yevgen Chebotar, Jasmine Hsu 외

We propose a self-supervised approach for learning representations and robotic behaviors entirely from unlabeled videos recorded from multiple viewpoints, and study how this representation can be used in two robotic imit…

Metric Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2