CVAIDec 23, 2019

Explain Your Move: Understanding Agent Actions Using Specific and Relevant Feature Attribution

arXiv:1912.12191v4100 citations
Originality Incremental advance
AI Analysis

This addresses the need for better visualization tools in RL to understand agent behavior, though it is incremental as it builds on existing perturbation-based methods.

The paper tackles the problem of generating interpretable saliency maps for deep reinforcement learning agents by proposing SARFA, which balances specificity and relevance to highlight features more focused on the agent's actions, showing improved interpretability in board and Atari games through examples and human studies.

As deep reinforcement learning (RL) is applied to more tasks, there is a need to visualize and understand the behavior of learned agents. Saliency maps explain agent behavior by highlighting the features of the input state that are most relevant for the agent in taking an action. Existing perturbation-based approaches to compute saliency often highlight regions of the input that are not relevant to the action taken by the agent. Our proposed approach, SARFA (Specific and Relevant Feature Attribution), generates more focused saliency maps by balancing two aspects (specificity and relevance) that capture different desiderata of saliency. The first captures the impact of perturbation on the relative expected reward of the action to be explained. The second downweighs irrelevant features that alter the relative expected rewards of actions other than the action to be explained. We compare SARFA with existing approaches on agents trained to play board games (Chess and Go) and Atari games (Breakout, Pong and Space Invaders). We show through illustrative examples (Chess, Atari, Go), human studies (Chess), and automated evaluation methods (Chess) that SARFA generates saliency maps that are more interpretable for humans than existing approaches. For the code release and demo videos, see https://nikaashpuri.github.io/sarfa-saliency/.

Code Implementations2 repos
Foundations

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

Your Notes