Skip to main content

multi-modal-interpretability

Multi-Modal Interpretability methods explain *vision* and *vision-language* models by linking each internal unit (a convolutional neuron, attention head, residual-stream channel, or SAE feature) to a *natural-language concept* drawn from an external concept set $\mathcal{C}$. The unifying construction is a similarity score $s(u, c) = \langle \mathbf{a}_u, \mathbf{t}_c \rangle$ between a per-unit activation summary $\mathbf{a}_u$ — collected over a probing image set — and a text-side embedding $\mathbf{t}_c$ produced by an aligned multi-modal model such as CLIP. Ranking the concepts by $s(u, \cdot)$ yields a human-readable label for $u$, turning vision representations from anonymous tensors into named, attributable concepts. The two submethods below are NOT mutually exclusive — for building a per-component concept vector from a component's highly-activating reference images, select BOTH together (CRP for cropping, CLIP-Dissect for embedding); see "Compose the two".

Jump to install

Source facts

Repository
zjunlp/Mechanist
Last source activity
July 11, 2026 at 04:09
Detected SKILL.md language
English
Stars
50
Forks
6

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.