The Capacity of Thought: Benchmarking Llama 3.2 in Semantic fMRI Neural Language Decoding and Improving the Huth Encoding-Model Baseline
Summary
This research investigates decoding continuous language from fMRI signals, presenting two key studies. First, it enhances the Huth et al. ridge regression encoding pipeline by expanding voxel selection from 10K to 15K, replacing GPT-1 with GPT-2 medium for beam-search proposals, and implementing GPU-accelerated bootstrap training. This achieved a mean METEOR of 0.149 and BLEU-1 of 0.200 for subject UTS03, marking an 11% relative METEOR gain. Second, the study introduces fMRIFlamingo, a model mapping BOLD activity to a frozen Llama-3.2-1B using trainable gated cross-attention layers, a learned brain tokenizer, and a Perceiver Resampler. While fMRIFlamingo showed 42.86% Top-1 accuracy on a 1-in-100 ranking task, a crucial blind control ablation with zeroed fMRI inputs produced nearly identical scores. This indicates that the apparent decoding success was primarily due to the frozen language prior, not actual neural input, highlighting that high-capacity language models do not inherently improve fMRI decoding and can mask failures without rigorous evaluation.
Key takeaway
For AI Scientists and NLP Engineers developing fMRI neural language decoders, you must implement rigorous blind-control evaluations. Apparent decoding success can be misleadingly driven by strong language model priors, not actual neural signals. Ensure your models genuinely interpret brain activity. Zero fMRI inputs during ablation studies to prevent obscuring true performance and avoid misinterpreting results.
Key insights
High-capacity language models can obscure fMRI decoding failures, necessitating rigorous blind-control evaluation to distinguish neural input from language prior influence.
Principles
- Rigorous blind-control evaluation is crucial for fMRI decoding.
- Language model priors can mask true neural decoding performance.
- Increased model capacity does not guarantee fMRI decoding improvement.
Method
The Huth et al. baseline was improved via expanded 15K voxel selection, GPT-2 medium substitution for GPT-1, and GPU-accelerated bootstrap training. fMRIFlamingo maps BOLD to Llama-3.2-1B using a brain tokenizer and Perceiver Resampler.
In practice
- Expand voxel selection to 15K for fMRI encoding.
- Substitute GPT-2 medium for GPT-1 in beam-search.
- Implement blind control ablations in neural decoding.
Topics
- fMRI Neural Decoding
- Brain-Computer Interface
- Llama 3.2
- GPT-2
- Encoding Models
- Blind Control Evaluation
Best for: AI Scientist, Research Scientist, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.