Skip to main content

Temporally intermittent communities in brain fMRI correlation networks

Abstract

It is widely agreed that the human brain is organized as a system of segregated modules that reside in separate regions and, through coordinated integration, support different cognitive functions. Through recent breakthroughs in modeling the activity of the brain, it has been demonstrated that each such module can participate in multiple so-called functional networks – networks of brain regions that activate in synchrony during specific types of cognition. If we model the brain as a temporal network, by representing brain regions as nodes and correlations within activity-windows at different times as links, we can formulate the task of finding functional networks as a community detection problem. In spite of this, however, relatively little attention has been given to solving this problem using recently developed techniques for temporal community detection. In this paper, as a proof-of-concept, we apply a novel technique for community detection in temporal networks to a dataset of fMRI measurements from 100 healthy subjects undertaking a working memory task with intermittent fixation (or resting-state) periods. We show that this method recovers two distinct communities that are shared between subjects: one that activates during the fixation period, and another that activates during a period associated with high cognitive load.

Introduction

Global brain activity exhibits a surprising level of organization in both space and time. The consilience of evidence from studies using various imaging technologies and computational methods establishes the existence of so-called “functional networks”: sets of brain regions that activate in synchrony and support a vast repertoire of brain functions (Gusnard and Raichle 2001; Fox et al. 2005; Park and Friston 2013). There are many well studied methods for detecting these functional networks, involving non-invasive imaging techniques such as functional magnetic resonance imaging (fMRI), electro- and magnetoencephalography (EEG and MEG). Central to these methods is the inference of synchrony between different brain regions, commonly gauged by measuring mutual information or correlation strength between time-series representing activity in separate regions. The simplest approach is to query the similarity between regions-of-interest (ROI) (Biswal et al. 1995; Lowe et al. 1998; Greicius et al. 2003; Fox et al. 2005), which are typically parcels of a predetermined segmentation of the brain into distinct regions, called a parcellation or an atlas (Jenkinson et al. 2012; Brodmann 1909; Fan et al. 2016).

A key feature of ROI-based methods is that they require a predefined parcellation of the brain as input. There are multiple limitations due to this strategy: (1) Predefined parcellations may not fit individual subject data well due to processing characteristics and population mismatch. (2) There currently exists many different, but mutually inconsistent, atlases (Bohland et al. 2009). (3) A researcher must make a design decision about which parcellation to use, a choice which can severely impact the results. To remedy these limitations, various unsupervised parcellation methods exist, based on – but not limited to – mixture models, k-means clustering, hierarchical clustering, spectral clustering, principal component analysis (PCA) and independent component analysis (ICA) (Thirion et al. 2014).

We employ ICA to obtain an unsupervised representation of the brains functional activity across a set of components. ICA is often used as a dimensionality reduction method before dynamic functional connectivity analysis (Allen et al. 2014; Vidaurre et al. 2017), investigating repeating patterns of time-resolved connectivity between independent components. Furthermore, ICA has previously been used to recover spatial functional networks and is used in many applications (Kiviniemi et al. 2003; McKeown et al. 1998; Beckmann et al. 2005), where some attention is given to identifying temporally fluctuating potentially overlapping functional networks (Smith et al. 2012). The domain of network neuroscience has exploited techniques from network science to uncover structure in connectomics data (Bassett and Sporns 2017). In the context of dynamical functional connectivity analysis of fMRI data, the multiplex modularity framework of Ref. (Mucha et al. 2010) has previously been used to characterize modular structure in ROI based time-resolved dynamic functional connectivity (Bassett et al. 2011; Bassett et al. 2013; Khambhati et al. 2018). However, an important limitation of this method – and to our knowledge all other methods for community detection in temporal networks – is the assumption that dependencies between individual nodes across time can be modeled as the dependence between entire layers. Real systems with multiple asynchronous concurrent events must have varying dependencies between the same layers, and by ignoring these node-level dependencies important temporal dynamics are washed out.

In this paper, we apply the novel neighborhood flow coupling (NFC) method (Aslak et al. 2018) for temporal community detection to a temporal correlation network of independent components (ICs) inferred with ICA on fMRI data (Barch et al. 2013). The temporal network is represented as a sequence of static networks, or layers, that share nodes, but have varying links depending on the inter-IC correlations that the links represent. NFC, in contrast to other methods, inter-couples layers in this temporal network based on link structure at the node-level. Specifically, the time-states of each node are coupled proportional to the similarity of their neighborhoods. This creates a large connected network which we can partition into modules, or communities, using any community detection algorithm. Here, we use Infomap (Edler and Rosvall 2014; Rosvall et al. 2009). This framework enables us to capture both the communities, which may correspond to functional networks in the brain, and their very fine-grained temporal evolution.

Results

We use a dataset from the Human Connectome Project (HCP) (Barch et al. 2013), with fMRI measurements from 100 subjects undertaking an n-back working memory task. The task consists of three experimental blocks, 2-back, 0-back and fixation, with varying cognitive load. In the 2-back condition, subjects are presented with images and are asked to press a button if it matches the image presented two instances back. In the (easier) 0-back condition, they are asked to press a button when a target image is presented. During the fixation periods, no instructions are given and subjects lie passively with eyes open in a resting-state. For each subject and experimental block, we can measure a performance accuracy as the fraction of correct button presses. The duration of an experiment is just under 5 min, and measurements are taken in 405 ticks with frequency 0.72 s.

The dataset describes activity across hundreds of thousands of voxels in each subject. To reduce noise as well as the network size defined in terms of pairwise correlations we rely on techniques for describing the brain signal using fewer components. We use independent component analysis (ICA) as a method for dimensionality reduction. Using ICA we produce a set of 50 independent components (ICs) each described as a spatial map consistent over subjects (Additional file 1: Figure S1), and an accompanying time-course of component activity. ICs are under few spatial constraints and have a whole-brain spatial distribution. In practice, however, ICs are often peaked around a smaller localized region and components rarely overlap.

We represent component activity as a temporal network, by making the abstraction that ICs of the brain are physical nodes i, and correlations between their time-courses within a window are links at times α such that all intra-layer links are represented by adjacency matrices \(W_{ij}^{\alpha }\). We use a sliding window of size w=25 (each time-step is 0.72 s). Thus, the 405 original time-ticks in the data results in a temporal networks of 381 layers. Figure 1 gives a schematic overview of the experimental design and the processing procedures. Note that we use a fairly short window for correlating time-courses compared to what is recommended in the resting-state dynamic functional connectivity literature (Leonardi and Van De Ville 2015; Zalesky and Breakspear 2015). This is necessary, as the window-duration must remain shorter than the time-scale of the two tasks and fixation periods, since, if the window exceeds this time-scale, we cannot compare the temporal dynamics of communities to the experiment design. There is, however, evidence from task-based fMRI studies showing that shorter window-lengths have the necessary stability to detect changes in ongoing cognition (Gonzalez-Castillo et al. 2015). The inter-layer adjacency matrix \(D_{i}^{\alpha \beta }\) that connects states at times α and β of each physical node i is inferred with neighborhood flow coupling (NFC) (Aslak et al. 2018). In brief, NFC couples temporal states of each physical node by a strength that is proportional to the neighborhood similarities of each state-pair. If at two separate times a node has similar neighborhoods, there will be a strong link between those two time-states of the node. Consequently, time-intermittent communities (communities that repeatedly disappear and re-appear) will have many strong links between them because, at each recurrence, the member nodes have similar neighborhoods. Thus, inferring the inter-layer adjacency matrix \(D_{i}^{\alpha \beta }\) using NFC creates a temporal network that, when used as input to a community detection algorithm, can reveal intermittent communities.

Fig. 1
figure 1

Experimental design. a Schematic illustration of the order in which subjects undertake memory tasks during the experiment. We apply the same smoothing procedure to this illustration and the data. (1) The initial order of tasks and fixation (405 ticks). (2) The fMRI method measures blood oxidation rather than the actual neural activity, which offsets the measurement. To offset the sequence by the same amount we convolve it with the hemodynamic response function (Glover 1999) (see (b)). (3) We apply a mean filter of width w=25 across the sequence. The final sequence is of length 381 ticks

