CVLGMLOct 18, 2019

Understanding Deep Networks via Extremal Perturbations and Smooth Masks

arXiv:1910.08485v1484 citations
Originality Incremental advance
AI Analysis

This work addresses interpretability for deep learning researchers, offering incremental improvements to perturbation-based attribution methods.

The paper tackled the problem of attribution in deep networks by introducing extremal perturbations and smooth masks, which improved interpretability and removed tunable hyper-parameters, demonstrating excellent sensitivity to spatial properties and extending analysis to intermediate layers.

The problem of attribution is concerned with identifying the parts of an input that are responsible for a model's output. An important family of attribution methods is based on measuring the effect of perturbations applied to the input. In this paper, we discuss some of the shortcomings of existing approaches to perturbation analysis and address them by introducing the concept of extremal perturbations, which are theoretically grounded and interpretable. We also introduce a number of technical innovations to compute extremal perturbations, including a new area constraint and a parametric family of smooth perturbations, which allow us to remove all tunable hyper-parameters from the optimization problem. We analyze the effect of perturbations as a function of their area, demonstrating excellent sensitivity to the spatial properties of the deep neural network under stimulation. We also extend perturbation analysis to the intermediate layers of a network. This application allows us to identify the salient channels necessary for classification, which, when visualized using feature inversion, can be used to elucidate model behavior. Lastly, we introduce TorchRay, an interpretability library built on PyTorch.

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