The Capacity of Thought: Benchmarking Llama 3.2 in Semantic fMRI Neural Language Decoding and Improving the Huth Encoding-Model Baseline

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Life Sciences & Biology · Depth: Expert, long

Summary

Research into non-invasive brain-computer interfaces for continuous language decoding from fMRI signals presents two investigations. First, the Huth et al. ridge regression encoding pipeline was improved by expanding voxel selection from 10K to 15K, substituting GPT-2 medium for GPT-1 as the beam-search proposal model, and implementing GPU-accelerated bootstrap training. These enhancements achieved a mean METEOR of 0.149 and BLEU-1 of 0.200 for subject UTS03 across three narratives, marking an 11% relative METEOR gain. Second, fMRIFlamingo was introduced, mapping BOLD activity into a frozen Llama-3.2-1B via a learned brain tokenizer, Perceiver Resampler, and gated cross-attention. Despite achieving 42.86% Top-1 accuracy on a 1-in-100 ranking task, a blind-control ablation with zeroed fMRI inputs yielded near-identical scores, demonstrating that apparent decoding success was driven by the frozen language prior, not neural input. This highlights that high-capacity language models can obscure decoding failures without rigorous blind-control evaluation.

Key takeaway

For Research Scientists developing non-invasive brain-computer interfaces, you must implement rigorous blind-control evaluations. High-capacity language models, like Llama-3.2-1B, can produce fluent outputs that appear successful but are primarily driven by their internal language priors, not actual neural input. This can obscure true decoding failures. Always include zero-fMRI input ablations to validate your model's reliance on neural signals, ensuring genuine progress in neural language decoding.

Key insights

Rigorous blind-control evaluation is essential for validating neural language decoding claims when using powerful language models.

Principles

Method

The Huth encoding pipeline was improved by expanding voxel selection to 15K, substituting GPT-2 medium for GPT-1 in beam search, and GPU-accelerating bootstrap training. fMRIFlamingo maps BOLD to Llama-3.2-1B via a brain tokenizer and Perceiver Resampler.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.