We use the Infomap algorithm for community detection (Rosvall et al. 2009) which, in brief, partitions a network into modules that have maximal flow within them. Infomap minimizes a cost function called the Map Equation, which is an analytical lower bound on the per-step description length of a random walker on the network given a partition of nodes into modules. On an abstract level, it considers the network as substrate for information flow, which by analogy suits our current application well. We use the software implementation of Infomap which has built-in support for NFC (Edler and Rosvall 2014).

We find communities that are shared across subjects

One way that we can search for communities which–if they exist–are guaranteed to be universal across subjects, is to time-concatenate the networks of multiple subjects to build a larger temporal network and then find a single community detection solution. This strategy enables a functional network which activates in multiple different subjects, to be detected as a single community.

We start by performing this analysis for the ten subjects with the highest 2-back task performance accuracy, and find two highly distinct communities (Fig. 2). One community (here, community 1) appears regularly during fixation for nearly all subjects. Another, larger, community (community 0) seems to activate during task performance and turn off completely during fixation for most subjects. Communities 0 and 1 are, while not entirely disjoint, distinctly different, both in their component distributions and in their temporal activity series, where they exclude each other for many subjects (Fig. 2c). The community detection method does find more communities, but none that are very large and regular across subjects or otherwise distinguishable from noise. In Additional file 2: Figure S2 we display communities 2 and 3 to support this insight. Furthermore, since Infomap indexes communities by descending size, it is highly unlikely that any of the remaining smaller communities contain signal.

Fig. 2
figure 2

Temporal communities of 10 “best” performers concatenated. a Two largest communities in the subject-concatenated network, reshaped with one subject per row to enable comparison of temporal profiles. Each row pertains to an individual subject and visualizes the temporal dynamics of the community as a white strip of varying height. The background color illustrates the task order (see Fig. 1 legend). Notice that the task order deviates for subject 96. b Inter-subject correlation of temporal activity for the two largest communities. Mean correlations (not including diagonal of ones) are 0.33 and 0.41 respectively. c Component distributions. See Additional file 1: Figure S1 for component brain maps

Next, we perform the same analysis on the ten subjects with the lowest 2-back task accuracy, and find that both communities 0 and 1 are recovered with largely the same component profiles (Additional file 3: Figure S3). For community 0 it appears that the time activity series is less modulated by the course of the experiment. Similarly, we perform the analysis on all 100 subjects and recover again communities 0 and 1 with almost identical component distributions (Additional file 2: Figure S2). This repeated detection of communities 0 and 1 strongly suggests that, for the chosen parameter set (see “Materials and methods” section for discussion on parameters), these communities are non-random and prominent in our population.

Task-synchrony reveals two prominent functional networks

From visual inspection of Fig. 2a, it is clear that the activity patterns of communities 0 and 1 are modulated by the experimental tasks that subjects undertake. We now quantify this correlation. Using the community detection solution obtained from all 100 subjects together (Additional file 2: Figure S2), we gauge the level of synchrony between communities and tasks. For a given subject, we measure synchrony between a community and a task as the Pearson correlation between the community’s activity level over time and a vector representing when a task is being undertaken (specifically, the proportion of a given task inside each time-window, see Fig. 1a3). We plot the distribution of community-task synchrony within the population for each combination of task (fixation, 2-back and 0-back) and community (0 and 1). We also scatter-plot synchrony values against the task performance accuracies to investigate if they co-vary. Synchronies that are insignificant after multiple comparisons correction (100 hypotheses) are rendered in gray.

We observe that, for almost all subjects, community 1 is in strong positive synchrony with the fixation period, while community 0 is in strong negative synchrony with the fixation period (Fig. 3a-b). The exact opposite is observed for the 2-back task, where we find that most subjects activate community 0 and shut down community 1 (Fig. 3c-d). Interestingly, there is no such trend in the synchrony distributions for the 0-back task, revealing that community 0 is not a general task-related community, but strictly a 2-back-task related community.

Fig. 3
figure 3

Task performance versus community-task synchrony. Gray regions represent insignificant synchrony (measured as Pearson correlation) between tasks and communities after multiple comparisons correction (100 hypotheses). First-axis values in (c-f) are task performance accuracies of the respective task, while the average of 0-back and 2-back is used (a-b). In no case does task performance correlate significantly with community-task synchrony (6 hypotheses)

