English

Disentangling Polysemantic Channels in Convolutional Neural Networks

Computer Vision and Pattern Recognition 2025-04-18 v1 Machine Learning

Abstract

Mechanistic interpretability is concerned with analyzing individual components in a (convolutional) neural network (CNN) and how they form larger circuits representing decision mechanisms. These investigations are challenging since CNNs frequently learn polysemantic channels that encode distinct concepts, making them hard to interpret. To address this, we propose an algorithm to disentangle a specific kind of polysemantic channel into multiple channels, each responding to a single concept. Our approach restructures weights in a CNN, utilizing that different concepts within the same channel exhibit distinct activation patterns in the previous layer. By disentangling these polysemantic features, we enhance the interpretability of CNNs, ultimately improving explanatory techniques such as feature visualizations.

Keywords

Cite

@article{arxiv.2504.12939,
  title  = {Disentangling Polysemantic Channels in Convolutional Neural Networks},
  author = {Robin Hesse and Jonas Fischer and Simone Schaub-Meyer and Stefan Roth},
  journal= {arXiv preprint arXiv:2504.12939},
  year   = {2025}
}

Comments

Accepted at CVPR 2025 Workshop on Mechanistic Interpretability for Vision (MIV). Code: https://github.com/visinf/disentangle-channels

R2 v1 2026-06-28T23:02:03.297Z