Stacked Regression using Off-the-shelf, Stimulus-tuned and Fine-tuned Neural Networks for Predicting fMRI Brain Responses to Movies (Algonauts 2025 Report)
Robert Scholz, Kunal Bagga, Christine Ahrends, Carlo Alberto Barbano
TL;DR
This work tackles predicting fMRI brain responses to movie stimuli by building a multimodal encoding pipeline that integrates text, audio, video, and vision-language representations from off-the-shelf and fine-tuned models. It combines enhanced transcripts, stimulus-tuning, and selective fine-tuning with stacked regression to fuse predictions across models, achieving competitive results in the Algonauts 2025 challenge (final out-of-distribution average $r=0.1496$ across four subjects) and highlighting the value of cross-modal information and ensembling. Key findings include strong gains from slow_r50 fine-tuning ($r_{f6}=0.178$) on a per-subject basis, the effectiveness of Librarian-like transcript enhancements with InternVL3, and the superiority of ensemble approaches over single-model predictions. The work provides open-source code and resources, contributing to a scalable framework for multimodal brain encoding and informing future directions in end-to-end non-linear fusion and cross-subject transfer learning.
Abstract
We present our submission to the Algonauts 2025 Challenge, where the goal is to predict fMRI brain responses to movie stimuli. Our approach integrates multimodal representations from large language models, video encoders, audio models, and vision-language models, combining both off-the-shelf and fine-tuned variants. To improve performance, we enhanced textual inputs with detailed transcripts and summaries, and we explored stimulus-tuning and fine-tuning strategies for language and vision models. Predictions from individual models were combined using stacked regression, yielding solid results. Our submission, under the team name Seinfeld, ranked 10th. We make all code and resources publicly available, contributing to ongoing efforts in developing multimodal encoding models for brain activity.
