LGRONov 13, 2020

ROLL: Visual Self-Supervised Reinforcement Learning with Object Reasoning

arXiv:2011.06777v117 citations
AI Analysis

This work addresses inefficiencies in visual self-supervised reinforcement learning for simulated control tasks, representing an incremental improvement over previous methods.

The paper tackles the problem of inefficient goal sampling and reward functions in image-based reinforcement learning by incorporating object-level and occlusion reasoning, resulting in dramatically faster learning and better final performance in simulated visual control tasks.

Current image-based reinforcement learning (RL) algorithms typically operate on the whole image without performing object-level reasoning. This leads to inefficient goal sampling and ineffective reward functions. In this paper, we improve upon previous visual self-supervised RL by incorporating object-level reasoning and occlusion reasoning. Specifically, we use unknown object segmentation to ignore distractors in the scene for better reward computation and goal generation; we further enable occlusion reasoning by employing a novel auxiliary loss and training scheme. We demonstrate that our proposed algorithm, ROLL (Reinforcement learning with Object Level Learning), learns dramatically faster and achieves better final performance compared with previous methods in several simulated visual control tasks. Project video and code are available at https://sites.google.com/andrew.cmu.edu/roll.

Code Implementations1 repo
Foundations

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

Your Notes