Concept selectivity is a measure of how exclusively a specific neuron, channel, or direction in a model's activation space responds to a single, human-interpretable concept. A highly selective unit fires only for its target concept, such as a particular texture or object part, and remains inert for all other inputs, indicating a disentangled and potentially interpretable internal representation.
Glossary
Concept Selectivity

What is Concept Selectivity?
Concept selectivity quantifies the degree to which a specific neuron, channel, or direction in a model's activation space responds exclusively to a single, human-interpretable concept and not to unrelated stimuli.
This property is central to mechanistic interpretability and concept-based explanations, as it validates whether a network has learned a clean, monosemantic feature. Low selectivity, where a neuron fires for multiple unrelated concepts, signifies polysemanticity, complicating direct attribution. Selectivity is often quantified using metrics like concept purity or by analyzing the distribution of activations across a labeled probe dataset.
Key Characteristics of Concept Selectivity
Concept selectivity quantifies the degree to which a specific neuron, channel, or direction in activation space responds exclusively to a single human-interpretable concept rather than firing indiscriminately across multiple unrelated stimuli.
Exclusive Responsiveness
A highly selective unit activates only for its target concept and remains inert for all other inputs. This is measured by comparing the unit's activation distribution on concept-positive examples versus a broad negative dataset. A perfectly selective neuron would have a precision of 1.0—it never fires for non-concept inputs. In practice, selectivity exists on a spectrum, with top-performing units achieving >0.95 precision on curated probe datasets. This property is essential for building trustworthy concept-based explanations, as it ensures that when a concept is attributed to a prediction, the signal is not contaminated by unrelated features.
Selectivity vs. Polysemanticity
Selectivity is the inverse of polysemanticity—the phenomenon where a single neuron responds to multiple unrelated concepts. In large language models, polysemantic neurons are the norm, with individual units activating for everything from curly braces in code to biological terms. Concept selectivity metrics help researchers identify the rare monosemantic units that encode a single, coherent idea. Techniques like sparse autoencoders are explicitly designed to decompose polysemantic activations into a set of highly selective, monosemantic features, improving the interpretability of the model's internal representations.
Quantifying Selectivity with Probe Classifiers
Selectivity is empirically measured by training a linear probe to distinguish a concept from random counterexamples using a unit's activations. The probe's classification accuracy on a held-out test set serves as the selectivity score. A score of 1.0 indicates perfect linear separability—the concept direction is cleanly encoded. This method is foundational to the TCAV (Testing with CAVs) framework, where the CAV itself is the weight vector of a linear classifier. The statistical significance of the selectivity score is then validated against a null distribution of random directions to ensure the concept is genuinely learned.
Layer-Specific Selectivity Profiles
Concept selectivity is not uniform across a network's depth. Early layers typically exhibit low selectivity, encoding basic textures and edges. Middle layers show peak selectivity for mid-level concepts like shapes and object parts. Final layers often return to lower selectivity as representations compress into task-specific features. Mapping this selectivity profile across layers reveals where abstract semantic understanding emerges. For example, in vision models, ImageNet class selectivity peaks in the penultimate layer, while in language models, syntactic concept selectivity peaks earlier than semantic concept selectivity.
Causal Selectivity via Intervention
Correlational selectivity is necessary but insufficient. Causal selectivity requires demonstrating that clamping or ablating a unit's activation directly and predictably changes the model's output for the concept. This is tested through activation patching or knockout experiments. A causally selective unit for 'stripes' will, when ablated, degrade the model's ability to recognize zebras but not horses. This causal criterion distinguishes genuine concept encoding from spurious correlations and is the gold standard for mechanistic interpretability claims.
Selectivity as a Regularization Target
Rather than merely measuring selectivity post-hoc, it can be optimized during training. Concept bottleneck models enforce selectivity by design—each bottleneck neuron is assigned to a single predefined concept. Concept whitening modules replace batch normalization layers to align latent axes with concepts, maximizing per-axis selectivity. Adding a selectivity loss term that penalizes a neuron's response to non-target concepts encourages the emergence of disentangled, monosemantic representations. This proactive approach yields models that are interpretable by construction, not just by analysis.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Frequently Asked Questions
Explore the critical metric of concept selectivity, which measures how exclusively a neuron or direction in activation space responds to a single, human-understandable concept.
Concept selectivity is a quantitative measure of whether a specific neuron, channel, or linear direction in a neural network's activation space responds exclusively to a single, human-understandable concept and not to others. A highly selective neuron might fire only for 'stripes' and not for 'fur' or 'text,' making its role in the model's computation clear. This property is foundational to mechanistic interpretability because it allows researchers to decompose a network's internal representations into a sparse, disentangled set of semantic primitives. High selectivity indicates that the model has learned a clean, modular representation, which is critical for auditing model behavior, diagnosing spurious correlations, and building trust in high-stakes deployments like medical imaging or autonomous driving.
Related Terms
Key metrics and techniques used to evaluate and enforce how exclusively a neural network's internal units respond to individual concepts.
Concept Purity
A measure of how well the representations of a single concept are clustered together and separated from other concepts in the activation space. High purity indicates that a neuron or direction responds to one concept and not to others.
- Evaluated using silhouette scores or Davies-Bouldin indices
- A pure concept direction has low intra-class variance and high inter-class separation
- Directly quantifies the degree of concept selectivity in a latent space
Concept Separability
The degree to which a linear or non-linear classifier can distinguish between the activation patterns of two different concepts. High separability confirms that concepts are encoded in distinct, non-overlapping regions.
- Measured by training a linear probe on concept-positive vs. concept-negative examples
- A high ROC-AUC score indicates strong selectivity
- Low separability suggests the network uses entangled or polysemantic representations
Concept Erasure
A technique for removing a specific concept's information from a model's latent representation by projecting activations onto a subspace orthogonal to the concept vector. This directly tests causal selectivity.
- Uses INLP (Iterative Nullspace Projection) or gradient-based methods
- If erasing a concept degrades only that concept's classification, the representation was selective
- Used to remove sensitive attributes like gender or race from representations
Concept Whitening
A module that replaces a standard batch normalization layer, aligning the latent space axes with predefined concepts to produce a disentangled and interpretable representation.
- Enforces axis-aligned selectivity where each dimension corresponds to exactly one concept
- Applies a whitening transformation followed by an orthogonal rotation
- Guarantees that concept dimensions are mutually orthogonal and independently manipulable
Concept Intervention
The act of directly modifying a model's internal activations during inference to increase or decrease the presence of a concept. This causally tests whether a direction is selectively responsible for a single concept.
- Performed by adding or subtracting a scaled Concept Activation Vector (CAV)
- If intervening on a concept direction changes only that concept's output, selectivity is confirmed
- Reveals spurious correlations when interventions produce unintended side effects
Concept Completeness Score
A metric that evaluates how sufficient a set of discovered or defined concepts is for explaining a model's full behavior. It measures whether the selected concepts completely capture the model's decision logic.
- Computed by comparing predictions from a Concept Bottleneck Model (CBM) to the original model
- Low completeness indicates missing concepts or reliance on non-interpretable features
- Complements selectivity by ensuring the model doesn't ignore important concepts entirely

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us