LGROMLSep 26, 2020

SEMI: Self-supervised Exploration via Multisensory Incongruity

arXiv:2009.12494v2
AI Analysis

This addresses the challenge of sparse rewards in RL for domains like object manipulation and audio-visual games, offering an incremental improvement over existing novelty-based exploration methods.

The paper tackles the problem of efficient exploration in reinforcement learning by introducing SEMI, a self-supervised method that uses multisensory incongruity as intrinsic rewards, enabling skill learning without external rewards and improving sample efficiency in benchmark environments.

Efficient exploration is a long-standing problem in reinforcement learning since extrinsic rewards are usually sparse or missing. A popular solution to this issue is to feed an agent with novelty signals as intrinsic rewards. In this work, we introduce SEMI, a self-supervised exploration policy by incentivizing the agent to maximize a new novelty signal: multisensory incongruity, which can be measured in two aspects, perception incongruity and action incongruity. The former represents the misalignment of the multisensory inputs, while the latter represents the variance of an agent's policies under different sensory inputs. Specifically, an alignment predictor is learned to detect whether multiple sensory inputs are aligned, the error of which is used to measure perception incongruity. A policy model takes different combinations of the multisensory observations as input and outputs actions for exploration. The variance of actions is further used to measure action incongruity. Using both incongruities as intrinsic rewards, SEMI allows an agent to learn skills by exploring in a self-supervised manner without any external rewards. We further show that SEMI is compatible with extrinsic rewards and it improves sample efficiency of policy learning. The effectiveness of SEMI is demonstrated across a variety of benchmark environments including object manipulation and audio-visual games.

Foundations

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

Your Notes