paper-with-me

홈 › Papers

Computationally Efficient Measures of Internal Neuron Importance

2018-07-26 · Avanti Shrikumar, Jocelin Su, Anshul Kundaje

The challenge of assigning importance to individual neurons in a network is of interest when interpreting deep learning models. In recent work, Dhamdhere et al. proposed Total Conductance, a "natural refinement of Integrated Gradients" for attributing importance to internal neurons. Unfortunately, the authors found that calculating conductance in tensorflow required the addition of several custom gradient operators and did not scale well. In this work, we show that the formula for Total Conductance is mathematically equivalent to Path Integrated Gradients computed on a hidden layer in the network. We provide a scalable implementation of Total Conductance using standard tensorflow gradient operators that we call Neuron Integrated Gradients. We compare Neuron Integrated Gradients to DeepLIFT, a pre-existing computationally efficient approach that is applicable to calculating internal neuron importance. We find that DeepLIFT produces strong empirical results and is faster to compute, but because it lacks the theoretical properties of Neuron Integrated Gradients, it may not always be preferred in practice. Colab notebook reproducing results: http://bit.ly/neuronintegratedgradients

📄 PDF Abstract BibTeX arXiv:1807.09946

Code (1)

pytorch/captum pytorch

Similar Papers 제목 키워드 기반

From Black-Box to White-Box: Control-Theoretic Neural Network Interpretability

2025-11-17 · Jihoon Moon arxiv

Deep neural networks achieve state of the art performance but remain difficult to interpret mechanistically. In this work, we propose a control theoretic framework that treats a trained neural network as a nonlinear stat…

Bit Error Tolerance Metrics for Binarized Neural Networks

2021-02-02 · Sebastian Buschjäger, Jian-Jia Chen, Kuan-Hsun Chen, Mario Günzel 외

To reduce the resource demand of neural network (NN) inference systems, it has been proposed to use approximate memory, in which the supply voltage and the timing parameters are tuned trading accuracy with energy consump…

A Rigorous Study of Integrated Gradients Method and Extensions to Internal Neuron Attributions

2022-02-24 · Daniel Lundstrom, Tianjian Huang, Meisam Razaviyayn

As deep learning (DL) efficacy grows, concerns for poor model explainability grow also. Attribution methods address the issue of explainability by quantifying the importance of an input feature for a model prediction. Am…

Modularity in Transformers: Investigating Neuron Separability & Specialization

2024-08-30 · Nicholas Pochinkov, Thomas Jones, Mohammed Rashidur Rahman

Transformer models are increasingly prevalent in various applications, yet our understanding of their internal workings remains limited. This paper investigates the modularity and task specialization of neurons within tr…

Normalized Relevance Measure as a Unifying Framework to Explain Neural Network Latent Structures

2026-05-30 · Ping Xiong, Thomas Schnake, Grégoire Montavon, Klaus-Robert Müller 외 arxiv

To understand how a neural network (NN) functions and makes predictions, it has become increasingly clear that analyzing only the input domain is insufficient -- one must also examine its internal inference mechanisms to…