bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Imaging foundation models
ImagingLanguage model

NeuroVLM

University of California, San Diego

Vision-language foundation model linking human brain activation maps and neuroscience text for text-to-brain and brain-to-text generation.

Released: February 2026

NeuroVLM is a vision-language framework that embeds human neuroimaging data and the neuroscience literature into a shared latent space, enabling movement in both directions between a written description of cognition and the pattern of brain activity it implies. Decades of functional neuroimaging results are reported as coordinate-based activation maps scattered across tens of thousands of separate publications, which makes it difficult to relate an arbitrary text query to the brain regions it engages, or to interpret an unlabeled activation map in the vocabulary of cognitive neuroscience. NeuroVLM treats these two modalities as paired views of the same underlying phenomenon and learns to translate between them.

Unlike retrieval-only approaches, NeuroVLM is generative in both directions: it can synthesize a predicted whole-brain activation map from arbitrary natural language, and it can generate a textual interpretation of an input neuroimage. This places it alongside contrastive language-image models adapted to neuroimaging while extending them with reconstruction objectives that make map synthesis possible. It was developed by researchers at the University of California, San Diego and released as a bioRxiv preprint in early 2026, with an open-source implementation.

#Key Features

  • Bidirectional generation: Produces predicted brain activation maps from a text corpus and generates text interpretations of input neuroimages, supporting both text-to-brain and brain-to-text workflows in a single model.
  • 3D neuro-autoencoder: A volumetric autoencoder compresses activation likelihood maps into 768-dimensional embeddings that align with the text representation space.
  • Scientific text encoder: A transformer language encoder based on SPECTER, fine-tuned on neuroscience publications, encodes the paired textual descriptions.
  • Joint contrastive and reconstruction training: Combining a contrastive alignment objective with reconstruction losses yields a latent space suited to both cross-modal retrieval and generation.
  • Downstream neuroscience tasks: The shared space supports network labeling, cognitive-state description, lesion-to-function inference, and a search engine that links neuroimages to the most related literature and vice versa.
  • Open implementation: Code and data-loading utilities are released under the Apache-2.0 license, with accompanying documentation.

#Technical Details

The model pairs a fine-tuned SPECTER-based text encoder with a 3D autoencoder that maps coordinate-based activation likelihood volumes into 768-dimensional embeddings, projecting both modalities into a common space trained with an InfoNCE-style contrastive objective alongside reconstruction losses. Training data comprise roughly 30,000 neuroimage-text pairs assembled from large open resources, including approximately 27,000 coordinate-based activation maps and a comparable volume of neuroscience publications sourced from PubMed Central and Neurosynth. Performance was assessed with 10-fold cross-validation, using MSE, SSIM, and Dice to quantify reconstruction fidelity of generated maps and semantic retrieval metrics to evaluate cross-modal matching between text and neuroimages.

#Applications

NeuroVLM serves cognitive neuroscientists and meta-analysis researchers who need to move between natural language and brain data. It can generate a candidate activation atlas for an arbitrary cognitive description, propose a textual account of an unlabeled map, label functional networks, and power a bidirectional search engine that retrieves publications most relevant to a neuroimage query or images most relevant to a text query. These capabilities support hypothesis generation, literature synthesis, and lesion-to-function reasoning, where a spatial pattern of damage or activity is interpreted in terms of the cognitive functions it implicates.

#Impact

By unifying neuroimaging and neuroscience text in a single generative model, NeuroVLM offers a way to make the accumulated coordinate-based literature queryable and generative rather than static, connecting written hypotheses to predicted brain activity and back. Its open Apache-2.0 release lowers the barrier for researchers to build on the approach. As a preprint that has not yet completed peer review, its claims await independent validation, and because it is trained on meta-analytic coordinate-based maps rather than raw voxel-level scans, its generated maps reflect the resolution and biases of that aggregated data; the reported evaluations are computational rather than prospective experimental tests.

Citation

NeuroVLM: A generative vision-language framework for human neuroimaging

Hammonds, R., et al. (2026) NeuroVLM: A generative vision-language framework for human neuroimaging. bioRxiv.

DOI: 10.64898/2026.02.06.704508

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Related models

Models with similar goals, methods, or subject matter.

  • NeuroVFM

    University of Michigan / University of Cologne

    Generalist neuroimaging vision foundation model pretrained on 5.24M clinical MRI and CT volumes for radiologic diagnosis and report generation.

    Imaging
  • BrainLM

    Yale University / Baylor College of Medicine / Princeton University

    fMRI foundation model pretrained with masked autoencoding on roughly 6,700 hours of recordings for clinical prediction and network discovery.

    Biosignals
  • NeuroNarrator

    Stevens Institute of Technology

    EEG-to-text foundation model that turns raw recordings into clinically grounded natural-language narratives instead of fixed-label classifications.

    Biosignals
  • NeuroLM

    Shanghai Jiao Tong University / Microsoft

    Multi-task EEG foundation model that treats brain signals as a foreign language, pairing a text-aligned neural tokenizer with a GPT-2 backbone.

    BiosignalsLanguage model
  • UniBrain

    Shanghai Jiao Tong University / University of Science and Technology of China / Shanghai AI Laboratory / Shanghai Sixth People's Hospital

    Vision-language pre-training framework for universal brain MRI diagnosis, learning from imaging-report pairs to cover more than ten brain diseases.

    Imaging

Citations

Total Citations0
Influential0
References32

GitHub

Stars8
Forks2
Open Issues3
Contributors4
Last Push3d ago
LanguagePython
LicenseApache-2.0

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
74Open
Usability — can I run it?73
Reproducibility — can I retrain it?71
Model Openness Framework
Unclassified
Missing required components

Tags

autoencoderbrain_decodingcontrastive_learningcross_modal_retrievalneuroimaging

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDocumentation