Literature DB >> 21927602

Generating text from functional brain images.

Francisco Pereira1, Greg Detre, Matthew Botvinick.   

Abstract

Recent work has shown that it is possible to take brain images acquired during viewing of a scene and reconstruct an approximation of the scene from those images. Here we show that it is also possible to generate text about the mental content reflected in brain images. We began with images collected as participants read names of concrete items (e.g., "Apartment'') while also seeing line drawings of the item named. We built a model of the mental semantic representation of concrete concepts from text data and learned to map aspects of such representation to patterns of activation in the corresponding brain image. In order to validate this mapping, without accessing information about the items viewed for left-out individual brain images, we were able to generate from each one a collection of semantically pertinent words (e.g., "door," "window" for "Apartment''). Furthermore, we show that the ability to generate such words allows us to perform a classification task and thus validate our method quantitatively.

Entities:  

Keywords:  classification; fMRI; multivariate; semantic categories; topic models

Year:  2011        PMID: 21927602      PMCID: PMC3159951          DOI: 10.3389/fnhum.2011.00072

Source DB:  PubMed          Journal:  Front Hum Neurosci        ISSN: 1662-5161            Impact factor:   3.169


Introduction

Over the last decade, functional magnetic resonance imaging (fMRI) has become a primary tool for identifying the neural correlates of mental activity. Traditionally, the aim of fMRI experiments has been to identify discrete, coherent neuroanatomic regions engaged during specific forms of information processing. More recently, it has become clear that important information can be extracted from fMRI by attending instead to broadly distributed patterns of activation. The application of machine learning techniques for pattern classification (Pereira et al., 2009) has enabled impressive feats of “brain reading,” making it possible to infer the semantic category of an object viewed by an experimental participant, to track the process of memory retrieval, to predict decisions or mistakes, or even (controversially) to detect lies (Mitchell et al., 2004; Davatzikos et al., 2005; Haynes and Rees, 2006; Norman et al., 2006). In all of these cases, the key step involves assigning each brain image to one in a small set of discrete categories, each occurring within both a training set and a test set of images. More recently (Mitchell et al., 2008) and (Kay et al., 2008) have extended this approach applying sophisticated forward models to predict brain activation patterns induced by stimuli from outside the initial training set, thus enabling a more-open ended form of classification. Even more strikingly, a few recent studies have demonstrated the feasibility of a generative approach to fMRI decoding, where an artifact is produced from a brain image. Concrete examples include reconstructing a simple visual stimulus (Miyawaki et al., 2008), a pattern of dots mentally visualized by the subject (Thirion et al., 2006) and generating a structural and semantic description of a stimulus scene, which could then be used to find a similar scene in a very large image database (Naselaris et al., 2009). The success of this work leads to the question of what may be produced from a brain image if the mental content is not amenable to pictorial rendering. This paper attempts to answer this question by introducing an approach for generating a verbal description of mental content. We began with brain images collected while subjects read the names of concrete items (e.g., house) while also seeing line drawings of the item named; subjects were instructed to think about the item being shown, its properties, purpose, etc. From these brain images we generated words pertaining to the relevant concept (e.g., “door,”“window,”“home”). This is a simplified form of the description task that ignores syntax and word order, but a very common approach in machine learning done on text data (Mitchell, 1997; Blei et al., 2003). We show that the quality of the words generated can be evaluated quantitatively, by using them to match the brain images with corresponding articles from the online encyclopedia Wikipedia.

Materials And Methods

Data

We re-used the fMRI data from Mitchell et al. (2008) and hence we will only provide a summary description of the dataset here. The stimuli were line drawings and noun labels of 60 concrete objects from 12 semantic categories with five exemplars per category, adapted from an existing collection (Snodgrass and Vanderwart, 1980); see Figure 1 for a depiction of the “Table” stimulus. The entire set of 60 stimulus items was presented six times, randomly permuting the sequence of the 60 item on each presentation. Each item was presented for 3 s, followed by a 7 s rest period, during which the participants were instructed to fixate. When an item was presented, the participant's task was to think about the properties of the object. To promote their consideration of a consistent set of properties across the six presentations, they were asked to generate a set of properties for each item prior to the scanning session (for example, for the item castle, the properties might be cold, knights, and stone). Each participant was free to choose any properties they wished, and there was no attempt to obtain consistency across participants in the choice of properties.
Figure 1

