CVLGMay 18, 2018

Unsupervised Learning of Neural Networks to Explain Neural Networks

arXiv:1805.07468v128 citations
Originality Incremental advance
AI Analysis

This addresses the need for better interpretability in deep learning models, particularly for CNNs, though it is incremental as it builds on existing auto-encoder and distillation techniques.

The paper tackles the problem of interpreting convolutional neural networks (CNNs) by proposing an unsupervised method to learn an explainer network that disentangles object-part features from feature maps, significantly boosting interpretability without using annotations.

This paper presents an unsupervised method to learn a neural network, namely an explainer, to interpret a pre-trained convolutional neural network (CNN), i.e., explaining knowledge representations hidden in middle conv-layers of the CNN. Given feature maps of a certain conv-layer of the CNN, the explainer performs like an auto-encoder, which first disentangles the feature maps into object-part features and then inverts object-part features back to features of higher conv-layers of the CNN. More specifically, the explainer contains interpretable conv-layers, where each filter disentangles the representation of a specific object part from chaotic input feature maps. As a paraphrase of CNN features, the disentangled representations of object parts help people understand the logic inside the CNN. We also learn the explainer to use object-part features to reconstruct features of higher CNN layers, in order to minimize loss of information during the feature disentanglement. More crucially, we learn the explainer via network distillation without using any annotations of sample labels, object parts, or textures for supervision. We have applied our method to different types of CNNs for evaluation, and explainers have significantly boosted the interpretability of CNN features.

Foundations

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

Your Notes