Understanding Distributed Representations of Concepts in Deep Neural Networks without Supervision
Wonjoon Chang, Dahee Kwon, Jaesik Choi
TL;DR
The paper tackles interpreting deep neural networks without supervision by introducing an unsupervised framework that identifies distributed concept representations via activation configurations. It defines a Configuration distance $d_C$ as the Hamming distance over neuron activations on a chosen subset $N$, and constructs a Relaxed Decision Region (RDR) by selecting a principal subset $N^*$ of size $t$ and a principal configuration $c_p$, maximizing coherence with a positive set $S$ while discriminating from a negative set $S_{neg}$ using a greedy optimization. The approach enables automatic discovery of learned concepts, including unlabeled subclasses and misclassification causes, and reveals layer-wise concept representations across different depths. Empirical results across six datasets and multiple architectures show that RDR yields coherent, interpretable concept groups, aligns with human-labeled Broden concepts, supports misclassification reasoning and debugging, and generalizes across layers and models for practical interpretability.
Abstract
Understanding intermediate representations of the concepts learned by deep learning classifiers is indispensable for interpreting general model behaviors. Existing approaches to reveal learned concepts often rely on human supervision, such as pre-defined concept sets or segmentation processes. In this paper, we propose a novel unsupervised method for discovering distributed representations of concepts by selecting a principal subset of neurons. Our empirical findings demonstrate that instances with similar neuron activation states tend to share coherent concepts. Based on the observations, the proposed method selects principal neurons that construct an interpretable region, namely a Relaxed Decision Region (RDR), encompassing instances with coherent concepts in the feature space. It can be utilized to identify unlabeled subclasses within data and to detect the causes of misclassifications. Furthermore, the applicability of our method across various layers discloses distinct distributed representations over the layers, which provides deeper insights into the internal mechanisms of the deep learning model.
