NCCLLGOct 13, 2016

Mapping Between fMRI Responses to Movies and their Natural Language Annotations

arXiv:1610.03914v374 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of interpreting brain activity from complex stimuli like movies for neuroscience and AI researchers, though it is incremental as it builds on existing methods like SRM and NLP embeddings.

The paper tackled the problem of correlating fMRI responses to stimuli using only natural language annotations, achieving 72% accuracy on a scene classification task (vs. 4% random guessing) and top 4% average rank on a scene ranking task (vs. 50% random guessing).

Several research groups have shown how to correlate fMRI responses to the meanings of presented stimuli. This paper presents new methods for doing so when only a natural language annotation is available as the description of the stimulus. We study fMRI data gathered from subjects watching an episode of BBCs Sherlock [1], and learn bidirectional mappings between fMRI responses and natural language representations. We show how to leverage data from multiple subjects watching the same movie to improve the accuracy of the mappings, allowing us to succeed at a scene classification task with 72% accuracy (random guessing would give 4%) and at a scene ranking task with average rank in the top 4% (random guessing would give 50%). The key ingredients are (a) the use of the Shared Response Model (SRM) and its variant SRM-ICA [2, 3] to aggregate fMRI data from multiple subjects, both of which are shown to be superior to standard PCA in producing low-dimensional representations for the tasks in this paper; (b) a sentence embedding technique adapted from the natural language processing (NLP) literature [4] that produces semantic vector representation of the annotations; (c) using previous timestep information in the featurization of the predictor data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes