Explain Your Move: Understanding Agent Actions Using Focused Feature Saliency

Abstract

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/.

Cite

Text

Gupta et al. "Explain Your Move: Understanding Agent Actions Using Focused Feature Saliency." International Conference on Learning Representations, 2020.

Markdown

[Gupta et al. "Explain Your Move: Understanding Agent Actions Using Focused Feature Saliency." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/gupta2020iclr-explain/)

BibTeX

@inproceedings{gupta2020iclr-explain,
  title     = {{Explain Your Move: Understanding Agent Actions Using Focused Feature Saliency}},
  author    = {Gupta, Piyush and Puri, Nikaash and Verma, Sukriti and Kayastha, Dhruv and Deshmukh, Shripad and Krishnamurthy, Balaji and Singh, Sameer},
  booktitle = {International Conference on Learning Representations},
  year      = {2020},
  url       = {https://mlanthology.org/iclr/2020/gupta2020iclr-explain/}
}