Cross-domain Imitation from Observations
International Conference on Machine Learning, 2021

Long presentation

overview
Overview: Cross-domain Imitation from Observation (xDIO) entails learning from expert demonstrations which are different from the agent.

Abstract

Imitation learning seeks to circumvent the difficulty in designing proper reward functions for training agents by utilizing expert behavior. With environments modeled as Markov Decision Processes (MDP), most of the existing imitation algorithms are contingent on the availability of expert demonstrations in the same MDP as the one in which a new imitation policy is to be learned. In this paper, we study the problem of how to imitate tasks when there exists discrepancies between the expert and agent MDP. These discrepancies across domains could include differing dynamics, viewpoint or morphology; we present a novel framework to learn correspondences across such domains. Importantly, in contrast to prior works, we use unpaired and unaligned trajectories containing only states in the expert domain, to learn this correspondence. We utilize a cycle-consistency constraint on both the state space and a domain agnostic latent space to do this. In addition, we enforce consistency on the temporal position of states via a normalized position estimator function, to align the trajectories across the two domains. Once this correspondence is found, we can directly transfer the demonstrations on one domain to the other and use it for imitation. Experiments across a wide-variety of challenging domains demonstrate the efficacy of our approach.

Videos

Videos demonstrating learned policies in 3 morphologically mismatched tasks. For each video, expert is shown on the left and the learned policy on the right.

Downloads

Paper: https://arxiv.org/abs/2105.10037
Code: Coming soon!

BibTeX

@InProceedings{pmlr-v139-raychaudhuri21a,
 title = {Cross-domain Imitation from Observations},
 author = {Raychaudhuri, Dripta S. and Paul, Sujoy and Vanbaar, Jeroen and Roy-Chowdhury, Amit K.},
 booktitle = {Proceedings of the 38th International Conference on Machine Learning},
 pages = {8902--8912},
 year = {2021}

Acknowledgements

This work was partially supported by Mitsubishi Electric Research Labs and National Institute of Food and Agriculture Award No: 2021-67022-33453 through the National Robotics Initiative.

Credits: Template of this webpage from here.