<< UPDATE: Although the Algonauts Challenge 2021 Mini Track officially ended on August 15th, we have re-enabled submissions to allow you to test and improve your models further! You can find the final leaderboard for the challenge here. >>
----
This is the submission page for the MINI Track (9 ROIs) of the Algonauts Project 2021 Challenge: How the Human Brain Makes Sense of a World in Motion. More information for the Challenge and Workshop can be found on our website here.
The goal of the Mini Track is to predict human brain responses to a set of 3-second videos in 9 regions of the visual brain using computational models.
For each voxel in an ROI, we calculate the noise normalized correlation, by computing Pearson’s correlation between the predicted voxel’s responses from your model to the left out video clips) and the empirically measured voxel’s response followed by normalization by the square root of split-half reliability. To estimate split-half reliability, the voxel responses to test videos are split into all possible combinations of two splits of 5 repetitions each and the Pearson correlation (ρ) between the splits is calculated. The split-half reliability is then calculated using Spearman-Brown formula (2ρ/(1+ρ)). Reliability of the voxel is the average reliability obtained across all combinations of splits. We then aggregate noise normalized correlation value across voxels in an ROI into one average value, and then average values across ROIs to determine the score of the leaderboard.
1. Participants can use any (external) data for model building, any model, and any procedure to predict brain data with one exception: Participants that use the test set for training will be disqualified (in particular brain data generated using the test set).
2. Each participant (single researchers or team, there is no maximum team size) can make 1 submission per day per track.
3. Participants must upload a short report (~4-8 pages) describing their model building process for their best model to a preprint server (e.g. bioRxiv, arXiv), or send a PDF by email to algonauts.mit@gmail.com.
Please use this form to submit the challenge report within 7 days of the challenge submission deadline to be considered for the evaluation of challenge outcomes. Participants that do not make their approach open and transparent cannot be considered. We additionally encourage participants to make their code available online (e.g. on Github) and link to this during their form submission.
We recommend you start by reviewing the provided development kit, which includes Python scripts to extract activations, train an encoding model, and prepare the predicted brain activity from the trained model in the format required for submission to the challenge.
To upload the participant's submission file for the Mini Track (9 ROIs), please follow the following steps;
Step 1
Participants compute predicted fMRI activity from their model for all reliable voxels in all 9 ROIs and for all 10 subjects. The reliable voxels are the ones in the brain data for the training set provided in the Development Kit.
Please prepare a single pickle (.pkl) file named "mini_track.pkl" as demonstrated in the Development Kit. The pickle file is a dictionary of dictionaries containing the predicted fMRI data for all ROIs and all subjects. For example, if we load the pickle file using results = pickle.load(f), then results['V1']['sub10'] should be a numpy array containing the predicted data of all reliable voxels in ROI V1 and subject 10.
Step 2
Please compress "mini_track.pkl" in a single .zip file.
Step 3
On the challenge page, click Participate tab and then click Submit/View Results. It opens a window for you to browse to the location of the stored .zip file and upload it.
Start: May 1, 2021, 3:59 a.m.
Description: Each brain region is scored based on their noise-normalized correlation with our held-out brain data. The challenge score is the average noise-normalized correlation across all 9 brain regions. The entry with the highest challenge score is ranked first.
Jan. 1, 2030, 3:59 a.m.
You must be logged in to participate in competitions.
Sign In