LGNENCMLMar 3, 2020

Selectivity considered harmful: evaluating the causal impact of class selectivity in DNNs

arXiv:2003.01262v335 citations
AI Analysis

This challenges common assumptions in neural network analysis, showing that class selectivity can impair performance, which is important for researchers and practitioners in machine learning and neuroscience.

The study tackled the necessity of class selectivity in deep neural networks by regularizing it, finding that reducing selectivity increased test accuracy by over 2% for ResNet18 on Tiny ImageNet and could be reduced by a factor of 2.5 with no accuracy loss for ResNet20 on CIFAR10, while increasing selectivity decreased accuracy.

The properties of individual neurons are often analyzed in order to understand the biological and artificial neural networks in which they're embedded. Class selectivity-typically defined as how different a neuron's responses are across different classes of stimuli or data samples-is commonly used for this purpose. However, it remains an open question whether it is necessary and/or sufficient for deep neural networks (DNNs) to learn class selectivity in individual units. We investigated the causal impact of class selectivity on network function by directly regularizing for or against class selectivity. Using this regularizer to reduce class selectivity across units in convolutional neural networks increased test accuracy by over 2% for ResNet18 trained on Tiny ImageNet. For ResNet20 trained on CIFAR10 we could reduce class selectivity by a factor of 2.5 with no impact on test accuracy, and reduce it nearly to zero with only a small ($\sim$2%) drop in test accuracy. In contrast, regularizing to increase class selectivity significantly decreased test accuracy across all models and datasets. These results indicate that class selectivity in individual units is neither sufficient nor strictly necessary, and can even impair DNN performance. They also encourage caution when focusing on the properties of single units as representative of the mechanisms by which DNNs function.

Foundations

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

Your Notes