Causal visual representation discovery framework for neuroscience. Use when analyzing brain region representations through causal testing rather than mere activation maximization. Covers counterfactual stimulus generation, image-to-fMRI encoding models, automated functional localization validation, and follow-up experiment design. Triggers: causal neuroscience, brain representation, counterfactory fMRI, visual concept localization, activation causality, functional localization validation, Bra...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill brain-cause-causal-visual-representation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Brain Cause Causal Visual Representation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-brain-cause-causal-visual-representation)More formats (shields.io, HTML) on the badges page.
---
name: brain-cause-causal-visual-representation
description: "Causal visual representation discovery framework for neuroscience. Use when analyzing brain region representations through causal testing rather than mere activation maximization. Covers counterfactual stimulus generation, image-to-fMRI encoding models, automated functional localization validation, and follow-up experiment design. Triggers: causal neuroscience, brain representation, counterfactory fMRI, visual concept localization, activation causality, functional localization validation, BrainCause methodology, image-to-brain encoding."
---
# BrainCause: Causal Visual Representation Discovery
Methodology from "From Activation to Causality: Discovery of Causal Visual Representations in the Human Brain" (arXiv:2605.23895). Golbari, Wasserman, et al. Weizmann Institute of Science & MIT.
## Core Insight
**Activation alone ≠ representation.** Strong neural response to a stimulus may be driven by correlated visual/semantic cues (color, background, pose) rather than the target concept itself. Without causal validation, many fMRI localizations are false positives.
## The BrainCause Framework
### Three-Tier Stimulus Set
For any target concept C, construct:
1. **Concept images (I_c)**: Images containing the target concept
2. **Counterfactual edits (I_cf)**: Same images with concept C surgically removed/edited, all other content preserved
3. **Correlated distractors (I_d)**: Images sharing correlated features (color, background, pose) but lacking concept C
### Causal Validation Criterion
A brain region/voxel truly represents concept C iff:
- **High activation** to concept images: `f(I_c) >> f(I_other)`
- **Strong causal response**: `f(I_c) - f(I_cf)` is significant
- **Not explained by distractors**: `f(I_c) - f(I_d)` is significant
Regions with high activation but `f(I_c) - f(I_cf) ≈ 0` are **false positives** — responding to correlated cues, not the concept.
### Pipeline
1. **Query**: Specify concept of interest
2. **Generate stimuli**: Use generative models to create I_c, I_cf, I_d sets
3. **Predict responses**: Apply image-to-fMRI encoding model to predict brain activity for each stimulus
4. **Search representations**: Find voxels/regions satisfying all three causal criteria
5. **Validate**: Test on both predicted fMRI and actual measured fMRI data
6. **Propose experiments**: Identify underrepresented concepts and most informative new stimuli
## Application Patterns
### Functional Localization Recovery
BrainCause recovers known category-selective regions (faces, places, bodies) while filtering false positives. Without causal validation, a large fraction of these would be incorrectly attributed.
### New Candidate Representations
Beyond classical categories, applies to dozens of concepts including abstract semantic structures. Returns validated candidates with proposed follow-up experiments.
### Encoding Model Integration
Uses pre-trained image-to-fMRI encoders to predict brain responses for never-measured images, enabling large-scale causal testing without new fMRI scans.
## Key Metrics
| Metric | Purpose |
|--------|---------|
| Activation score | Whether region responds strongly to concept |
| Causal response | Difference between original and counterfactual predictions |
| Distractor resistance | Difference between concept and correlated alternatives |
| False positive rate | Fraction of high-activation regions eliminated by causal testing |
## Pitfalls
- **Correlation trap**: Color, texture, pose, and background often co-occur with concepts — activation maximization confounds these
- **Counterfactual quality**: Edits must preserve all non-target content; otherwise the difference reflects edit artifacts, not concept representation
- **Encoding model fidelity**: Predictions are only as good as the encoding model; always validate on measured data when available
- **Concept granularity**: "Face" is too coarse — sub-concepts (eye region, expression, identity) may have distinct representations
## Activation
- Causal neuroscience, brain representation, counterfactual fMRI
- Visual concept localization, activation causality
- Functional localization validation, BrainCause methodology
- Image-to-brain encoding, neural representation discovery
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!