Labeling Neural Representations with Inverse Recognition
summary of Labeling Neural Representations with Inverse Recognition
https://arxiv.org/abs/2311.13594 have a large dataset that each sample has some known concepts. For each neuron, find the concept that its AUC is higher if the label is that concept. report that concept as the neuron functionality. used Imagenet dataset. Each sample has many concepts and also add hyper concepts from worldnet to it (.e.g. dataset has dog breeds and dog is a hyper class) They also used some logic formula (AND, OR, NOT) to expand their concept base. Concept of a neuron could be (DOG AND NOT CAT) OR HOUSE.
