Brain-tuning Improves Generalizability and Efficiency of Brain Alignment in Speech Models
Omer Moussa, Mariya Toneva
TL;DR
This work tackles data inefficiency and per-participant limitations in aligning pretrained speech models with human brain responses. It introduces Multi-brain-tuning, a scalable fine-tuning framework that jointly adapts Wav2Vec2.0 and HuBERT using fMRI data from multiple participants via a shared projection head and LoRA updates. Results show a five-fold reduction in required fMRI data for new participants, up to a 50% gain in overall brain alignment, and strong generalization to a new dataset, with concomitant improvements in downstream semantic tasks. The approach demonstrates a bidirectional benefit between neuroscience and AI, enabling population-level brain alignment and more generalizable semantic representations, with code and models released for reproducibility.
Abstract
Pretrained language models are remarkably effective in aligning with human brain responses elicited by natural language stimuli, positioning them as promising model organisms for studying language processing in the brain. However, existing approaches for both estimating and improving this brain alignment are participant-dependent and highly affected by the amount of data available per participant, hindering both generalization to new participants and population-level analyses. In this work, we address these limitations by introducing a scalable, generalizable brain-tuning method, in which we fine-tune pretrained speech language models to jointly predict fMRI responses from multiple participants. We demonstrate that the resulting brain-tuned models exhibit strong individual brain alignment while generalizing across participants. Specifically, our method leads to 1) a 5-fold decrease in the amount of fMRI data needed to predict brain data from new participants, 2) up to a 50% increase in the overall brain alignment, and 3) strong generalization to new unseen datasets. Furthermore, this multi-participant brain-tuning additionally improves downstream performance on semantic tasks, suggesting that training using brain data from multiple participants leads to more generalizable semantic representations. Taken together, these findings demonstrate a bidirectional benefit between neuroscience and AI, helping bridge the gap between the two fields. We make our code and models publicly available at https://github.com/bridge-ai-neuro/multi-brain-tuning.
