Brain Decoding · Text-to-Image · Vision Foundation Models

BrainCause: Finding Causal Visual Representations in the Brain

BrainCause uses text-to-image generation plus an fMRI encoder to causally test what brain regions represent, cutting false-positive localizations from 73.4% to 23% across 260 visual concepts.

BrainCause: Finding Causal Visual Representations in the Brain

Quick answer

BrainCause shows that a brain region lighting up for a concept does not prove it represents that concept — and that activation-based localization gets it wrong most of the time. When the authors checked candidate localizations with causal stimulus tests instead of raw activation, the false-positive rate dropped from 73.4% to 23%, while the true-positive rate rose from 26.6% to 38.7%. The method spans 260 visual concepts and recovers the textbook face, body, place, and word regions before proposing new ones.

Why activation is not evidence

The standard way neuroscientists locate a “face region” or “place region” is to show many images of the category, find voxels that respond strongly, and call that the representation. The problem is confounding: faces co-occur with skin tone, with frontal symmetry, with social scenes. A voxel that fires for faces might actually be tracking any of those correlated cues. Strong activation tells you a region is involved; it does not tell you what it encodes. BrainCause treats that gap as the central problem rather than a footnote.

How BrainCause works

The method borrows the logic of a controlled experiment and runs it in image space. For each target concept it generates three matched stimulus sets with a text-to-image model (FLUX): images that contain the concept, counterfactual edits that remove just the concept while keeping the rest of the scene, and distractor images that share correlated cues but not the concept itself. It then predicts the brain response to all of them with an image-to-fMRI encoding model (the Beliy et al. encoder trained on the Natural Scenes Dataset), and keeps only the voxels that respond to the concept and not to its confounds. Vision-language models (Qwen3-VL-8B, Gemma-3-27B) generate and verify the prompts so the stimulus sets stay clean. The output is a ranking of representations by causal specificity, not by activation strength.

Key results

  • False positives fall from 73.4% to 23%. Ranking candidate localizations by causal specificity instead of activation removes roughly two-thirds of the spurious hits — the headline number, and the reason the paper’s title contrasts “activation” with “causality.”
  • True positives rise from 26.6% to 38.7% under the same causal ranking, so the gain is not just throwing away signal.
  • It reproduces known anatomy at high voxel agreement: ~99% alignment on body regions, ~99% on word regions, ~90% on face regions, ~74% on places — a sanity check that the causal filter recovers what neuroscience already trusts.
  • 260 visual concepts were tested, and beyond the classic four it flags finer candidates: hands and legs as distinct from whole bodies, handwritten text vs. traffic signs vs. logos, animal faces, food, tools, and social interactions.
  • Validation runs on both predicted and measured fMRI from NSD (7-Tesla, 8 subjects, ~10,000 images each), so the claims are not purely in-silico.

Why this matters now

The honest takeaway: a large fraction of “X region represents Y” claims built on activation alone are probably confounded, and BrainCause gives a concrete, scalable way to filter them. It only works because two tools matured at once — controllable text-to-image models good enough to make clean counterfactual edits, and fMRI encoders accurate enough to stand in for an expensive scanner. That pairing turns a one-region-at-a-time scanner study into a screen across hundreds of concepts. It is a clean example of generative models being used as instruments for science, not just content.

Limits and open questions

The whole pipeline rests on the encoder being a faithful proxy for the brain — when BrainCause predicts that a voxel ignores a confound, that prediction is only as good as the image-to-fMRI model, and encoders are known to be smoother and more category-biased than real cortex. The “new representations” are candidates, not confirmed discoveries; calling hands-vs-bodies or logos-vs-text a distinct representation needs targeted scanner experiments to settle. Counterfactual edits from FLUX can leak the very cue they mean to remove, which would quietly reintroduce the confounding the method is built to kill. And NSD’s eight subjects are a narrow slice of humanity, so the localization map should be read as a hypothesis generator, not a final atlas.

FAQ

What does BrainCause actually do differently from standard fMRI localization?

Standard localization ranks brain voxels by how strongly they activate for a category. BrainCause instead generates counterfactual and distractor images, predicts the response to each, and keeps only voxels that respond to the concept but not its correlated cues — turning correlation into a causal test.

How does BrainCause cut false positives from 73.4% to 23%?

By ranking candidate localizations on causal specificity rather than activation strength. Many voxels that activate for a concept are actually tracking a confound; the counterfactual stimulus sets expose them, removing about two-thirds of the spurious localizations.

Which models and datasets does BrainCause use?

It generates stimuli with the FLUX text-to-image model, writes and checks prompts with Qwen3-VL-8B and Gemma-3-27B, predicts brain responses with the Beliy et al. image-to-fMRI encoder, and validates against the Natural Scenes Dataset (NSD), a 7-Tesla fMRI dataset of 8 subjects.

Are the new brain representations BrainCause found confirmed discoveries?

No. They are candidate representations — finer-grained categories like hands, legs, logos, animal faces, food, and tools — flagged by the causal screen. Confirming them as genuine representations still requires dedicated fMRI experiments.

One line: stop trusting activation, generate the counterfactual, and most brain “representations” turn out to be confounds. Read the original paper on arXiv.