CVMar 16, 2020

Self-Supervised Discovering of Interpretable Features for Reinforcement Learning

arXiv:2003.07069v412 citations
AI Analysis

This addresses the problem of transparency in RL for safety-critical applications, offering an incremental improvement by introducing a self-supervised method for interpretability without external labels.

The paper tackles the lack of interpretability in deep reinforcement learning (RL) by proposing a self-supervised framework that discovers interpretable features, enabling easy understanding of RL agents' decision-making processes, and verifies it on Atari 2600 games and Duckietown with empirical evidence on agent performance.

Deep reinforcement learning (RL) has recently led to many breakthroughs on a range of complex control tasks. However, the agent's decision-making process is generally not transparent. The lack of interpretability hinders the applicability of RL in safety-critical scenarios. While several methods have attempted to interpret vision-based RL, most come without detailed explanation for the agent's behavior. In this paper, we propose a self-supervised interpretable framework, which can discover interpretable features to enable easy understanding of RL agents even for non-experts. Specifically, a self-supervised interpretable network (SSINet) is employed to produce fine-grained attention masks for highlighting task-relevant information, which constitutes most evidence for the agent's decisions. We verify and evaluate our method on several Atari 2600 games as well as Duckietown, which is a challenging self-driving car simulator environment. The results show that our method renders empirical evidences about how the agent makes decisions and why the agent performs well or badly, especially when transferred to novel scenes. Overall, our method provides valuable insight into the internal decision-making process of vision-based RL. In addition, our method does not use any external labelled data, and thus demonstrates the possibility to learn high-quality mask through a self-supervised manner, which may shed light on new paradigms for label-free vision learning such as self-supervised segmentation and detection.

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