Interpreting Neurons in Deep Vision Networks with Language Models
Nicholas Bai, Rahul A. Iyer, Tuomas Oikarinen, Akshay Kulkarni, Tsui-Wei Weng
TL;DR
The paper introduces Describe-and-Dissect (DnD), a training-free framework to automatically label the functions of hidden neurons in deep vision networks by leveraging multimodal models to generate natural language explanations. DnD eliminates the need for labeled concept sets and outperforms baselines such as Network Dissection, CLIP-Dissect, and MILAN in both qualitative and crowdsourced evaluations, producing richer and sometimes multi-concept neuron descriptions. The method combines an attention-cropping probing strategy, BLIP captioning, GPT-based concept summarization, and Stable Diffusion–driven synthetic images with a principled scoring function to select the best concept. A land-cover prediction use case demonstrates practical utility, revealing interpretable concept groupings and spurious correlations, and enabling targeted pruning of uninterpretable neurons to preserve or improve accuracy. Overall, DnD showcases the potential of modular multimodal models to generate faithful, scalable explanations that can enhance trust and safety in AI systems.
Abstract
In this paper, we propose Describe-and-Dissect (DnD), a novel method to describe the roles of hidden neurons in vision networks. DnD utilizes recent advancements in multimodal deep learning to produce complex natural language descriptions, without the need for labeled training data or a predefined set of concepts to choose from. Additionally, DnD is training-free, meaning we don't train any new models and can easily leverage more capable general purpose models in the future. We have conducted extensive qualitative and quantitative analysis to show that DnD outperforms prior work by providing higher quality neuron descriptions. Specifically, our method on average provides the highest quality labels and is more than 2$\times$ as likely to be selected as the best explanation for a neuron than the best baseline. Finally, we present a use case providing critical insights into land cover prediction models for sustainability applications. Our code and data are available at https://github.com/Trustworthy-ML-Lab/Describe-and-Dissect.
