This repository contains the code to train and evaluate TRIBE v2, a multimodal model for brain response prediction
AI Analysis
TRIBE v2 is a multimodal foundation model that predicts fMRI brain responses to naturalistic stimuli (video, audio, text) by combining state-of-the-art vision, audio, and language models into a unified Transformer architecture. It is a specialized research tool for computational neuroscience and in-silico brain modeling, serving academic researchers and neuroscientists who study visual and auditory cortical encoding — not a general-purpose tool.
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
Meta's multimodal brain encoding model predicts neural responses to video, audio, and text
TRIBE v2 is a pretrained Transformer-based model that predicts fMRI brain responses to naturalistic multimodal stimuli. Built by Meta Research for computational neuroscience, it combines vision, audio, and language encoders to map cortical activity. The project targets neuroscientists and cognitive AI researchers investigating how the brain processes sensory information. Adoption appears concentrated in academic neuroscience research rather than production systems.
TRIBE v2 was released in March 2026 as a successor to earlier brain encoding work. It represents Meta Research's ongoing investment in multimodal foundation models applied to neuroscience questions, building on prior work in vision-language and audio-visual modeling to address brain prediction.
The project achieved ~3,000 stars within 3 months of release (64 new stars in the final week tracked). Growth appears driven by paper publication (arXiv 2605.04326), availability of pretrained weights on HuggingFace, and low friction to adoption (Colab demo, simple Python API). However, growth rate relative to Meta's other vision projects (sam2, sam3) suggests the audience is specialized—neuroscience researchers rather than practitioners seeking general multimodal tools.
Adoption not verified. Evidence is limited to: academic paper, HuggingFace model hub distribution, and Colab demo. No documentation of deployed systems, enterprise adoption, or usage at scale in deployed neuroscience platforms. Citations in published work are not available in metadata. The project explicitly targets 'in-silico neuroscience' (simulation/analysis), not production inference systems.
Based on README, TRIBE v2 is a Transformer-based multimodal encoder that fuses state-of-the-art text, audio, and video models into a unified architecture. It projects combined representations onto the cortical surface (fsaverage5 mesh with ~20k vertices). Likely uses pretrained frozen encoders for individual modalities and learns task-specific projection layers. The repo includes PyTorch Lightning training infrastructure with Slurm grid search support, suggesting scalable training pipeline.
Not documented in README. Inference pathway is demonstrated via Colab notebook; training reproducibility infrastructure (grid definitions, defaults.py) is provided but no unit test suite or CI/CD pipeline is mentioned.
Last push on 2026-06-23, 6 days before analysis date, indicates active, recent maintenance. Project is 3+ months old with consistent updates. Issue activity and contribution patterns not visible from metadata, but code organization (modular structure, contributing guidelines reference) suggests intentional project governance. Slow decay is not evident.
ADOPT IF: you are a computational neuroscientist or cognitive scientist investigating how the brain encodes sensory information, have video/audio/text stimuli, and want a pretrained multimodal encoder for fMRI prediction without training from scratch. AVOID IF: you need production-grade inference guarantees, require high-frequency predictions (fMRI is 1-2 Hz), work with non-naturalistic stimuli (lab paradigms), or require licensed (non-NC) use. MONITOR IF: you work in neuromorphic AI or brain-inspired learning and want pretrained representations; the model may become a standard reference, but adoption is currently early-stage within neuroscience.
Independent dimensions
Mainstream potential
2/10
Technical importance
7/10
Adoption evidence
3/10
- License (CC-BY-NC-4.0) prohibits commercial use, limiting adoption in industry and some commercial ML contexts.
- No evidence of benchmarking against competing brain encoding models or academic baselines; claims of 'state-of-the-art' are not independently verified in README.
- Hemodynamic lag compensation (5-second offset) is dataset-specific; generalization to other experimental protocols is unclear.
- Predictions are for 'average subject' (group-level model); individual subject variability and clinical applicability are not discussed.
- Training code requires Slurm HPC infrastructure and proprietary fMRI datasets (Algonauts2025, Lahner2024, etc.); reproducibility and accessibility of training are limited.
TRIBE v2 will likely remain a specialized tool in computational neuroscience research, with modest but stable adoption among brain encoding researchers. Mainstream ML adoption is unlikely given narrow domain focus and NC licensing. Citations in neuroscience papers will drive visibility over the next 12–24 months.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Language
- Jupyter Notebook
- License
- NOASSERTION
- Last updated
- 2w ago
- Created
- 4mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Open issues
Similar repos
facebookresearch/sam2
SAM 2 is Meta's foundation model for promptable visual segmentation in both...
facebookresearch/sam-audio
SAM-Audio is Meta's foundation model for isolating and separating specific...
facebookresearch/multimodal
TorchMultimodal is a PyTorch library for training multimodal models that...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
3k | +24 | Jupyter Notebook | 8/10 | 2w ago |
|
|
19.5k | — | Jupyter Notebook | 8/10 | 1mo ago |
|
|
5.6k | — | Python | 8/10 | 3d ago |
|
|
3.6k | — | Python | 8/10 | 2mo ago |
|
|
1.7k | — | Python | 7/10 | 4d ago |
|
|
10.9k | — | Python | 8/10 | 4w ago |
MMF is Meta's multimodal framework for vision-language tasks (5,637 stars). TRIBE v2 is narrower in scope (brain encoding only) but deeper in domain specificity; MMF is a general toolkit, TRIBE v2 is a specialized model.
These are foundational segmentation/perception models with 3.5x–6x higher star counts. TRIBE v2 operates in a different problem space (neuroscience) and uses these as upstream components rather than competing with them.
TRIBE v2 likely outperforms traditional GLM-based fMRI encoding models on standard benchmarks; README references 'state-of-the-art' but no explicit comparisons are listed. Competitive landscape within neuroscience is not documented.
Many neuroscience labs train dataset-specific models. TRIBE v2's value is transferability (trained on multiple studies) and reduced barrier to entry (pretrained weights, simple API), not necessarily technical novelty.