Mechanistic Interpretability Disentangles InceptionV1 Neuron

Research Architecture

TL;DR: A new method for mechanistic interpretability uses Hadamard products to disentangle and cluster patterns detected by a single convolutional neuron in InceptionV1, revealing both known and previously hidden activations.

Summary: Independent research applied a novel mechanistic interpretability technique to a 1x1 convolutional neuron in the InceptionV1 model. By analyzing the Hadamard product of the neuron's receptive field and weight, the researcher clustered detected patterns, identifying monosemantic concepts like cars and cats, alongside new low-valued activations such as letters and human faces. This method provides a detailed view of individual neuron functionality.

Why it matters: This work offers a new tool for understanding how convolutional neural networks process information, potentially aiding in debugging and improving model transparency. AI builders should explore similar interpretability techniques to gain deeper insights into their own models' internal workings.

Source: reddit