Evaluating AI fashions educated on mind alerts has lengthy been a messy, inconsistent subject. Totally different analysis teams use totally different preprocessing pipelines, prepare fashions on totally different datasets, and report outcomes on a slim set of duties — making it almost unattainable to know which mannequin truly works finest, or for what. A brand new framework from Meta AI group is designed to repair that.
Meta Researchers have launched NeuralBench, a unified, open-source framework for benchmarking AI fashions of mind exercise. Its first launch, NeuralBench-EEG v1.0, is the most important open benchmark of its variety: 36 downstream duties, 94 datasets, 9,478 topics, 13,603 hours of electroencephalography (EEG) knowledge, and 14 deep studying architectures evaluated beneath a single standardized interface.
https://ai.meta.com/analysis/publications/neuralbench-a-unifying-framework-to-benchmark-neuroai-models/
The Downside NeuralBench Solves
The broader area of NeuroAI the place deep studying meets neuroscience has exploded lately. Self-supervised studying strategies initially developed for language, speech and pictures at the moment are being tailored to construct mind basis fashions: giant fashions pretrained on unlabeled mind recordings and fine-tuned for downstream duties starting from medical seizure detection to decoding what an individual is seeing or listening to.
However the analysis panorama has been badly fragmented. Current benchmarks like MOABB cowl as much as 148 brain-computer interfacing (BCI) datasets however restrict analysis to simply 5 downstream duties. Different efforts — EEG-Bench, EEG-FM-Bench, AdaBrain-Bench — are every constrained in their very own methods. For modalities like magnetoencephalography (MEG) and practical magnetic resonance imaging (fMRI), there is no such thing as a systematic benchmark in any respect.
The end result — claims about basis fashions being “generalizable” or “foundational” usually relaxation on cherry-picked duties with no widespread reference level.
What’s NeuralBench?
NeuralBench is constructed on three core Python packages that type a modular pipeline.
NeuralFetch handles dataset acquisition, pulling curated knowledge from public repositories together with OpenNeuro, DANDI, and NEMAR. NeuralSet prepares knowledge as PyTorch-ready dataloaders, wrapping current neuroscience instruments like MNE-Python and nilearn for preprocessing, and HuggingFace for extracting stimulus embeddings (for duties involving photographs, speech, or textual content). NeuralTrain supplies modular coaching code constructed on PyTorch-Lightning, Pydantic, and the exca execution and caching library.
As soon as put in by way of pip set up neuralbench, the framework is managed by way of a command-line interface (CLI). Working a activity is so simple as three instructions: obtain the information, put together the cache, and execute. Each activity is configured via a light-weight YAML file that specifies the information supply, prepare/validation/check splits, preprocessing steps, goal processing, coaching hyperparameters, and analysis metrics.
https://ai.meta.com/analysis/publications/neuralbench-a-unifying-framework-to-benchmark-neuroai-models/
What NeuralBench-EEG v1.0 Covers
The primary launch focuses on EEG and spans eight activity classes: cognitive decoding (picture, sentence, speech, typing, video, and phrase decoding), brain-computer interfacing (BCI), evoked responses, medical duties, inner state, sleep, phenotyping, and miscellaneous.
Three courses of fashions are in contrast:
- Job-specific architectures (~1.5K–4.2M parameters, educated from scratch): ShallowFBCSPNet, Deep4Net, EEGNet, BDTCN, ATCNet, EEGConformer, SimpleConvTimeAgg, and CTNet.
- EEG basis fashions (~3.2M–157.1M parameters, pretrained and fine-tuned): BENDR, LaBraM, BIOT, CBraMod, LUNA, and REVE.
- Handcrafted function baselines: sklearn-style pipelines utilizing symmetric optimistic particular (SPD) matrix representations fed into logistic or Ridge regression.
All basis fashions are fine-tuned end-to-end utilizing a shared coaching recipe — AdamW optimizer, studying fee of 10⁻⁴, weight decay of 0.05, cosine-annealing with 10% warmup, as much as 50 epochs with early stopping (persistence=10). The only real exception is BENDR, for which the educational fee is lowered to 10⁻⁵ and gradient clipping is utilized at 0.5 to acquire steady studying curves. This intentional standardization in any other case removes model-specific optimization methods — equivalent to layer-wise studying fee decay, two-stage probing, or LoRA — in order that structure and pretraining methodology are what truly will get evaluated.
Information splitting is dealt with in another way per activity kind to replicate real-world generalization constraints: predefined splits the place supplied by dataset analysis group, leave-concept-out for cognitive decoding duties (all topics seen in coaching, however a held-out set of stimuli used for testing), cross-subject splits for many medical and BCI duties, and within-subject splits for datasets with only a few contributors. Every mannequin is educated 3 times per activity utilizing three totally different random seeds.
Analysis metrics are standardized by activity kind: balanced accuracy for binary and multiclass classification, macro F1-score for multilabel classification, Pearson correlation for regression, and top-5 accuracy for retrieval duties. All outcomes are moreover reported as normalized scores (s̃), the place 0 corresponds to dummy-level efficiency and 1 corresponds to good efficiency, enabling truthful cross-task comparisons no matter metric scale.
One vital methodological observe: some EEG basis fashions have been pretrained on datasets that overlap with NeuralBench’s downstream analysis units. Fairly than discarding these outcomes, the benchmark flags them with hashed bars in end result figures so readers can establish potential pretraining knowledge leakage — no sturdy pattern suggesting leakage inflates efficiency was noticed, however the transparency is preserved.
The benchmark gives two variants: NeuralBench-EEG-Core v1.0, which makes use of a single consultant dataset per activity for broad protection, and NeuralBench-EEG-Full v1.0, which expands to as much as 24 datasets per activity to review within-task variability throughout recording {hardware}, labs, and topic populations. A Kendall’s τ of 0.926 (p < 0.001) between Core and Full rankings confirms that the Core variant is a dependable proxy — although a couple of mannequin positions do shift, together with CTNet overtaking LUNA when extra datasets are included.
https://ai.meta.com/analysis/publications/neuralbench-a-unifying-framework-to-benchmark-neuroai-models/
Two Key Findings
Discovering 1: Basis fashions solely marginally outperform task-specific fashions. The highest-ranked fashions total are REVE (69.2M parameters, imply normalized rank 0.20), LaBraM (5.8M, rank 0.21), and LUNA (40.4M, rank 0.30). However a number of task-specific fashions educated from scratch — CTNet (150K parameters, rank 0.32), SimpleConvTimeAgg (4.2M, rank 0.35), and Deep4Net (146K, rank 0.43) — path carefully behind. CTNet truly overtakes the LUNA basis mannequin to rank third within the Full variant, regardless of having roughly 270× fewer parameters. This reveals the hole between task-specific and basis fashions is slim sufficient that increasing dataset protection alone is ample to vary international rankings.
Discovering 2: Many duties stay genuinely arduous. Cognitive decoding duties — recovering dense representations of photographs, speech, sentences, video, or phrases from mind exercise — are significantly difficult, with even the most effective fashions scoring nicely beneath ceiling. Duties like psychological imagery, sleep arousal, psychopathology decoding, and cross-subject motor imagery and P300 classification ceaselessly yield efficiency near dummy degree. These duties signify the most effective benchmarks for stress-testing the following technology of EEG basis fashions.
Duties approaching saturation embrace SSVEP classification, pathology detection, seizure detection, sleep stage classification, and phenotyping duties like age regression and intercourse classification.
Past EEG: MEG and fMRI
Even on this preliminary EEG-focused launch, NeuralBench already helps MEG and fMRI duties as proof of idea. Notably, the REVE mannequin — pretrained completely on EEG knowledge — achieves the most effective efficiency amongst all examined fashions on the typing decoding activity in MEG. This can be a hanging early sign that EEG-pretrained representations might switch meaningfully throughout mind recording modalities, a speculation the framework is positioned to scrupulously check in future releases.
The infrastructure is explicitly designed for growth to intracranial EEG (iEEG), practical near-infrared spectroscopy (fNIRS), and electromyography (EMG).
The right way to Get Began
Set up takes a single command: pip set up neuralbench. From there, operating the audiovisual stimulus classification activity on EEG seems like this:
neuralbench eeg audiovisual_stimulus –download # Obtain knowledge
neuralbench eeg audiovisual_stimulus –prepare # Put together cache
neuralbench eeg audiovisual_stimulus # Run the duty
To run all 36 duties towards all 14 EEG fashions, the -m all_classic all_fm flag handles the orchestration. Full benchmark storage necessities are substantial: roughly 11 TB complete (~3.2 TB uncooked knowledge, ~7.8 TB preprocessed cache, ~333 GB logged outcomes), with one GPU of a minimum of 32 GB VRAM per job — although common peak GPU utilization measured throughout experiments is just ~1.3 GB (most ~30.3 GB).
The total NeuralBench-EEG-Full v1.0 run requires roughly 1,751 GPU-hours throughout 4,947 experiments.
Key Takeaways
- Meta AI’s NeuralBench-EEG v1.0 is an open EEG benchmark — 36 duties, 94 datasets, 9,478 topics, and 14 deep studying architectures beneath one standardized interface.
- Regardless of as much as 270× extra parameters, EEG basis fashions like REVE solely marginally outperform light-weight task-specific fashions like CTNet (150K params) throughout the benchmark.
- Cognitive decoding duties (speech, video, sentence, phrase decoding from mind exercise) and medical predictions stay extremely difficult, with most fashions scoring close to dummy degree.
- REVE, pretrained solely on EEG knowledge, outperformed all fashions on MEG typing decoding — an early sign of significant cross-modality switch.
- NeuralBench is MIT-licensed.
Try the Paper and GitHub Repo. Additionally, be at liberty to observe us on Twitter and don’t overlook to hitch our 150k+ ML SubReddit and Subscribe to our E-newsletter. Wait! are you on telegram? now you may be part of us on telegram as nicely.
Have to accomplice with us for selling your GitHub Repo OR Hugging Face Web page OR Product Launch OR Webinar and so on.? Join with us

