PCACE: A Statistical Approach to Ranking Neurons for CNN Interpretability
S\'ilvia Casacuberta, Esra Suel, Seth Flaxman

TL;DR
This paper introduces a statistical method to rank neurons in CNNs based on their importance, aiding interpretability by identifying which neurons are most relevant for specific tasks.
Contribution
A novel statistical approach for quantitatively ranking CNN neurons by importance, applicable across different layers and datasets.
Findings
Effective in visualizing important neurons with MNIST and ImageNet
Useful in real-world applications like air pollution prediction
Provides a quantitative measure of neuron importance
Abstract
In this paper we introduce a new problem within the growing literature of interpretability for convolution neural networks (CNNs). While previous work has focused on the question of how to visually interpret CNNs, we ask what it is that we care to interpret, that is, which layers and neurons are worth our attention? Due to the vast size of modern deep learning network architectures, automated, quantitative methods are needed to rank the relative importance of neurons so as to provide an answer to this question. We present a new statistical method for ranking the hidden neurons in any convolutional layer of a network. We define importance as the maximal correlation between the activation maps and the class score. We provide different ways in which this method can be used for visualization purposes with MNIST and ImageNet, and show a real-world application of our method to air pollution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Neural Networks and Applications
MethodsConvolution
