Platonic Representations in the Human Brain: Unsupervised Recovery of Universal Geometry

Hugging Face Daily Papers Papers

Summary

This paper investigates whether fMRI representations from different subjects' visual cortices can be aligned using unsupervised geometric methods, finding evidence for approximately isometric structure across individuals, extending the Platonic Representation Hypothesis to human brains.

The Strong Platonic Representation Hypothesis suggests that representational convergence in artificial neural networks can be harnessed constructively: embeddings can be translated across models through a universal latent space without paired data. We ask whether an analogous geometry can be recovered across human brains. Using fMRI data from the Natural Scenes Dataset, we propose a self-supervised encoder that learns subject-specific embeddings from brain data alone by exploiting repeated stimulus presentations. We show that these independently learned spaces can be translated across subjects using unsupervised orthogonal rotations, without paired cross-subject samples or intermediate model representations. Synchronizing pairwise rotations into a single shared latent space further improves cross-subject retrieval, indicating that subject-specific spaces are mutually compatible with a common coordinate system. These results provide evidence for a shared neural geometry in the human visual cortex: subject-specific fMRI representations are approximately isometric across individuals and can be translated through purely geometric transformations.
Original Article
View Cached Full Text

Cached at: 05/22/26, 06:21 PM

Paper page - Platonic Representations in the Human Brain: Unsupervised Recovery of Universal Geometry

Source: https://huggingface.co/papers/2605.20496 Can the Strong Platonic Representation Hypothesis extend beyond artificial models to human brains?

In this paper, we ask whether independently learned fMRI representations from the visual cortex of different subjects can be translated using geometry alone, without paired cross-subject samples or paired stimulus identities.

Using the Natural Scenes Dataset, we learn subject-specific embeddings from repeated fMRI responses with a self-supervised encoder. We then adapt unsupervised orthogonal translation methods to map embeddings across subjects, and synchronize pairwise rotations into a shared latent space.

The main result is that simple rotations recover accurate instance-level correspondences across subjects, suggesting that visual-cortex representations are approximately isometric across individuals.

Feedback is more than welcome, especially on:

  • how to develop fully unsupervised seed/model-selection criteria for rotations;
  • whether similar geometry should hold for other modalities or tasks;
  • applications to improve cross-subject brain downstream tasks.

Similar Articles

LLM Neuroanatomy III - LLMs seem to think in geometry, not language

Reddit r/LocalLLaMA

Researcher analyzes LLM internal representations across 8 languages and multiple models, finding that concept thinking occurs in geometric space in middle transformer layers independent of input language, supporting a universal deep structure hypothesis similar to Chomsky's theory rather than Sapir-Whorf linguistic relativism.

Meta-learning In-Context Enables Training-Free Cross Subject Brain Decoding

Hugging Face Daily Papers

This paper introduces a meta-optimized approach for semantic visual decoding from fMRI signals that generalizes to novel subjects without fine-tuning, using in-context learning to infer unique neural encoding patterns from a small set of image-brain activation examples. The method achieves strong cross-subject and cross-scanner generalization without requiring anatomical alignment or stimulus overlap.