The approach we follow to generate text (bottom) parallels that used in Naselaris et al. (.

The approach we follow to generate text (bottom) parallels that used in Naselaris et al. (. Nine subjects participated in the fMRI study. Functional images were acquired on a Siemens Allegra 3.0T scanner at the Brain Imaging Research Center of Carnegie Mellon University and the University of Pittsburgh using a gradient echo EPI pulse sequence with TR = 1000 ms, TE = 30 ms, and a 60° flip angle. Seventeen 5-mm thick oblique-axial slices were imaged with a gap of 1 mm between slices. The acquisition matrix was 64 × 64 with 3.125-mm × 3.125-mm × 5-mm voxels. Initial data processing was performed using Statistical Parametric Mapping software (SPM2, Wellcome Department of Cognitive Neurology, London, UK). The data were corrected for slice timing, motion, and linear trend, and were temporally filtered using a 190 s cutoff. The data were spatially normalized into MNI space and resampled to 3 mm × 3 mm × 6 mm voxels. The percent signal change (PSC) relative to the fixation condition was computed at each voxel for each stimulus presentation. A single fMRI mean image was created for each of the 360 item presentations by taking the mean of the images collected 4, 5, 6, and 7 s after stimulus onset (to account for the delay in the hemodynamic response). Each of these images was normalized by subtracting its mean and dividing by its SD, both across all voxels.

Approach

At the procedural level, our approach followed a set of steps analogous to those employed in Naselaris et al. (2009) to reconstruct visual stimuli from fMRI data, but tailored to the task of mapping from fMRI to text: We began with a corpus of text – Wikipedia articles – and used it to create a topic model (Blei et al., 2003), a latent factor representation of each article; this is, in essence, a representation of the concept the article is about. The task used to obtain our fMRI data entails thinking about the concept prompted by a stimulus, and hence we use the representation learned from text as an approximation of the mental representation of the concept. This is analogous to the way (Naselaris et al., 2009) takes a corpus of naturalistic images and represents them in terms of a combination of latent factors representing visual aspects and semantic content. Learn a mapping from each latent factor in the model from Step 1 to a corresponding brain image that captures how the factor gives rise to sub-patterns of distributed brain activity, using a training set of brain images. Finally, for each brain image in a new, test set, the mapping from Step 2 can be used to infer a weighting over latent factors. Given this, the generative model from Step 1 can be inverted in order to map from the latent factor representation to text, in the shape of a probability distribution over words. In Naselaris et al. (2009), the model is inverted and used to assign probability to images. The first step is present also in Mitchell et al. (2008), which relies on a postulated semantic representation of the stimulus. In contrast with them, the semantic model we use to represent the mental content while thinking of a concept is learned from the text corpus through unsupervised learning.

Semantic model: topics as latent factors

The approach we used for producing latent factors is called latent Dirichlet allocation (LDA), and it can be applied to a text corpus to produce a generative probabilistic model; this is known, colloquially, as a topic model, as it represents each document by the probabilities of various topics being present and each topic by a probability distribution over words. Our use of topic models had a dual motivation. First, as generative statistical models, topic models support Bayesian inversion, a critical operation in the approach described above. Second, it has been suggested that the latent representations discovered by topic models may bear important similarities with human semantic representations (Griffiths et al., 2007). This encourages the idea that the latent factors discovered by learning the topic models in our study would bear a meaningful relationship to patterns of neural activation carrying conceptual information. There are multiple approaches for learning features from text data, with latent semantic analysis (LSA, Landauer and Dumais, 1997) being perhaps the best known, and a tradition of using them to perform psychological tasks or tests with word stimuli (see Steyvers et al., 2005; Griffiths et al., 2007; or Murphy et al., 2009) for applications to EEG, for instance, Liu et al. (2009) for semantic features learned from a matrix of co-occurrences between the 5000 most common words in English, to perform the same prediction task as Mitchell et al. (2008). The differences between LDA and LSA are discussed in great detail in Griffiths et al. (2007), so we will only provide a brief outline here. Both methods operate on word-document/paragraph co-occurrence matrices. They both place documents in a low-dimensional space, by taking advantage of sets of words appearing together in multiple documents. Each dimension corresponds thus to some pattern of co-occurrence, a singular vector of the co-occurrence matrix in LSA and a topic word probability distribution in LDA. The major difference is that LSA is not a generative model and, furthermore, the way that singular vectors are created forces them to be orthogonal, a constraint that does not reflect any aspect of the text domain but just mathematical convenience. LDA, in contrast, allows one to interpret the topic probabilities as the probability that a word came from the distribution for a particular topic. LSA places documents in an Euclidean space, whereas LDA is placing them in a simplex, making the presence of some topics detract from the presence of others (something useful for us, as we will show later). We learned our topic model on a corpus derived from a set of 3500 Wikipedia pages about concepts deemed concrete or imageable. These were selected using classical lists of words (Paivio et al., 1968; Battig and Montague, 1969), as well as modern revisions/extensions thereof (Clark and Paivio, 2004; Van Overschelde, 2004), and considering scores of concreteness or imageability, as well as subjective editorial ranking if scores were not available. We then identified the corresponding Wikipedia article titles (e.g., “airplane” is “Fixed-wing aircraft”) and also compiled related articles which were linked to from these (e.g., “Aircraft cabin”). If there were words in the original lists with multiple meanings we included the articles for at least a few of those meanings. We used Wikipedia Extractor to remove HTML, wiki formatting and annotations and processed the resulting text through the morphological analysis tool Morpha (Minnen et al., 2001) to lemmatize all the words to their basic stems (e.g., “taste,” “tasted,” “taster,” and “tastes” all become the same word). The resulting text corpus was processed with topic modeling (Blei et al., 2003) software to produce several models, excluding words that appeared in a single article or were in a stopword list. We ran the software varying the number of topics allowed from 10 to 100, in increments of 10, setting the α parameter to 25/#topics (as suggested in other work modeling a large text corpus for semantic purposes; Griffiths et al., 2007, though a range of multiples of the inverse of the number of topics yielded comparable experiment results). The model produced contains a representation of each of the 3500 articles in terms of the probabilities of each topic being present in it; these are our latent factor loadings. To each topic corresponds a probability distribution over individual words; the top 10 most probable words for each topic are shown in Table 1. Within those 3500 are 60 articles about the 60 concepts in Mitchell et al. (2008), and the factor loadings for these are presented in Figure 2A. Each column in the figure corresponds to a topic, each row to an article (a small subset of the articles used), with articles grouped into general categories, as labeled on the left. Below, the figure shows the 10 most highly weighted words for three topics. The pattern of topic weightings makes clear that the model has captured the category structure implicit in the corpus; through unsupervised learning, several topics have aligned with specific semantic categories (e.g., topic 1 with the vegetable category). The representation is sparse but most concepts have multiple topics in their representation.
Table 1

The top 10 most probable words according to each topic in the 40 topic model used in Figure .

TopicTop 10 words
1Plant fruit seed grow leaf flower tree sugar produce species
2Color green light red white blue skin pigment black eye
3Light drink lamp wine beer bottle water produce valve pipe
4Drug chemical acid opium cocaine alcohol substance produce form reaction
5School university student child education college degree state train Unite
6Animal species cat wolf breed hunt dog male wild human
7Water metal form temperature carbon process air element iron salt
8Vehicle wheel gear car aircraft passenger speed drive truck design
9Market party state country price government political trade people economic
10Water ice rock river surface form sea ocean wind soil
11Species bird egg fish insect female ant live feed bee
12Language book write art century form story character word publish
13War military force army weapon service submarine soviet world train
14Blood cause disease patient treatment infection health risk increase pain
15Church bishop pope catholic priest roman soap cardinal religious time
16Cell muscle body brain form tissue human organism bone animal
17Ship fish boat water vessel sail design build ski bridge
18Iron blade steel handle head cut hair metal tool nail
19Film image camera digital shotgun movie lens magazine rifle gun
20Wear horse woman clothe saddle century dress fashion ride trail
21Law state court legal police crime person act Unite criminal
22Smoke chocolate light tobacco sign speed cigaret cigar state traffic
23key lock switch machine needle tube bicycle type knit design
24Card record information service company product datum process program credit
25State cross head salute plate model symbol portrait scale circus
26Love sexual god woman people pyramid death sex religion evil
27Coin gold silver issue currency stamp state dollar value bank
28Game play player ball team sport rule football hit league
29Fuel engine gas energy power oil hydrogen heat rocket produce
30Woman marriage god word christian child term jesus family gender
31Fiber sheep wool cotton fabric weave hamlet pig produce silk
32City build house store street town state home road bus
33Tea tooth pearl kite shoe culture wear tattoo jewelry form
34Earth sun star planet moon solar time orbit day comet
35Material wood paint build wall structure construction design size window
36Human social study people culture theory individual nature behavior term
37Power station train signal line locomotive radio steam electric frequency
38Food diamond cook meat bread coffee sauce chicken kitchen eat
39Measure scale angle [formula theory object unit energy line property
40Music instrument play string band bass sound note player guitar
Figure 2

(A) Topic probabilities for the Wikipedia articles about the 60 concepts for which we have fMRI data. Each concept belongs to one of 12 semantic categories, and concepts are grouped by category (five animals, five insects, etc.). Note that the category structure visible is due to how we sorted the columns for display; the model is trained in an unsupervised manner and knows nothing about category structure. Note also that there are topics that are not probable for any of the concepts, which happens because they are used for other concepts in the 3500 concept corpus. Below this are the top 10 most probable words in the probability distributions associated with three of the topics. (B) The decomposition of the brain image for “House” into a weighted combination of topic basis images. The weights allow us to combine the corresponding topic word distributions into an overall word distribution (top 10 words shown).

The top 10 most probable words according to each topic in the 40 topic model used in Figure . (A) Topic probabilities for the Wikipedia articles about the 60 concepts for which we have fMRI data. Each concept belongs to one of 12 semantic categories, and concepts are grouped by category (five animals, five insects, etc.). Note that the category structure visible is due to how we sorted the columns for display; the model is trained in an unsupervised manner and knows nothing about category structure. Note also that there are topics that are not probable for any of the concepts, which happens because they are used for other concepts in the 3500 concept corpus. Below this are the top 10 most probable words in the probability distributions associated with three of the topics. (B) The decomposition of the brain image for “House” into a weighted combination of topic basis images. The weights allow us to combine the corresponding topic word distributions into an overall word distribution (top 10 words shown). Topic probabilities for all 3500 concepts and topic word distributions can be examined in detail through am interactive model browser available online.

Learning a mapping between topics and their patterns of brain activation

Armed with the topic model, we used ridge regression to establish a mapping between each topic and a corresponding pattern of brain activation. We averaged the trial brain images described earlier for all presentations of each of the 60 concepts in our dataset, yielding 60 examples images. We use these (selecting a subset of the voxels and reserving two images at a time for the test set, as further explained below) as prediction targets and the set of topic probabilities describing the corresponding Wikipedia articles (shown in Figure 2A) as regression inputs. This decomposes into a set of independent regression problems, one per voxel, where the regression weights are the value of the pattern of activation for each topic at that voxel. The regression weights effectively represent each topic in terms of a basis image, or representative pattern of brain activation. This makes it possible to decompose the fMRI image for any stimulus object into a set of topic-specific basis images, with combination weights quantifying the contribution of the relevant topic, as illustrated in Figure 2B. The regression problems are described more rigorously in Section A.3 of the Appendix.

Predicting topic probabilities from example images

We start by taking known topic probabilities and brain images for concepts and learning a basis image for each topic. Each topic defines a probability distribution over words, the most probable of which are shown under the topic basis images in Figure 2B. Combined, they define an overall probability distribution over words for a concept (for more details see Section A.2 of the Appendix. The process can be reversed and topic probabilities estimated from new, previously unseen concept brain images, using the basis images. Those topic probabilities can be used to combine the topic word probability distributions into a word probability distribution about the new image, which is what we use to generate text. The process of estimating the topic probabilities is a regression problem, with the vector of values across all voxels in the new image being predicted as a linear combination of the topic basis images; it also requires the constraint that regression weights be between 0 and 1, as they have to be valid probabilities. This is described more rigorously in Section A.3 of the Appendix.

Results

Using the approach described in the previous section, we can generate word probability distributions – or text output according to them – from the brain images of each of the 60 concepts. We do so in a cross-validated fashion, learning the basis images from all concepts in training set and generating the distributions for those in the test set, as described in more detail below. An illustrative example is presented as part of Figure 3. The data shown are based on brain images collected during presentation of the stimuli apartment and hammer for one of the participants. The tag clouds shown in the figure indicate the words most heavily weighted in their respective output distribution. As in this case, text outputs for many stimuli appeared strikingly well aligned with the presumptive semantic associations of the stimulus item. Full results for all 60 concepts are available for inspection online (see text footnote 5).
Figure 3

The inset under each article shows the top words from the corresponding brain-derived distribution [10 which are present in the article (black) and 10 which are not (gray)]. Each word of the two articles is colored to reflect the ratio papartment (word)/phammer(word) between the probabilities assigned to it by the brain-derived distributions for concepts “apartment” and “hammer” (red means higher probability under “apartment,” blue under “hammer,” gray means the word is not considered by the text model).

The inset under each article shows the top words from the corresponding brain-derived distribution [10 which are present in the article (black) and 10 which are not (gray)]. Each word of the two articles is colored to reflect the ratio papartment (word)/phammer(word) between the probabilities assigned to it by the brain-derived distributions for concepts “apartment” and “hammer” (red means higher probability under “apartment,” blue under “hammer,” gray means the word is not considered by the text model). To more objectively evaluate the quality of the text generated for each stimulus, we used a classification task where the word distributions derived from the brain images for each pair of concepts (test set) were used to match them with the two corresponding Wikipedia pages. The classification was done by considering the total probability of all the words in each Wikipedia article under each probability distribution, and selecting the article deemed most probable. The idea is illustrated in Figure 3, for the stimuli apartment and hammer. The text for each of the corresponding Wikipedia articles is presented in colors that indicate the likelihood ratio for each word, given the fMRI-derived text for each stimulus. In this case, each output text matched most closely with the appropriate Wikipedia article. This, indeed, was the case for the majority of stimulus pairs. Plots comparable to Figure 3 for all concept pairs are available online (see text footnote 5). The classification process is illustrated in Figure 4 and consists of the following steps:
Figure 4

Classification procedure for the “apartment” and “hammer” example images.

Classification procedure for the “apartment” and “hammer” example images. leave out one pair of concepts (e.g., “apartment” and “hammer”) as test set. use the example images for the remaining 58 concepts, together with their respective topic probabilities under the model, as the training set to obtain a set of basis images (over 1000 stable voxels, selected in this training set). for each of the test concepts (for instance, “apartment”): predict the probability of each topic being present from the “apartment” example image. obtain an “apartment”-brain probability distribution for that combination of topic probabilities. compute the probability of “apartment” article and “hammer” article under that distribution, respectively papartment (“apartment”) and papartment (“hammer”). assign the article with highest probability to the corresponding test concept, and the other article to the other concept (this will be correct or incorrect). The steps are repeated for every possible pair of concepts, and the accuracy is the fraction of the pairs where the assignment of articles to example images was correct. For voxel selection we used the same reproducibility criterion used in Mitchell et al. (2008), which identifies voxels whose activation levels across the training set examples of each concept bear the same relationship to each other over epochs (mathematically, the vector of activation levels across the sorted concepts is highly correlated between epochs). These voxels came from all across temporal and occipital cortex, as shown in Table 2 in the Appendix, indicating that the learned basis image associated with a topic is related to both semantic and visual aspects of it.
Table 2

Average number of voxels selected from each cortical AAL ROI over all leave-two-out folds.

AAL ROIP1P2P3P4P5P6P7P8P9
Angular_L337227861
Angular_R25723431115
Calcarine_L475641346329425319
Calcarine_R384765503327253227
Caudate_L000017714
Caudate_R000007504
Cingulum_ant_L040074142
Cingulum_ant_R000212001
Cingulum_mid_L422362236
Cingulum_mid_R031044415
Cuneus_L06926967711
Cuneus_R1720231892251014
Frontal_inf_oper_L7631506951
Frontal_inf_oper_R0214172610
Frontal_inf_orb_L251319548
Frontal_inf_orb_R0312113114
Frontal_inf_tri_L222162393967
Frontal_inf_tri_R0411214196212
Frontal_mid_L34731623132113
Frontal_mid_R111159217212
Frontal_sup_L315615152071412
Frontal_sup_medial_L14001284716
Frontal_sup_medial_R01113151410
Frontal_sup_R0051617154211
Fusiform_L745038395024463539
Fusiform_R944046445753542528
Hippocampus_L001037900
Hippocampus_R0321211030
Lingual_L29303233343633389
Lingual_R245136244028404617
Occipital_inf_L36392792424163422
Occipital_inf_R1113225163015821
Occipital_mid_L13067118636772579468
Occipital_mid_R735854422217543437
Occipital_sup_L159749197121432
Occipital_sup_R292346151727192031
Parahippocampal_L221116261
Parahippocampal_R4141126720
Parietal_inf_L212327371318272528
Parietal_inf_R2101242388
Parietal_sup_L19254192115122613
Parietal_sup_R173661982121828
Postcentral_L308392061717104
Postcentral_R03463154014
Precentral_L6213467833187
Precentral_R01314213818
Precuneus_L117539237181021
Precuneus_R2112272720316216
Supp_motor_Area_L3103739240
Supp_motor_Area_R05210212442
Supramarginal_L94123428112310
Supramarginal_R0601409534
Temporal_inf_L131855105122711
Temporal_inf_R41161051910101021
Temporal_mid_L29291273030313928
Temporal_mid_R2421983718141317
Temporal_sup_L012457141714
Temporal_sup_R0311369123
Not_labeled506765655073809465
Average number of voxels selected from each cortical AAL ROI over all leave-two-out folds. Overall classification accuracies for each subject are shown in Figure 5, averaged across the results from models using 10–100 topics to avoid bias; this will be somewhat conservative, as models with few topics perform poorly. Results were statistically significant for all subjects, with p-values calculated using a conservative Monte Carlo procedure being less than 0.01. More details about voxel selection and statistical testing are provided in Section A.1 of the Appendix.
Figure 5

Average classification accuracy across models using 10 to 100 topics, for each of 9 subjects (chance level is 0.5); the accuracy is broken down into classification of concept pairs where concepts are in different categories (“Between”) and pairs where the category is the same (“Within”). Error bars are across numbers of topics, chance level is 0.5.

Average classification accuracy across models using 10 to 100 topics, for each of 9 subjects (chance level is 0.5); the accuracy is broken down into classification of concept pairs where concepts are in different categories (“Between”) and pairs where the category is the same (“Within”). Error bars are across numbers of topics, chance level is 0.5. As the figure shows, classification performance was best when the comparison was between concepts belonging to different semantic categories. This indicates that the text outputs for semantically related concepts tended to be quite similar, which would in turn suggest that the topic probability representations giving rise to word distributions were similar. This could be because our data are too noisy to extract different representations for those related concepts, or an intrinsic limitation of the semantic model we extracted from text. In order to examine this question, we first considered the pattern of similarity across concepts – correlation of their respective topic representations – derived solely from text, shown on the left of Figure 6. The right of the figure shows the correlation between the topic representations predicted from each pair of brain images when they were in the test set. The close resemblance between the two matrices indicates that the fMRI-derived text reflected the semantic similarity structure inherent in the stimulus set. The high correlations apparent in the Wikipedia-based matrix also indicate a possible explanation for the relatively weak within-category classification performance we obtained, since our text-generation procedure can only pick up on distinctions if they are made by the underlying topic model. The marginal within-category classification performance may thus reflect the limited granularity of our topic models, rather than a fixed limitation of the overall technique.
Figure 6

. Right: Similarity between the topic probability representations predicted from the brain images for each pair of concepts, when they were being used as the test set, for the two best subjects with the highest classification accuracy. These were obtained using a 40 topic model, the general pattern is similar for the other subjects. Note that the representations for concepts in the same category are similar when obtained from brain images and that this is also the case when those representations are derived from text.

. Right: Similarity between the topic probability representations predicted from the brain images for each pair of concepts, when they were being used as the test set, for the two best subjects with the highest classification accuracy. These were obtained using a 40 topic model, the general pattern is similar for the other subjects. Note that the representations for concepts in the same category are similar when obtained from brain images and that this is also the case when those representations are derived from text.

Discussion

We have introduced a generative, multivariate approach for producing text from fMRI data. Even as we draw on aspects of the approaches used in Mitchell et al. (2008) and Naselaris et al. (2009), our method differs from these in various ways. The most important are the fact that we generate text pertaining to mental content, rather than a pictorial reconstruction of it, and, furthermore, we do this by inverting a model of semantic representations of concrete concepts that was learned from text data in an unsupervised manner. We have shown that we can generate a probability distribution over words pertaining to left-out novel brain images and that the quality of this distribution can be measured quantitatively through a classification task that matches brain images to Wikipedia articles. Our results indicate that performance at this task is mainly constrained by the quality of the model learned from text, suggesting that one might be able to improve within-category discrimination accuracy by learning a finer-grained model. Given that we do not have to specify verbs to obtain semantic features and that we can thus obtain models with any number of topics (up to certain practical constraints), there is a lot of room for further improvement. One possibility would be to have topics correspond to semantic features at a finer grain than “category.” An example could be a “made of wood” topic that would place heavy probability on words such as “brown,” “grain,” “pine,” “oak,” etc. In this situation, there would be far more topics, each spreading probability over fewer words; each concept would be represented by assigning probability to more of these topics than is currently the case. It is conceptually straightforward to modify parameters of topic models to yield this and other characteristics in each model, and we are currently working on this direction. The present work serves as a proof of concept, subject to considerable limitations. In order to simplify the problem, we focused only on representations of concrete objects. It is therefore an open question how the present technique would perform on a wider range of semantic content; this would include more abstract concepts and relationships between concepts, for instance. The semantic model in our case can be learned from any sub-corpus of Wikipedia, so any concept for which there is an article can be represented in terms of semantic features, regardless of whether it is concrete or abstract. It remains to be seen whether the topics learned are reasonable for abstract concepts, and that is also a research direction we are pursuing. A second important simplification was to ignore word order and grammatical structure. Although this is a conventional step in text-analysis research, a practical method for text generation would clearly require grammatical structure to be taken into account. In this regard, it is interesting to note that there have been proposals (Griffiths et al., 2005, 2007; Wallach, 2006) of approaches to enriching topic model representations by considering word dependency and order. Integrating such a modeling approach into the present approach to fMRI analysis might support more transparently meaningful text outputs. It would be possible to use the semantic features defined in Mitchell et al. (2008) to both generate words and classify articles. One would need to tally, for each of the 25 verbs, which words occur within a five token window of it; this vector of counts would then have to be normalized into a probability distribution. Given a vector of semantic feature values, we would again normalize the vector to be a probability distribution. To classify, we would have to take the further step of combining the word probability distributions of all the verbs according to their respective probabilities in the normalized semantic feature vector. This distribution would then be used to compute the probability of each article. We think that this could work for generating words, to some extent. These would, however be restricted to words occurring close to the verb in text, rather than any words pertaining to the concept the verb is associated with; these words might come from anywhere in an article about the concept, in our approach. This issue would also affect the probability distributions over words associated with each verb, which are necessary for doing classification. Furthermore, we would be using one ad hoc distribution (over semantic features) to combine other ad hoc distributions (over words). Whereas this is not necessarily a problem, it should be contrasted with the straightforward process of estimating topic probabilities for each concept and word distributions for each topic and then using these by inverting the model. If this approach can be further developed, it may offer an advance over previous efforts to decode patterns of neural activation into language outputs, either letter-by-letter (Birbaumer, 2006) or word-by-word (Kellis et al., 2010), with possible clinical implications for conditions such as locked-in syndrome (Owen et al., 2006; this would require showing generalization beyond a single experiment, of course).

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
  17 in total

1.  Classifying spatial patterns of brain activity with machine learning methods: application to lie detection.

Authors:  C Davatzikos; K Ruparel; Y Fan; D G Shen; M Acharyya; J W Loughead; R C Gur; D D Langleben
Journal:  Neuroimage       Date:  2005-10-05       Impact factor: 6.556

2.  Beyond mind-reading: multi-voxel pattern analysis of fMRI data.

Authors:  Kenneth A Norman; Sean M Polyn; Greg J Detre; James V Haxby
Journal:  Trends Cogn Sci       Date:  2006-08-08       Impact factor: 20.229

3.  Inverse retinotopy: inferring the visual content of images from brain activation patterns.

Authors:  Bertrand Thirion; Edouard Duchesnay; Edward Hubbard; Jessica Dubois; Jean-Baptiste Poline; Denis Lebihan; Stanislas Dehaene
Journal:  Neuroimage       Date:  2006-10-09       Impact factor: 6.556

Review 4.  Decoding mental states from brain activity in humans.

Authors:  John-Dylan Haynes; Geraint Rees
Journal:  Nat Rev Neurosci       Date:  2006-07       Impact factor: 34.870

5.  Visual image reconstruction from human brain activity using a combination of multiscale local image decoders.

Authors:  Yoichi Miyawaki; Hajime Uchida; Okito Yamashita; Masa-aki Sato; Yusuke Morito; Hiroki C Tanabe; Norihiro Sadato; Yukiyasu Kamitani
Journal:  Neuron       Date:  2008-12-10       Impact factor: 17.173

6.  Predicting human brain activity associated with the meanings of nouns.

Authors:  Tom M Mitchell; Svetlana V Shinkareva; Andrew Carlson; Kai-Min Chang; Vicente L Malave; Robert A Mason; Marcel Adam Just
Journal:  Science       Date:  2008-05-30       Impact factor: 47.728

7.  Concreteness, imagery, and meaningfulness values for 925 nouns.

Authors:  A Paivio; J C Yuille; S A Madigan
Journal:  J Exp Psychol       Date:  1968-01

8.  A standardized set of 260 pictures: norms for name agreement, image agreement, familiarity, and visual complexity.

Authors:  J G Snodgrass; M Vanderwart
Journal:  J Exp Psychol Hum Learn       Date:  1980-03

Review 9.  Breaking the silence: brain-computer interfaces (BCI) for communication and motor control.

Authors:  Niels Birbaumer
Journal:  Psychophysiology       Date:  2006-11       Impact factor: 4.016

10.  Identifying natural images from human brain activity.

Authors:  Kendrick N Kay; Thomas Naselaris; Ryan J Prenger; Jack L Gallant
Journal:  Nature       Date:  2008-03-05       Impact factor: 49.962

View more
  13 in total

1.  Predicting the brain activation pattern associated with the propositional content of a sentence: Modeling neural representations of events and states.

Authors:  Jing Wang; Vladimir L Cherkassky; Marcel Adam Just
Journal:  Hum Brain Mapp       Date:  2017-06-27       Impact factor: 5.038

Review 2.  Recent developments in multivariate pattern analysis for functional MRI.

Authors:  Zhi Yang; Fang Fang; Xuchu Weng
Journal:  Neurosci Bull       Date:  2012-08       Impact factor: 5.203

3.  Neural representations of the concepts in simple sentences: Concept activation prediction and context effects.

Authors:  Marcel Adam Just; Jing Wang; Vladimir L Cherkassky
Journal:  Neuroimage       Date:  2017-06-17       Impact factor: 6.556

4.  Collective memory shapes the organization of individual memories in the medial prefrontal cortex.

Authors:  Pierre Gagnepain; Thomas Vallée; Serge Heiden; Matthieu Decorde; Jean-Luc Gauvain; Antoine Laurent; Carine Klein-Peschanski; Fausto Viader; Denis Peschanski; Francis Eustache
Journal:  Nat Hum Behav       Date:  2019-12-16

5.  Inferring mental states from neuroimaging data: from reverse inference to large-scale decoding.

Authors:  Russell A Poldrack
Journal:  Neuron       Date:  2011-12-08       Impact factor: 17.173

6.  Mapping between fMRI responses to movies and their natural language annotations.

Authors:  Kiran Vodrahalli; Po-Hsuan Chen; Yingyu Liang; Christopher Baldassano; Janice Chen; Esther Yong; Christopher Honey; Uri Hasson; Peter Ramadge; Kenneth A Norman; Sanjeev Arora
Journal:  Neuroimage       Date:  2017-06-23       Impact factor: 6.556

7.  Decoding semantics across fMRI sessions with different stimulus modalities: a practical MVPA study.

Authors:  Hiroyuki Akama; Brian Murphy; Li Na; Yumiko Shimizu; Massimo Poesio
Journal:  Front Neuroinform       Date:  2012-08-24       Impact factor: 4.081

8.  Using Graph Components Derived from an Associative Concept Dictionary to Predict fMRI Neural Activation Patterns that Represent the Meaning of Nouns.

Authors:  Hiroyuki Akama; Maki Miyake; Jaeyoung Jung; Brian Murphy
Journal:  PLoS One       Date:  2015-04-30       Impact factor: 3.240

Review 9.  Imaging deductive reasoning and the new paradigm.

Authors:  Mike Oaksford
Journal:  Front Hum Neurosci       Date:  2015-02-27       Impact factor: 3.169

Review 10.  Cognitive-motor brain-machine interfaces.

Authors:  Ariel Tankus; Itzhak Fried; Shy Shoham
Journal:  J Physiol Paris       Date:  2013-06-15
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.