paper-with-me

Papers

Compositional Explanations of Neurons

2020-06-24 · NeurIPS 2020 12 · Jesse Mu, Jacob Andreas

We describe a procedure for explaining neurons in deep representations by identifying compositional logical concepts that closely approximate neuron behavior. Compared to prior work that uses atomic labels as explanations, analyzing neurons compositionally allows us to more precisely and expressively characterize their behavior. We use this procedure to answer several questions on interpretability in models for vision and natural language processing. First, we examine the kinds of abstractions learned by neurons. In image classification, we find that many neurons learn highly abstract but semantically coherent visual concepts, while other polysemantic neurons detect multiple unrelated features; in natural language inference (NLI), neurons learn shallow lexical heuristics from dataset biases. Second, we see whether compositional explanations give us insight into model performance: vision neurons that detect human-interpretable concepts are positively correlated with task performance, while NLI neurons that fire for shallow heuristics are negatively correlated with task performance. Finally, we show how compositional explanations provide an accessible way for end users to produce simple "copy-paste" adversarial examples that change model behavior in predictable ways.

📄 PDF Abstract BibTeX arXiv:2006.14032

Code (2)

jayelm/compexp 공식 구현 pytorch
krlgroup/clustered-compositional-explanations pytorch

Tasks

image-classificationImage ClassificationNatural Language Inference

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Towards a fuller understanding of neurons with Clustered Compositional Explanations

2023-10-27 · NeurIPS 2023 11 · Biagio La Rosa, Leilani H. Gilpin, Roberto Capobianco

Compositional Explanations is a method for identifying logical formulas of concepts that approximate the neurons' behavior. However, these explanations are linked to the small spectrum of neuron activations (i.e., the hi…

Open Vocabulary Compositional Explanations for Neuron Alignment

2025-11-25 · Biagio La Rosa, Leilani H. Gilpin arxiv

Neurons are the fundamental building blocks of deep neural networks, and their interconnections allow AI to achieve unprecedented results. Motivated by the goal of understanding how neurons encode information, compositio…

Open Vocabulary Semantic Segmentation

Guaranteed Optimal Compositional Explanations for Neurons

2025-11-25 · Biagio La Rosa, Leilani H. Gilpin arxiv

Compositional explanations are a family of methods that aim to describe the spatial alignment between neurons' receptive field activations and concepts through logical rules, typically computed via a search over all poss…

Rigorously Assessing Natural Language Explanations of Neurons

2023-09-19 · Jing Huang, Atticus Geiger, Karel D'Oosterlinck, Zhengxuan Wu 외

Natural language is an appealing medium for explaining how large language models process and store information, but evaluating the faithfulness of such explanations is challenging. To help address this, we develop two mo…

Compositional Concept-Based Neuron-Level Interpretability for Deep Reinforcement Learning

2025-02-02 · Zeyu Jiang, Hai Huang, Xingquan Zuo

Deep reinforcement learning (DRL), through learning policies or values represented by neural networks, has successfully addressed many complex control problems. However, the neural networks introduced by DRL lack interpr…

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learning+2