We plot the community-task synchrony values for each subject against their task performance accuracy score (recall: fraction of correct presses) and measure the Pearson correlation between these – since it is reasonable to hypothesize that if a community represents brain activity related to a specific task, then the performance accuracy of that task should modulate the dynamics of the community. However, we measure no significant correlations between task performance accuracy and community-task synchrony. Finally, as a way to correct for individual subject ability, we test the relation between performance gain (2-back performance divided by 0-back performance) and synchrony, yet find that it is not significant.

In reviewing the core components of communities 0 and 1, we found a good correspondence when matching them against brain domains that are known to activate during working memory and default mode function, respectively. Both community 0 (working memory) and community 1 (default mode) have components that together cover the regions known to activate in their associated systems. At the same time they also have a number of core components that are not associated with these, especially ones located in the occipital lobe. We perform the matching using the Neurosynth software (Yarkoni et al. 2011; Yarkoni 2011). In Additional file 4: Figure S4, we visualize the core components that best match active regions in their associated activation maps, next to the relevant z-axis slices of those maps.

Conclusion & discussion

By modeling the dynamic dependencies between brain regions in fMRI data, using a temporal network, and inferring inter-temporal dependencies in that network using the NFC principle, we are able to detect two salient and distinctly characteristic communities. The communities are shared across subjects, and for most subjects the communities are strongly modulated by the experimental conditions of the task. The first community primarily activates during the 2-back condition – and importantly not the 0-back condition – while the second activates during the fixation periods.

We do not find any significant correlations between the subjects’ task performance accuracies and the extent to which they activate certain communities in synchrony with specific tasks. This is something we might have expected to be the case as it is reasonable to hypothesize that when a task is being performed poorly, the associated community activates less in synchrony with that task. A possible explanation for this is that the variation in task performance accuracy is small (almost everyone gets at least 60% right), and that even performing above some of the lowest scores requires significant engagement.

The overall method we present entails two steps, first constructing a temporal network and second clustering it. Together this yields five important hyper-parameters which impact the results: In the first step we (1) fix the edge density of the temporal network, and increasing this yields denser networks which in turn encode more of the weak component correlations as links. (2) We choose a threshold for component activation. Lowering this allows links between nodes representing less activated components. (3) We choose the length of the window inside which we measure correlations between components over time. Shortening this window increases the time-resolution but destabilizes the link dynamics of the temporal network. Note also, that we could have chosen a different measure of similarity rather than the Pearson correlation. In the second step, when performing community detection using NFC with Infomap, we must (4) choose a relax rate which encodes how freely information can flow between layers of time. Lowering the relax rate yields communities that are more constrained in time. (5) Finally, we set a neighborhood similarity threshold, below which inter-temporal links connecting states of each node are removed. Choosing a high threshold restricts information to only flow between temporal states that are highly similar, which yields communities with very well-defined component profiles.

In this proof-of-concept work, we do not set model parameters randomly, but instead sample a large number of solutions for different parameters and choose the set that, based on our qualitative assessment, gives the best results. However, it is clear that future work should include a more rigorous hyper-parameter tuning protocol. There are a two challenges in this regard, the most severe being to choose a cost function since community detection is an unsupervised method and thus difficult to quantitatively evaluate. Second, each evaluation step is slow (minutes) and with five hyper-parameters the search space is large, thus it may be necessary to employ specialized gradient-free techniques for sampling parameters. Our approach, with the chosen parameters, only recovers two communities that are repeatedly detected across different runs and population sizes, i.e. 10 and 100 subjects. It is reasonable to suppose that a better approach could render the modular structure of the temporal network in finer detail. In the current paper, it was, however, not our intention to give the best solution, but merely to demonstrate that a solution with this approach is feasible.

Finally, although computationally impractical, we would ideally want to perform the current analysis entirely without the initial dimensionality reduction step, as it puts a hard bound on the granularity of our results. Future work building on this paper should, therefore, consider using more fine-grained techniques for segmenting the brain into parcels or components.

Materials and methods

Dataset

We obtain the dataset from the Human Connectome Project (HCP) (Barch et al. 2013). It originally comprises fMRI measurements for 1200 subjects with various tasks and resting-state data that all are repeated twice (in two separate phase encodings). In this paper, we only use the second run of the first 100 subjects. We analyze the n-back task designed originally to study working memory. Subjects are presented with images and are asked to press a button if it matches the image presented two instances back (2-back condition). Furthermore, they are asked in another experiment block to press when a target image is presented (0-back). Finally, there are periods of rest with no explicit task (fixation). The duration of an experiment is just under 5 min. For each subject, measurements are taken in 405 ticks with frequency 0.72 s.

ICA

We apply a group independent component analysis (ICA) (Calhoun et al. 2001; Varoquaux et al. 2010) to extract 50 spatially independent components using the nilearn Python library (Abraham et al. 2014). In group (spatial) ICA, subjects data are concatenated in time such that we end up with a matrix of size #voxels×#timepoints·#subjects·#runs. This is then first reduced using PCA to 50 components, and the spatial maps rotated according to some independence criterion to make them as spatially independent as possible. In our case, we used the cubic-approximation to the negative entropy, which is the default in nilearn. The ICA algorithm is run on the first 100 subjects in the data repository using both runs of the experiment. Preprocessing includes spatial smoothing (FWHM 6 mm) and high-pass filtering at 0.008 Hz. The ICA algorithm (fastICA (Hyvarinen 1999)) is restarted 10 times and the best solution is chosen using the cost-function as a measure-of-fit. We finally rank the components by their temporal consistency over subjects. This is done by calculating for each component separately the temporal correlation between all pairs of subjects, then taking the average and ranking components in descending order. One component is removed due to a large overlap with regions associated with cerebrospinal fluid.

Component activations are first standardized such that the distribution of activities in each component over time was centered at 0 with standard deviation 1, then rescaled to [0,1].

Temporal networks

We define a link between two components to be the correlation between their activity within a window of time, w. While comparing at each instant of time is meaningful for creating temporal networks from time-series in other datasets, fMRI measurements are too noisy for this. As discussed in the “Results” section, we choose the window-duration w=25, and the window then slides one tick at a time, thus for T=405 timesteps the resulting number of time-windows after this procedure is 381=405+1−25. When high-pass filtering the fMRI signal at 0.008 Hz this time-window is short enough to induce spurious correlations between components (Leonardi and Van De Ville 2015; Zalesky and Breakspear 2015), and we, therefore, threshold away components that are not activated slightly above the mean (specifically 0.6). Moreover, for each subject we choose the top 1% links with highest positive correlation coefficient out of all possible links in the network, such that link density is consistent across subjects. Since we concatenate subjects in time and perform community detection on this new larger network, a constant density is necessary as subject variation would otherwise be interpreted by the model as temporal variation.

Community detection

We use Infomap with the Neighborhood Flow Coupling (NFC) method (Aslak et al. 2018) for community detection in our temporal networks. NFC infers dependencies across time between states of each node based on their neighborhood similarity and embeds inter-temporal links in the network proportional to these. Infomap minimizes the per-step description length of a random walker on the network, lower-bound by the Map Equation, by finding modules and submodules that capture large amounts of flow (Rosvall et al. 2009). This method takes two important hyperparameters: First, one has to choose the relax rate (we use 0.5), which describes how frequently the walker can transition between layer. A high relax rate leads to large amounts of flow across time, which gives rise to large communities that span many time-layers. With this dataset, we find that all nodes are classified as being in the same community when the relax rate is too high. Second, one has to choose a similarity threshold for connecting sibling-nodes across time, above which interlayer links may be created (we use 0.75). A low threshold allows two states of a node, residing in different temporal layers, to have an interlayer link that connects them even when they only have weakly similar neighborhoods. Reversely, a high threshold sets a high requirement for neighborhood similarity for interlayer links to be created. In this data, a too high threshold yields communities that are only detected when the few nodes that make them up are linked. These communities in turn share many nodes but have different labels. Low thresholds create the opposite problem, which is that only few communities with very broad component profiles are detected.

In this work, we do not search for parameters in any rigorous way, but simply sample a large number of solutions and choose a corresponding parameter set that gives meaningful results. There are two reasons for this. First, we cannot easily define a good objective function for an optimization program, since community detection is an unsupervised problem. Second, the primary purpose of this study is to demonstrate the feasibility of using the described temporal community detection framework on fMRI data. To this end, we do not strictly need the optimal parameter set, but only a set of parameters that serves our point.

Statistical methods

Across all statistical tests, a significance level of 0.05 is used. We use the Bonferroni method for all multiple comparisons corrections.

Availability of data and materials

Data were provided [in part] by the Human Connectome Project, WU-Minn Consortium (Principal Investigators: David Van Essen and Kamil Ugurbil; 1U54MH091657) funded by the 16 NIH Institutes and Centers that support the NIH Blueprint for Neuroscience Research; and by the McDonnell Center for Systems Neuroscience at Washington University. Data available at Ref. (The Human Connectome Project 2009). Infomap and the implementation of NFC is available at Ref. (Edler and Rosvall 2014).

References

  • Abraham, A, Pedregosa F, Eickenberg M, Gervais P, Mueller A, Kossaifi J, Gramfort A, Thirion B, Varoquaux G (2014) Machine learning for neuroimaging with scikit-learn. Front Neuroinformatics 8:14.

    Article  Google Scholar 

  • Allen, EA, Damaraju E, Plis SM, Erhardt EB, Eichele T, Calhoun VD (2014) Tracking whole-brain connectivity dynamics in the resting state. Cereb Cortex 24(3):663–676.

    Article  Google Scholar 

  • Aslak, U, Rosvall M, Lehmann S (2018) Constrained information flows in temporal networks reveal intermittent communities. Phys Rev E 97(6):062312.

    Article  Google Scholar 

  • Barch, DM, Burgess GC, Harms MP, Petersen SE, Schlaggar BL, Corbetta M, Glasser MF, Curtiss S, Dixit S, Feldt C, et al. (2013) Function in the human connectome: task-fmri and individual differences in behavior. Neuroimage 80:169–189.

    Article  Google Scholar 

  • Bassett, DS, Porter MA, Wymbs NF, Grafton ST, Carlson JM, Mucha PJ (2013) Robust detection of dynamic community structure in networks. Chaos Interdiscip J Nonlinear Sci 23(1):013142.

    Article  MathSciNet  Google Scholar 

  • Bassett, DS, Sporns O (2017) Network neuroscience. Nat Neurosci 20(3):353.

    Article  Google Scholar 

  • Bassett, DS, Wymbs NF, Porter MA, Mucha PJ, Carlson JM, Grafton ST (2011) Dynamic reconfiguration of human brain networks during learning. Proc Natl Acad Sci 108(18):7641–7646.

    Article  Google Scholar 

  • Beckmann, CF, DeLuca M, Devlin JT, Smith SM (2005) Investigations into resting-state connectivity using independent component analysis. Philos Trans R Soc Lond B Biol Sci 360(1457):1001–1013.

    Article  Google Scholar 

  • Biswal, B, Zerrin Yetkin F, Haughton VM, Hyde JS (1995) Functional connectivity in the motor cortex of resting human brain using echo-planar mri. Magn Reson Med 34(4):537–541.

    Article  Google Scholar 

  • Bohland, JW, Bokil H, Allen CB, Mitra PP (2009) The brain atlas concordance problem: quantitative comparison of anatomical parcellations. PloS ONE 4(9):7200.

    Article  Google Scholar 

  • Brodmann, K (1909) Vergleichende Lokalisationslehre der Grosshirnrinde in Ihren Prinzipien Dargestellt Auf Grund des Zellenbaues. Verlag von Johann Ambrosius Barth, Leipzig.

    Google Scholar 

  • Calhoun, VD, Adali T, Pearlson GD, Pekar J (2001) A method for making group inferences from functional mri data using independent component analysis. Hum Brain Mapp 14(3):140–151.

    Article  Google Scholar 

  • Edler, D, Rosvall M (2014) The Infomap Software Package. http://mapequation.org. Accessed Apr 2019.

  • Fan, L, Li H, Zhuo J, Zhang Y, Wang J, Chen L, Yang Z, Chu C, Xie S, Laird AR, et al. (2016) The human brainnetome atlas: a new brain atlas based on connectional architecture. Cereb Cortex 26(8):3508–3526.

    Article  Google Scholar 

  • Fox, MD, Snyder AZ, Vincent JL, Corbetta M, Van Essen DC, Raichle ME (2005) The human brain is intrinsically organized into dynamic, anticorrelated functional networks. Proc Natl Acad Sci 102(27):9673–9678.

    Article  Google Scholar 

  • Glover, GH (1999) Deconvolution of impulse response in event-related bold fmri1. Neuroimage 9(4):416–429.

    Article  Google Scholar 

  • Gonzalez-Castillo, J, Hoy CW, Handwerker DA, Robinson ME, Buchanan LC, Saad ZS, Bandettini PA (2015) Tracking ongoing cognition in individuals using brief, whole-brain functional connectivity patterns. Proc Natl Acad Sci 112(28):8762–8767.

    Article  Google Scholar 

  • Greicius, MD, Krasnow B, Reiss AL, Menon V (2003) Functional connectivity in the resting brain: a network analysis of the default mode hypothesis. Proc Natl Acad Sci 100(1):253–258.

    Article  Google Scholar 

  • Gusnard, DA, Raichle ME (2001) Searching for a baseline: functional imaging and the resting human brain. Nat Rev Neurosci 2(10):685.

    Article  Google Scholar 

  • Hyvarinen, A (1999) Fast and robust fixed-point algorithms for independent component analysis. IEEE Trans Neural Netw 10(3):626–634.

    Article  Google Scholar 

  • Jenkinson, M, Beckmann CF, Behrens TE, Woolrich MW, Smith SM (2012) Fsl. Neuroimage 62(2):782–790.

    Article  Google Scholar 

  • Khambhati, AN, Mattar MG, Wymbs NF, Grafton ST, Bassett DS (2018) Beyond modularity: Fine-scale mechanisms and rules for brain network reconfiguration. NeuroImage 166:385–399.

    Article  Google Scholar 

  • Kiviniemi, V, Kantola J-H, Jauhiainen J, Hyvärinen A, Tervonen O (2003) Independent component analysis of nondeterministic fmri signal sources. Neuroimage 19(2):253–260.

    Article  Google Scholar 

  • Leonardi, N, Van De Ville D (2015) On spurious and real fluctuations of dynamic functional connectivity during rest. Neuroimage 104:430–436.

    Article  Google Scholar 

  • Lowe, M, Mock B, Sorenson J (1998) Functional connectivity in single and multislice echoplanar imaging using resting-state fluctuations. Neuroimage 7(2):119–132.

    Article  Google Scholar 

  • McKeown, MJ, Makeig S, Brown GG, Jung T-P, Kindermann SS, Bell AJ, Sejnowski TJ (1998) Analysis of fmri data by blind separation into independent spatial components. Hum Brain Mapp 6(3):160–188.

    Article  Google Scholar 

  • Mucha, PJ, Richardson T, Macon K, Porter MA, Onnela J-P (2010) Community structure in time-dependent, multiscale, and multiplex networks. Science 328(5980):876–878.

    Article  MathSciNet  Google Scholar 

  • Park, H-J, Friston K (2013) Structural and functional brain networks: from connections to cognition. Science 342(6158):1238411.

    Article  Google Scholar 

  • Rosvall, M, Axelsson D, Bergstrom CT (2009) The map equation. Eur Phys J Spec Top 178(1):13–23.

    Article  Google Scholar 

  • Smith, SM, Miller KL, Moeller S, Xu J, Auerbach EJ, Woolrich MW, Beckmann CF, Jenkinson M, Andersson J, Glasser MF, et al. (2012) Temporally-independent functional modes of spontaneous brain activity. Proc Natl Acad Sci 109(8):3131–3136.

    Article  Google Scholar 

  • The Human Connectome Project (2009). http://www.humanconnectomeproject.org/. Accessed Apr 2019.

  • Thirion, B, Varoquaux G, Dohmatob E, Poline J-B (2014) Which fmri clustering gives good brain parcellations?Front Neurosci 8:167.

    Article  Google Scholar 

  • Van Essen, DC, Smith SM, Barch DM, Behrens TE, Yacoub E, Ugurbil K, Consortium W-MH, et al. (2013) The wu-minn human connectome project: an overview. Neuroimage 80:62–79.

    Article  Google Scholar 

  • Varoquaux, G, Sadaghiani S, Pinel P, Kleinschmidt A, Poline J-B, Thirion B (2010) A group model for stable multi-subject ica on fmri datasets. Neuroimage 51(1):288–299.

    Article  Google Scholar 

  • Vidaurre, D, Smith SM, Woolrich MW (2017) Brain network dynamics are hierarchically organized in time. Proc Natl Acad Scie 114(48):12827–12832.

    Article  Google Scholar 

  • Yarkoni, T (2011) Neurosynth. http://neurosynth.org. Accessed Apr 2019.

  • Yarkoni, T, Poldrack RA, Nichols TE, Van Essen DC, Wager TD (2011) Large-scale automated synthesis of human functional neuroimaging data. Nat Methods 8(8):665.

    Article  Google Scholar 

  • Zalesky, A, Breakspear M (2015) Towards a statistical test for functional connectivity dynamics. Neuroimage 114:466–470.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

S.L. was funded by the Danish Council for Independent Research, Grant No. 4184-00556a, and the Villum Foundation “High Resolution Networks.” The Human Connectome Project was funded by the 16 NIH Institutes and Centers that support the NIH Blueprint for Neuroscience Research; and by the McDonnell Center for Systems Neuroscience at Washington University.

Author information

Authors and Affiliations

Authors

Contributions

UA performed network analysis, produced and edited figures and was a major contributor in writing the manuscript. SFVN analysed fMRI data and extracted ICA components. MM and SL were engaged as senior advisors, contributing domain knowledge and ideas that shaped the methodology. All authors engaged in refining the manuscript, and read and approved the final version.

Corresponding author

Correspondence to Ulf Aslak.

Ethics declarations

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Additional files

Additional file 1

All ICA components. Note that IC 2 is removed from the network because it is an artifact (see “Materials and methods”section). Yellow and blue squares aside component labels indicate how frequently they participate in community 0 and 1, respectively. (PNG 751 kb)

Additional file 2

Temporal activity comparison for all 100 subjects. Identical to Fig. 2, but with a temporal network constructed from all 100 subjects. Subjects on the second axis are sorted by 2-back performance accuracy (higher on axis indicates worse performance). Refer to Fig. 1 for explanation on color coding. b Mean inter-subject correlations are 0.24, 0.39, 0.028, and 0.046, respectively. (PNG 1071 kb)

Additional file 3

Temporal communities of 10 “worst” performers concatenated. Identical to Fig. 2, but with a temporal network constructed from the ten subjects with lowest 2-back performance accuracy. Refer to Fig. 1 for explanation on color coding. b Mean inter-subject correlations are 0.13 and 0.38, respectively. (PNG 293 kb)

Additional file 4

Neuroanatomical interpretation. We match brain regions to anatomical regions using the Neurosynth (Yarkoni et al. 2011; Yarkoni 2011) software which, given a keyword, synthesizes neuroimaging data from the relevant literature into an activation map. Communities 0 and 1 contain components that correspond well to the synthesized activation maps for keywords “working memory” and “default mode”, respectively. a Community 0, component 6 is situated in the dorsolateral prefrontal cortex, its component 7 is distributed both in the parietal lobe and the intraperietal sulcus, and there is furthermore some activity in the anterior insula through component 21. b Community 1 component 11 is centered on the posterior cingulate cortex, 13 and 15 are both in the medial prefrontal cortex region and 16 is located in the angular gyrus. Each set of components cover quite well the regions that together make up their associated activation maps. At the same time, the communities also include core components that are not typically active in the associated systems. Notably, there are many active components situated in the occipital lobe which do not map to regions commonly associated with either working memory or default mode function. See Additional file 1: Figure S1 for component maps. (PNG 899 kb)

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Aslak, U., Nielsen, S.F.V., Mørup, M. et al. Temporally intermittent communities in brain fMRI correlation networks. Appl Netw Sci 4, 65 (2019). https://doi.org/10.1007/s41109-019-0178-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1007/s41109-019-0178-4

Keywords