CVCYLGDec 31, 2021

PCACE: A Statistical Approach to Ranking Neurons for CNN Interpretability

arXiv:2112.15571v1
Originality Incremental advance
AI Analysis

This work addresses the need for automated neuron ranking in large CNNs to aid interpretability, though it is incremental as it builds on existing interpretability literature.

The paper tackles the problem of identifying which neurons in convolutional neural networks are most important for interpretability, proposing a statistical method based on maximal correlation between activation maps and class scores, and demonstrates its application on MNIST, ImageNet, and air pollution prediction with street-level images.

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 prediction with street-level images.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes