LGAICVROJun 17, 2021

SECANT: Self-Expert Cloning for Zero-Shot Generalization of Visual Policies

arXiv:2106.09678v173 citations
Originality Highly original
AI Analysis

This work addresses the long-standing challenge of generalization in reinforcement learning, specifically for visual policies, by enabling robust zero-shot performance in unseen environments with large distributional shifts, which is crucial for real-world applications like robotics and autonomous driving.

The paper tackles the problem of zero-shot generalization in visual reinforcement learning by proposing SECANT, a self-expert cloning technique that uses image augmentation to decouple robust representation learning from policy optimization, achieving significant average reward improvements over prior state-of-the-art methods across four challenging domains, such as +337.8% in robotic manipulation.

Generalization has been a long-standing challenge for reinforcement learning (RL). Visual RL, in particular, can be easily distracted by irrelevant factors in high-dimensional observation space. In this work, we consider robust policy learning which targets zero-shot generalization to unseen visual environments with large distributional shift. We propose SECANT, a novel self-expert cloning technique that leverages image augmentation in two stages to decouple robust representation learning from policy optimization. Specifically, an expert policy is first trained by RL from scratch with weak augmentations. A student network then learns to mimic the expert policy by supervised learning with strong augmentations, making its representation more robust against visual variations compared to the expert. Extensive experiments demonstrate that SECANT significantly advances the state of the art in zero-shot generalization across 4 challenging domains. Our average reward improvements over prior SOTAs are: DeepMind Control (+26.5%), robotic manipulation (+337.8%), vision-based autonomous driving (+47.7%), and indoor object navigation (+15.8%). Code release and video are available at https://linxifan.github.io/secant-site/.

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