Highlight

Learning Important Features Through Propagating Activation Differences

Introduces DeepLIFT, a method that explains neural network predictions by backpropagating each neuron's contribution relative to a reference activation.

Based on

Learning Important Features Through Propagating Activation Differences

By Avanti Shrikumar, Peyton Greenside, Anshul B KundajeInternational Conference on Machine Learning
Read original article →

This paper introduces DeepLIFT (Deep Learning Important FeaTures), a method for interpreting neural network predictions, motivated by the fact that the purported black-box nature of neural networks is a barrier to adoption where interpretability is essential. DeepLIFT decomposes the output prediction of a network on a specific input by backpropagating the contributions of all neurons in the network to every feature of the input. It compares the activation of each neuron to a reference activation and assigns contribution scores according to the difference, and by optionally giving separate consideration to positive and negative contributions it can reveal dependencies missed by other approaches.

A practical benefit is efficiency: the contribution scores can be computed in a single backward pass. The authors apply DeepLIFT to models trained on MNIST and on simulated genomic data, showing significant advantages over gradient-based methods, both in the informativeness of the attributions and in exposing dependencies those methods overlook.

Abstract

Neural networks' black-box nature limits adoption where interpretability matters. DeepLIFT (Deep Learning Important FeaTures) decomposes a network's output for a specific input by backpropagating the contributions of all neurons to every input feature. It compares each neuron's activation to a reference activation and scores the difference, and separating positive and negative contributions reveals dependencies other methods miss. Scores compute in a single backward pass, and on MNIST and simulated genomic data it shows significant advantages over gradient-based methods.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

interpretabilityfeature attributiondeep learningexplainabilityDeepLIFTgenomics
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.