CVSep 25, 2024

Linking in Style: Understanding learned features in deep learning models

arXiv:2409.16865v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding abstract features in deep learning models for researchers and practitioners, offering a novel visualization and quantification approach that is incremental in improving interpretability.

The authors tackled the challenge of interpreting learned features in convolutional neural networks by proposing an automatic method that maps classifier representations to a generative model's latent space, enabling interpretable visualizations and systematic analysis of thousands of units with low computational cost.

Convolutional neural networks (CNNs) learn abstract features to perform object classification, but understanding these features remains challenging due to difficult-to-interpret results or high computational costs. We propose an automatic method to visualize and systematically analyze learned features in CNNs. Specifically, we introduce a linking network that maps the penultimate layer of a pre-trained classifier to the latent space of a generative model (StyleGAN-XL), thereby enabling an interpretable, human-friendly visualization of the classifier's representations. Our findings indicate a congruent semantic order in both spaces, enabling a direct linear mapping between them. Training the linking network is computationally inexpensive and decoupled from training both the GAN and the classifier. We introduce an automatic pipeline that utilizes such GAN-based visualizations to quantify learned representations by analyzing activation changes in the classifier in the image domain. This quantification allows us to systematically study the learned representations in several thousand units simultaneously and to extract and visualize units selective for specific semantic concepts. Further, we illustrate how our method can be used to quantify and interpret the classifier's decision boundary using counterfactual examples. Overall, our method offers systematic and objective perspectives on learned abstract representations in CNNs. https://github.com/kaschube-lab/LinkingInStyle.git

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