2025 Jan 19

Back to home

predicting human brain resting states using transformers

this are some notes i put together while reading predicting human brain resting states using transformers

abstract:

the human brain is complex and a highly dynamic system. our current understanding of its functional mechanisms is still very limited.

we can use functional magnetic resonance imaging (fMRI) to analyze blood oxygen level-dependent (BOLD) changes, reflecting neural activity to infer brain states and dynamics.

the paper explores the possibility of the use of transformers to predict human brain resting states based on the large-scale high-quality fMRI data from the human connectome project (HCP). the HCP is a research initiative aimed at mapping the neural connections of the human brain.

intro:

what is fMRI?

it is a widely used non-invasive and in-vivo technique to observe whole brain dynamics spatially at the meso-scale and temporally at the second scale.

the meso-scale refers to an intermediate level of detail in spatial resolution, capturing clusters of neurons or specific functional areas. not down to individual neurons or synapses. it's a middle ground between very fine (microscopic) and very broad (macroscopic) levels of detail.

the second scale refers to the temporal resolution of fMRI, meaning that it can capture changes in brain activity over periods of seconds. while fMRI cannot provide millisecond-level precision like some other methods (e.g., EEG), it is well-suited for observing slower dynamics, such as blood flow changes related to neural activity.

why predict brain states?

why use transformers?

given the ability of transformers to find long-distance relationships between data tokens (in our case, brain states) grounded in correlations and with links to graph theory, self-attention-based architectures could have the ability to learn patterns from sequential brain activity and predict the upcoming brain states.

methods:

data preprocessing:

model architecture:

training:

evaluation:

results and discussion:

results provide strong evidence that the transformer model effectively learned and leveraged the temporal dependencies present in the fMRI time series.

overall, results of the time series prediction show that future brain states of around 5.04s can be accurately predicted using a short fMRI sequence of only 21.6s.

conclusion:

the results demonstrated that this method could actually learn the temporal dependencies of brain states over time and accurately predict approximately 5.04s based on 21.6s of fMRI data.

this shows the possibility of using a short fMRI segment for future brain state prediction.

Back to home