RONov 6, 2020

RetinaGAN: An Object-aware Approach to Sim-to-Real Transfer

arXiv:2011.03148v2126 citations
AI Analysis

This work addresses the sim-to-real transfer problem for robotic manipulation, enabling more efficient training with simulation data, though it is incremental as it builds on existing GAN approaches.

The paper tackles the visual gap between simulation and reality for vision-based robotic manipulation by introducing RetinaGAN, a GAN-based method that adapts simulated images to realistic ones with object-detection consistency, improving performance in tasks like grasping, pushing, and door opening, with specific gains such as enhanced RL-based grasping and transfer without additional real data.

The success of deep reinforcement learning (RL) and imitation learning (IL) in vision-based robotic manipulation typically hinges on the expense of large scale data collection. With simulation, data to train a policy can be collected efficiently at scale, but the visual gap between sim and real makes deployment in the real world difficult. We introduce RetinaGAN, a generative adversarial network (GAN) approach to adapt simulated images to realistic ones with object-detection consistency. RetinaGAN is trained in an unsupervised manner without task loss dependencies, and preserves general object structure and texture in adapted images. We evaluate our method on three real world tasks: grasping, pushing, and door opening. RetinaGAN improves upon the performance of prior sim-to-real methods for RL-based object instance grasping and continues to be effective even in the limited data regime. When applied to a pushing task in a similar visual domain, RetinaGAN demonstrates transfer with no additional real data requirements. We also show our method bridges the visual gap for a novel door opening task using imitation learning in a new visual domain. Visit the project website at https://retinagan.github.io/

Foundations

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

Your Notes