Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2023 Nov 1.
Published in final edited form as: Trends Cogn Sci. 2023 Sep 14;27(11):1068–1084. doi: 10.1016/j.tics.2023.08.009

Living on the edge: network neuroscience beyond nodes

Richard F Betzel 1,2,3,4,*,@, Joshua Faskowitz 5, Olaf Sporns 1,2,3,4
PMCID: PMC10592364  NIHMSID: NIHMS1926543  PMID: 37716895

Abstract

Network neuroscience has emphasized the connectional properties of neural elements – cells, populations, and regions. This has come at the expense of the anatomical and functional connections that link these elements to one another. A new perspective – namely one that emphasizes 'edges' – may prove fruitful in addressing outstanding questions in network neuroscience. We highlight one recently proposed 'edge-centric' method and review its current applications, merits, and limitations. We also seek to establish conceptual and mathematical links between this method and previously proposed approaches in the network science and neuroimaging literature. We conclude by presenting several avenues for future work to extend and refine existing edge-centric analysis.

Network neuroscience beyond nodes

Considerable effort has been expended in mapping brain connectivity across spatiotemporal scales [14]. Connectivity patterns can be represented as a network composed of nodes and edges corresponding to neural elements – cells, populations, and areas – and their functional and anatomical connections, respectively [5].

Most analyses of brain networks have focused on nodes, and have quantified their degree, centrality, or communities. This parallels a rich history of 'brain mapping' wherein neural elements are annotated with their cytoarchitectural, functional, and neurochemical properties [6,7]. There are many reasons why this 'node-centric' emphasis may be warranted. First, it mirrors at least a century of empirical observations demonstrating that nodes constitute the fundamental unit of processing/computation, whereas edges relay the results of computations. Second, it offers a natural way to decompose the brain into functionally specialized units, thereby facilitating fundamental discoveries concerning brain organization [811] while reifying well-established neuroscientific concepts [12].

Nonetheless, two decades of sustained effort based on node-centric models have left numerous questions unanswered. How does system-level architecture emerge from time-varying fluctuations in activity/connectivity? To what extent are systems overlapping or distinct? What are the origins of brain 'fingerprints?' How might they be capitalized upon to improve brain-based phenotyping?

Efforts to address these questions may benefit from a shift in perspective. One possibility is to consider higher-order network structure (see Glossary) – where structure is quantified by using hypergraphs, simplicial complexes, or multivariate information theory. Alternatively, we may shift focus onto modeling frameworks that are compatible with existing data structures and retain familiar and neurobiologically informed conventions/definitions such as structural connectivity and functional connectivity (FC), while extending the concept of connectivity to higher dimensions. This framework can be considered to be 'edge-centric' in that it characterizes interactions between the edges of a network rather than its nodes (Box 1). It yields two useful constructs: (i) edge time-series as an instantaneous estimate of edge weight, and (ii) edge FC as the similarity matrix between all pairs of edges. In this review we cover the procedure for constructing both aspects, review the growing list of findings made using edge-centric networks, and discuss their future applications and extensions as well as potential limitations.

Box 1. Node- versus edge-centric networks.

Every network is made up of nodes and edges – the elements of a system and their pairwise interactions. However, the precise definition of these components is usually left to the researcher. This is an important decision in any network analysis because node and edge definitions shape the structure of a network and help to determine exactly what insights we might glean by studying it [139].

In neuroscience, defining nodes and edges usually means choosing whether to model connectivity at the level of voxels or parcels (fine versus coarse scale) and choosing a connection modality and an appropriate measure for assessing the presence/absence and weight of interactions (structural vs functional connections; streamline count or microstructural properties in the case of structure; correlation, coherence, phase-based measures, or information-theoretic measures in the case of function).

In addition, another dimension to consider when defining a network is the order of interactions. In most networks, edges link pairs of nodes to one another. On the other hand, higher-order networks consider edges that link groups of nodes to other groups. In general, the size of these groups is unbounded (up to the number of nodes in the network). When those groups are defined as dyads (edges), then the network model may be considered to be 'edge-centric' in that each group constitutes a network edge. Note that we recover the traditional 'node-centric' network when the groups are defined to be individual nodes.

In the same way as the choice of parcellation or connectivity metric impacts on the structure of a network, the decision to focus on higher-order interactions can yield unique insights. A growing suite of approaches are available for studying higher-order interactions in networks generally [110,113], and other approaches have been specifically developed for brain network data [24,108,109]. As more studies use these approaches, the precise contributions of higher-order networks and their role in neuroscience for understanding brain organization and function will become clearer.

Edge-centric networks

Constructing 'classical' edge-centric networks

The network science literature is replete with approaches for constructing edge-centric networks. The two best-known are the so-called link similarity and line graph approaches (Figure 1AC) [13,14].

Figure 1. Transformations of node-centric networks into higher-order edge networks.

Figure 1.

(A) Toy network of nine nodes. Node-centric and edge-centric analyses differ in that they consider interconnections among nodes (gray circles) or edges (red squares). Edge-centric analyses assign weights between pairs of edges. The 'link similarity' method considers pairs of edges with shared stubs. The weight of the connection between two edges is defined as the normalized overlap of the neighbors of the unpaired stubs. In (B) we show an example using edges {2,3} and {2,4}. These edges have node 2 in common, leaving nodes 3 and 4 as unpaired stubs. The weight of the connection between edges {2,3} and {2,4} is calculated as the Jaccard index of the neighbors of nodes 3 and 4. Another way to transform a node-level network into an edge-level network is through a line graph (panel C). This procedure involves representing the node-level connectivity as an incidence matrix. The rows and columns of an incidence matrix correspond to edges and nodes, respectively. A line graph is calculated by taking the product of the incidence matrix with itself, transposed. Edges are linked to one another if they share a stub node. (D) Community detection algorithms typically assign nodes to non-overlapping communities. When the same algorithms are applied to edge-centric networks, they assign edges to non-overlapping communities. Edge communities can be projected onto nodes, thus affiliating nodes with multiple communities. (E) Recent work has focused on analogous approaches for time-series data. Edge time-series are calculated as the product of z-scored nodal time-series. Edge connectivity measures the similarity between pairs of edge time-series.

Both transform a Nnodes×Nnodes connectivity matrix, WN, into a Nedges×Nedges matrix, WE, whose elements encode the strength of association between the edges of WN. In the case of link similarity, edges that share 'stubs' – the two nodes linked by a given edge – are associated with one another based on the normalized overlap of their 'unmatched stubs' connectivity profiles (Figure 1B). This procedure is repeated for all pairs of edges, resulting in a 'link similarity matrix' whose rows and columns correspond to edges in the original network. Line graphs are constructed by representing WN as an incidence matrix, H (Figure 1C). Rows in H correspond to edges and contain entries of zero except for the columns corresponding to nodes joined by a given edge. The product HHT generates a 'line graph', WE, where edges are connected to one another if they have a shared stub.

The matrices generated using these methods are edge-centric in the sense that the units of interest – the nodes in WE – correspond to edges in WN. Edge-centric networks can be treated identically to node-centric networks, although they possess some unique advantages. Local measures in WE are mapped to edges in WN. This has been especially useful in community detection – the algorithmic partitioning of networks into subnetworks [1518]. When applied to WE, each edge is assigned to a non-overlapping community. However, edge communities can be projected onto nodes, allowing for overlapping nodal communities (Figure 1D).

Edge-centric networks for time-series data

Although edge-centric methods have existed for over a decade, applications to brain network data have been limited [19,20]. Existing methods are memory-intensive and operate on sparse networks with positive edge weights, thus exposing a tension with network neuroscience where FC is typically defined as fully weighted and signed.

How might we generate an edge-centric network that captures the spirit of line graphs/link similarity but is also self-consistent with established methods for defining node-centric brain networks? One approach is to temporally 'unwrap' FC (Box 2). This procedure results in a cofluctuation time-series rxy=xz1yz1,xzTyzT for every pair of nodes {X,Y}. The variable Xzt represents the value of the z-scored time-series for node X at time t.

Box 2. Deriving edge time-series and edge functional connectivity.

How might we generate an edge-centric network that not only captures the spirit of line graphs/link similarity but is also compatible with neural time-series data and self-consistent with established methods for defining node-centric brain networks? Consider, for a moment, a single functional connection. Although there are many measures for estimating its weight, in the human neuroimaging literature, functional connectivity (FC) is usually defined as the bivariate product–moment correlation. Given the activity time-series, X=[X1,,XT] and Y=[Y1,,YT] of two nodes (Figure 1D), the procedure for calculating their correlation is straightforward:

  1. z-Score each variable as: xz=xμxσx and yz=yμyσy, where μx and σx are the sample mean and standard deviation of x.

  2. Calculate the element-wise product: xzyz=xz1yz1,,xzTyzT

  3. Sum and normalize to obtain the correlation coefficient: rxy=1T1txztyzt

Suppose, however, that we were to omit that final summation step. Doing so means losing the correlation coefficient and the estimate of FC. However, from (the absence of) this operation, we obtain a new construct: the cofluctuation or edge time-series rxyt=xz1yz1,,xzTyzT. The elements in this time-series index instantaneous cofluctuations between nodes X and Y. The time t tells us when that cofluctuation occurs, the quantity |rxyt| tells us the amplitude of the cofluctuation, and the sign(rXY(t)) tells us the valence of the cofluctuation (whether X and Y are fluctuating in the same direction or not).

Instead of focusing on a single pair of nodes (an edge), we can calculate the cofluctuation time-series for all pairs, resulting in a matrix, E, with dimensions Nframes×Nedges. Using this set of time-series, we can calculate an edge-centric network analogously to how we calculate node-centric FC. That is, given the time-series rXY=[rXY(1),,rXY(T)] and ruv=[ruv(1),,ruv(T)], we can estimate their similarity as:

eFCxy,uv=trxytruvttrxyttruvt

Given its structural similarity to (node-centric) FC, we refer to this construct as 'edge functional connectivity' (eFC). The eFC matrix, however, is much larger than its node-centric counterpart and has dimensions of Nedges×Nedges. Unlike link similarity and line graph matrices, eFC is fully weighted and signed, preserving this other essential feature of nodal FC. Notably, earlier studies have proposed analogous constructs [129,140142], although these studies used sliding-windows tvFC to estimate tvFC, and therefore exhibit reduced temporal resolution.

rXYt carries temporally resolved information about the weight of edge {X,Y} and can be interpreted as a measure of time-varying functional connectivity (tvFC). Sliding-window connectivity is the most popular method for estimating tvFC. Briefly, and in its most generic form, this method centers a window of length W on frame t, such that the W2 preceding and following frames all fall within the window. Then, using only those observations, FC is estimated between all pairs of nodes. The window is advanced a fixed number of frames (often by only a single frame, such that adjacent windows have W1 frames in common), and the procedure repeated. Doing so for all timepoints yields a series of temporally resolved connectivity matrices [2123]. Note that this procedure requires the user to specify parameter values for the window length, the shape of the window (e.g., boxcar, Gaussian, exponential), and the amount of overlap between successive windows. Unlike these window-based approaches, estimating edge time-series (eTS) is parameter-free and requires no windowing.

One can estimate eTS for every unique edge, resulting in a matrix with dimensions Nedges×Nframes. Using this set of time-series, we can derive an edge-centric network based on the similarity of eTSs to one another (Box 2). Given its structural similarity to FC, we refer to this construct as edge functional connectivity (eFC) [24]. The eFC matrix is much larger than its node-centric counterpart, with dimensions of Nedges×Nedges, and is fully weighted and signed.

The first study to investigate eFC analyzed fMRI data from three cohorts [24]. The authors found that, like classic FC [25], eFC matrices stabilized given sufficient samples and exhibited high levels of subject specificity, thus enhancing identifiability beyond the levels obtained using nodal FC [26]. The authors also reported that the eFC was state-dependent because it dissociated resting-state from movie-watching data.

The most interesting feature of eFC is its community structure [24,27,28], which refers to the algorithmic partitioning of the elements of a network into meaningful subnetworks [29]. When projected onto nodes, edge communities result in overlapping communities. Although this property is not uncommon across community detection algorithms [3033], it remains rare in network neuroscience where modularity maximization and Infomap are field standards [15,16]. Those approaches continue to be used for delineating boundaries between 'canonical' brain systems [9,34,35]. However, when combined with a functionally evocative naming convention – for example, labels such as 'visual community' or 'somatomotor module' – this can falsely give the impression that the boundaries of a community completely circumscribe all territories associated with its named function and, conversely, that the community itself performs only a single or narrow range of functions [36]. Moreover, the reliance on hard partitions tends to overstate the degree of functional specialization and understate the need to reconfigure or break modular boundaries in the service of integrated brain function [3739]. Network models that capture the overlap between competing sets of communities can naturally capture this important aspect of functional organization.

What are the topographic profiles of edge communities? Broadly, they resemble those reported using classical techniques [8,9,34]. However, the extent to which nodes participate in edge communities is graded, analogously to spatial independent component analysis (ICA) maps [40]. That is, edge communities 'draw in' other collections of nodes to well-known large-scale networks, forming new integrated constructs (Figure 2). A particularly salient example is the default mode network edge community whose topography closely resembles that of the canonical network, but only weakly incorporates nodes from sensorimotor systems [24]. In this way, we can think of the edge communities as a refinement of traditional node-level communities. Nodal communities are an excellent zero-order approximation that captures the strongest and most salient aspects of the community structure of the brain. However, they miss out on fine-scale structure, including partial community affiliations, which can be captured by edge communities which allow for overlap.

Figure 2. Edge communities and node entropy.

Figure 2.

Edge time-series (A) are correlated with one another and can be used to calculate an edge functional connectivity (eFC) matrix (B). This matrix can be clustered using the usual matrix-clustering algorithms. Alternatively, the edge time-series can be clustered directly. In either case, we obtain cluster assignments in which each edge is affiliated with a single cluster. In panel (C) we show the eFC matrix reordered by community/cluster labels. The labels are assigned at the level of edges and can be visualized by assigning edges in a Nedges×Nedges matrix to the corresponding edge community label (D). (E) To project edge communities onto individual nodes, we calculate the fraction of node edges that are associated with each of the clusters. The result is a pseudo-continuous measure of nodal affiliation with each cluster. (F) The degree of overlap of each node can be quantified by calculating its entropy. Nodes that maintain strong affiliations to few clusters will tend to have low entropy (the blue cells at the bottom of the vector). Nodes that are affiliated equally with many clusters tend to have higher levels of entropy (the orange cells towards the top and middle of the vector). In panels (G) and (H) we contrast non-overlapping communities with overlapping communities obtained using edge-centric approaches. Panel (G) depicts 'canonical' system labels from Yeo et al. [8]. In panel (H) we show examples of edge communities projected onto nodes. Nodes can have partial affiliation with a given community and be affiliated with multiple communities. Abbreviations: Cont, control network; DMN, default mode network; SMN, somatomotor network; Vis, visual network. Panels (G) and (H) were adapted, with permission, from [27,90].

The extent of community overlap varies across the brain and can be quantified using a normalized entropy measure [24]. Surprisingly, the highest levels of overlap were concentrated within sensorimotor and attentional systems, and association networks exhibited reduced entropy. This pattern contrasts with the extant literature where measures such as participation coefficient and other measures of community overlap have implicated association cortices as having the greatest level of overlap [41,42].

eTS as an estimate of tvFC

Estimating eFC creates 'edge time-series' as an intermediate construct. One of the most useful properties of eTS is as an estimator of tvFC [43,44]. The earliest tvFC studies used sliding windows to obtain 'dynamic' estimates of interregional correlation/coherence [38,45,46]. Although popular, this approach has drawbacks, including poor temporal localizability and the need to specify multiple parameters.

eTS helps to address localizability concerns. Calculating eTS for all edges results in a Nedges×Nframes matrix (Figure 3A, top). The columns of this matrix index cofluctuation values for all edges at a given time. These values can be rearranged to form the upper triangle of a Nnodes×Nnodes matrix (Figure 3A, bottom), yielding a temporally resolved estimate of whole-brain cofluctuations. Unlike sliding-window methods, eTS are estimated without parameterization or windows. Indeed, eTS is only modestly associated with sliding-window tvFC [47]. We note that this correspondence improves up to a point as window size decreases and sliding-window estimates approach the single-frame timescale of eTS. However, for very small window sizes, the correlation estimates obtained from the sliding-window technique become highly uncertain and the correspondence decreases.

Figure 3. Decomposing functional connectivity (FC) with edge time-series.

Figure 3.

(A) Edge time-series matrix (top). Rows correspond to edges and columns correspond to moments in time. The global amplitude of each frame is defined as the root mean square (RMS) of all cofluctuation values of all edges (middle). High-amplitude peaks in the RMS time-series correspond to 'events' and can be detected statistically by comparing the observed RMS values to those obtained under a null model in which interregional correlation structure is broken (bottom). (B) Static FC is, by definition, exactly equal to the average cofluctuation across time. It can be well approximated with a small subset of event frames; troughs yield a much poorer approximation. The approximations are generated by obtaining cofluctuation matrices from select instants in time and averaging them. (C) High-amplitude events can be partitioned into 'states' based on their spatial similarity. Cluster centroids correspond to cofluctuation matrices. (D) Matrices can be projected onto nodes to obtain 'modes' of activation that underlie the observed cofluctuation pattern. These projections are generally obtained through an eigendecomposition of the cluster centroids.

eTS approaches have other useful properties. By construction, the temporal average of eTS is exactly the product–moment correlation. At the whole-brain level, this procedure does not generate only one coefficient, and instead generates a vector of coefficients (1×Nedges) that can be rearranged into a Nnodes×Nnodes matrix. This matrix is exactly static FC; eTS are a precise temporal decomposition of FC. Note that, in principle, eTS can be smoothed using a window/kernel, although this procedure likely blurs fine-scale temporal details, and the smoothed estimates are no longer an exact decomposition of static FC.

Another feature of eTS is their apparent 'burstiness'. In line with the extant literature [4851], long periods of relative quiescence are punctuated by brief intervals of high-amplitude cofluctuations that are not associated with movement or physiological confounds [52,53]. These bursts appear as vertical striations in the eTS matrix and correspond to brain-wide events and peaks in the root mean square (RMS) time-series (Figure 3A, middle). These extreme cofluctuations are largely absent in randomized (circularly shifted) data [53,54].

We can gain insight into the importance of events by 'filtering' frames to obtain estimates of high/low-amplitude FC. High-amplitude FC is more modular and correlates better with static FC, suggesting that events explain the system-level organization and coupling structure of the brain (Figure 3B). Events can also be clustered into brain network states (Figure 3C) [53,55,56]. The largest cluster is characterized by cofluctuations of default and salience/ventral attention networks. When projected onto nodes, this cofluctuation pattern is immediately recognizable as the default mode network [57], first principal gradient [58], sensorimotor–association axis [59], or extrinsic/intrinsic or task-positive/negative division [60,61]. The second cluster is characterized by opposed cofluctuations of control and dorsal attention networks. These states typically account for ~50% of events and have been observed in multiple datasets [3,25,62,63]. There is less consistency surrounding the cluster structure of remaining events, suggesting that they may be kinless, with no clear cluster affiliation.

What factors are necessary for events to emerge? One approach for addressing this question is through in silico simulations. A recent study coupled oscillators to one another based on empirical structural connectivity [54]. When simulated, this system generates phase time-series for each node. These phases were hemodynamically convolved to generate blood oxygen level-dependent (BOLD)-like activations that exhibited events. Interestingly, cofluctuation patterns expressed during events aligned with anatomical modules. Event counts dropped when that modular structure was degraded, suggesting that anatomical modularity may be crucial for organizing brain activity into cohesive cofluctuations. Another study implemented a more detailed biophysical model, and established a link between events and the ignition/propagation of cascades in population activity [64].

These modeling studies imply that mechanisms driven by variations in internal state or external stimulation are not necessary for creating momentary fluctuations in eTS, including events. Such fluctuations can emerge spontaneously from the underlying dynamics. They also rule out physiological confounds and motion as singular explanations.

On the other hand, several studies have explored the origins of events empirically using naturalistic stimuli [65,66]. One such study found that RMS time-series exhibited strong inter-subject correlations during movie-watching [52], whereas another showed that scene changes consistently elicited events [67]. These studies suggest that event timing may be modulated by sensory input [68,69].

In short, there is evidence that events can not only occur spontaneously but also in response to stimuli. Consequently, a mechanistic description of the origins of events remains to be elucidated. A possible hint comes from task studies. During cognitively demanding tasks, activations 'quench' FC, reducing variability in activity while weakening the magnitude of FC [70]. One recent study observed that, during movie-watching, events reliably occurred near the ending of movie scenes, mimicking a transition to a rest-like state that could be accompanied by increased cofluctuation amplitude [67].

eTS for studying individual differences

One of the aims of neuroscience is to understand how variation in activations, morphology, and connectivity translate into differences in behavioral, cognitive, and demographic profiles [71]. In network neuroscience this often means identifying elements of brain networks that covary with behavior. Some of these features are state-dependent – for example, task-evoked connectivity. Other features are more stable, trait-like, and unique to an individual. Indeed, many studies have focused on network-based 'fingerprinting' – the enterprise associated with identifying network features based on the extent to which they are individualized [72,73]. This often entails estimating a set of brain-based features (e.g., connection weights) from a series of scans in which individuals are represented more than once. That is, each participant is scanned at least twice. The expectation is that those features render participants 'identifiable' – in other words, they are more similar to other scans of themselves than to scans of other participants [74].

eTS may be useful for studying individual differences. For instance, one of the earliest findings was that, compared to low-amplitude frames, high-amplitude frames appeared to carry more subject-specific information. That is, based on the cofluctuation patterns expressed during high-amplitude frames, subjects can be reliably distinguished from one another [52,53]. Indeed, it might even be possible to enhance the fingerprints by reconstructing FC from a select set of frames [75] not limited to high amplitudes. By contrast, the low-amplitude frames carry relatively little information about an individual and are more likely to be associated with in-scanner motion [53].

A growing number of studies have used eTS to study individual differences. The first eTS study analyzed Human Connectome Project (HCP) data, derived factor scores from behavioral/demographic data, and then calculated correlations with FC reconstructed from high/low-amplitude frames [52]. They found that the high-amplitude frames exhibited stronger correlations on average. Although recent studies have shown that, for select sets of behavioral measures, middle-amplitude frames (non-events) were most useful for predicting behavior [76,77].

Other studies have used eTS to characterize brain recovery from stroke [78], classify individuals with autism spectrum disorder [47,79], investigate episodic memory [80], study communication profiles of basal ganglia with cortex [81], study time-varying structure-function coupling [82], link event clusters with endogenous hormone fluctuations [56], and distinguish between task states [83].

In summary, eTS are a parameter-free method for decomposing FC into time-varying contributions. Frames in the eTS matrix are networks whose weights correspond to instantaneous cofluctuation magnitude. Because mean eTS resolve to static FC, we can identify frames that best explain FC. High-amplitude events stand out from the others. Evidence suggests that, although events account for a small fraction of frames, they carry subject-specific information. We note that events are not the complete story. Several studies have suggested that middle- and low-amplitude frames may be more predictive of cognitive ability [76,77] than FC reconstructed from events. One possible explanation is that events promote a pattern of cofluctuation that, although idiosyncratic, is shared across individuals. By excluding events, one can amplify inter-individual variation and enhance brain–behavior associations. Future work will be necessary to clarify the additional roles of frames outside 'events'.

Other properties of eTS

Bipartitions in eTS

eTS have other peculiar properties. One of the more interesting relates to time-varying community structure in eTS. Naively, one might imagine that the number of communities should vary over time; studies using other measures of tvFC have reported such an effect [38,84]. Curiously, eTS can, at most, exhibit two cohesive communities at any one timepoint, t, where nodes are partitioned into one or the other based on the sign of their activity (Figure 4AC) [85]. More intuitively, when we calculate the eTS, rxyt=zxtzyt, the value is positive when the signs of zXt and zYt are the same; when their signs differ, then the cofluctuation is negative.

Figure 4. Other properties of edge time-series.

Figure 4.

(A) Brain activity can be represented as a column vector of length N, where N is equal to the number of network nodes. Cofluctuation matrices are the product of a whole-brain activity vector with itself transposed. However, the same activity pattern negated (multiplied by −1) will yield an identical matrix (panel D). (B) Cofluctuation matrix reordered by the amplitude and sign of the activity vector, from negative to positive. Nodes with activity of the same sign will form a cohesive module because their product with one another is always >0. (C) Because there are only two possible signs, there are only two possible communities, leading to a bipartition. (E) An example of a static functional connectivity (FC) matrix. (F) The bipartitions obtained from the positive/negative components of a cofluctuation matrix can be obtained more directly by taking the sign of the activity of each node at a given instant. The positive and negative elements correspond exactly to the bipartitioned components. Unsurprisingly, bipartitions change over time as activity fluctuates (F). Bipartitions can be used to construct a time-averaged coassignment matrix. The elements of this matrix are highly correlated with static FC. (H) Edge time-series exhibit faster autocorrelation compared to sliding-window estimates of time-varying functional connectivity (tvFC). (I) This has implications for 'state detection' analyses. Network states derived from sliding-window tvFC are 'stickier' and exhibit a tendency to remain in the same state over multiple frames. In the case of edge time-series, there are more cross-state transitions.

This observation has implications for understanding the system-level organization of the brain (Figure 4EG). Although there is disagreement about nomenclature and topography [36], there is consensus that at a large scale there are more than two brain systems/networks. eTS analyses show that these networks can never be expressed simultaneously. Instead, systems reflect the temporal superposition of time-varying bipartitions that themselves reflect instantaneously anti-correlated groups of nodes. In addition, removing BOLD signal amplitude and aggregating momentary snapshots of bipartition structure almost exactly reconstitutes classic correlation-based FC, and the reduction to binary signals can facilitate computationally efficient optimization [51,86] and machine learning approaches leveraged at neural time-series [75,87,88].

Two paths to the same cofluctuation matrix

Another interesting and related observation concerns the symmetry of cofluctuation matrices. In general, if one were to observe only a cofluctuation matrix, it would be impossible to unambiguously determine the activity pattern that gave rise to it. This is because rxyt=zxtzyt=zxtzyt (Figure 4D). In other words, flipping the signs of the regional time-series gives rise to an identical eTS. This has implications for our understanding of the relationship between FC and activity. Namely, it suggests a disconnect between the two modalities such that that the sign of activity discloses little about the strength of coupling.

eTS exhibits fast autocorrelation

How quickly do cofluctuation patterns change over time? This question can be addressed by calculating the autocorrelation function. Compared to sliding-window estimates of tvFC, eTS quickly decays to a baseline level, often within a few frames (Figure 4H) [47]. This matters for state-based analyses of tvFC, wherein frames are clustered into approximately recurring 'states'. One can then calculate the probability of transitioning from the current state of the brain at time t into a new state at t+1. Not surprisingly, the transition matrix for sliding-window tvFC exhibits prominent diagonal structure. By contrast, brain states estimated from eTS exhibit more pronounced off-diagonal transitions – in other words, a greater likelihood of transitioning into a new state.

System-level eTS

Instead of representing all possible edges, eTS can be calculated for select subsets. For instance, in a recent paper [89] the authors extracted eTS for within-system edges [90] and compared the timing of events across brain systems. Interestingly, event timing was variable across systems and was structured along a sensorimotor–association axis. This approach facilitated the construction of 'system-triggered cofluctuation patterns' – characteristic patterns of cofluctuation for each system based on the timing of its events. Further, from these patterns we can also estimate edge communities by assigning each edge a community according to the system whose events elicit the greatest cofluctuation magnitude.

Optimizing brain–behavior associations using eTS

Although underexplored, the perhaps most useful strategy for using eTS is to use it as a filter. Because eTS are decompositions of static FC, this means that we can selectively recombine frames to generate approximations of FC. One possibility is to stratify frames by amplitude and reconstruct FC for each level, and then compare the reconstruction with static FC. In principle, however, there are other heuristics by which we could aggregate frames and other objective functions that we could seek to optimize. One avenue is that one could reconstitute FC to maximize the magnitude of identifiability [75], brain–behavior associations, or the accuracy with which brains are assigned to a control or clinical group.

Effect of processing pipelines of eTS and events

It is well established that variation in processing pipelines can impact on FC. One of the most contentious decisions is whether or not to orthogonalize voxel/grayordinate time-series with respect to the global gray matter signal (global signal regression, GSR). This procedure helps to reduce the impact of nuisance variables such as motion, but can also remove meaningful signal because the global signal correlates with physiological measures such as arousal [91]. What effect does performing GSR have on eTS and events? This question was partially addressed in a recent study [53]. The authors detected events irrespective of whether GSR was performed. However, the cofluctuation patterns expressed during events were sensitive to this decision. With GSR, 'event states' were always composed of anticorrelated groups of brain regions – in other words, each state was made up of one set of nodes whose activity instantaneously deflected above their time-averaged mean, and another whose activity was below their mean. In the absence of GSR, these same groups appeared. However, they did not appear as anticorrelated pairs, but independently.

Linking edge-centric approaches to the broader literature

Over the past decade several studies have presented methods or reported findings that are closely related to those described in the preceding text. For instance, several of the observations made using eTS have direct precedents in the literature [92]. For instance, a decade-old study [49] reported synchronous bursts in voxel-level activity, eventually leading to the proposition that fMRI data could be described by using a point process ('active' and 'inactive' states [51]). Other studies have reported similar findings not only using fMRI data [48,49,93] but also other imaging modalities including neuronal firing [94], high-density electrophysiological recordings where they may be linked to arousal [95], and chronic intracranial recordings where they delimit behavioral state [96].

Methodologically, multiplication of temporal derivatives (MTD) [97], coactivation patterns (CAPs) [48], and leading eigenvector dynamics analysis (LEiDA) [98] are related to eTS. MTD calculates the difference in regional time-series – namely Xit+1Xit, where Xit is the activity of region i at time t – before calculating their element-wise product. CAPs identify high-amplitude peaks in the activity time-series of a seed region, extract whole-brain maps during those peaks, and subsequently cluster them into a small set of 'states'. These high-amplitude activation maps can be transformed into cofluctuation matrices by calculating their outer product. LEiDA is highly similar to eTS but operates on phase time-series rather than on z-scored activity, and calculates instantaneous phase differences between two sensors or regions rather than their element-wise product. In addition, none of these frameworks make explicit the link between instantaneous cofluctuations and static FC. Notably, there are other instances where the eTS was described identically to that of the edge time-series framework. One recent report was overlooked due to differences in nomenclature (eTS was referred to as 'instantaneous connectivity') [99]. In another case the work was presented as a poster but never published [100].

eTS can be used to detect overlapping communities – either by applying clustering algorithms directly to the time-series themselves [101] or to the eFC matrix. Although overlapping communities are detectable using other methods [30,31,33], those methods tend to generate partitions that, although they allow for overlap, nonetheless leave most nodes with clear affiliations to a single community [102104]. By contrast, edge communities are pervasively overlapping, such that overlap is the rule rather than the exception. That is, most, if not all, nodes participate in multiple communities. Adjudicating between different community detection techniques is challenging and, in the absence of ground truth, generally impossible [105], further motivating the exploration of both non-overlapping and overlapping communities derived from multiple methods to probe their intersections as well as their differences.

Edge-centric approaches can also be used to identify and characterize polyfunctional network hubs. Previous studies using node-centric networks and graph-theoretic measures have identified high participation hubs – regions that connect many brain systems to one another – in association cortex and control networks [39,41]. The first edge-centric paper analyzed eFC data and clustered edges into communities [24]. An entropy measure was calculated for each brain region based on the diversity of its edge communities. In contrast to previous literature, the highest levels of entropy were concentrated in sensorimotor and attentional networks. Following up this analysis, the authors treated edge communities as a list of nodal features, and calculated a measure of feature similarity for every pair of regions. Interestingly, although sensorimotor/attentional networks exhibited the greatest levels of diversity, nodes within those systems exhibited highly similar edge community profiles. Control network nodes, on the other hand, were highly dissimilar. These observations suggest that the observed polyfunctionality of association cortex may reflect heterogeneity of edge community profiles across regions, as opposed to individual regions whose connections are distributed across distinct brain systems.

Interestingly, nodes with the highest level of overlap – those whose edges were uniformly distributed across the detected communities – included regions in the sensorimotor and attentional networks. By contrast, previous studies reported that the highest levels of overlap involved association cortex and control networks, in agreement with the view that these systems subtend a range of brain/cognitive functions [39,41]. This polyfunctionality of association cortex can be recovered from edge communities by considering the system-level variability of the edge community assignments of the nodes. Although individually nodes in sensorimotor/attentional networks exhibit high levels of overlap, their edge community profiles are homogeneous. By contrast, regions in control networks exhibit much lower overlap, but have highly dissimilar edge community profiles [24,27]. Together, these observations suggest that association cortex (control and default mode networks) may inherit its polyfunctionality not from high levels of overlap but from high levels of internal dissimilarity.

Concluding remarks and future directions

What comes next for edge-centric networks? Edge-centric networks attempt to access higher-order features of neural time-series data. Other approaches attempt to do the same [106109].

Hypergraphs allow an arbitrary number of nodes to interact through a single 'hyperedge' and can be compactly represented by an incidence matrix, H, whose rows and columns correspond to hyperedges and nodes, respectively. For a given hyperedge (row) the associated nodes are assigned values of 1 whereas all the others are assigned values of 0. These higher-order interactions can be projected onto nodes by calculating HTH. The elements of this matrix correspond to the number of times pairs of nodes are linked by the same hyperedge. Interestingly, the bipartitions described previously can be reinterpreted through the lens of hypergraphs [85]. Each bipartition defines two hyperedges (one for each community), and the coassignment matrix (Figure 4F,G) is equivalent to the projection described in the preceding text.

Two alternative frameworks originate in information theory and topology. Mutual information, which quantifies the amount of shared information between pairs of variables, can be extended to include multiple variables [110,111]. Similarly, algebraic topology is a mathematical field concerned with the formation of cliques (fully connected subgraphs) and the structures formed by interacting cliques [112,113]. Both approaches are now frequently applied to neuroscientific datasets [114118].

Although approaches for studying higher-order interactions have gained traction over the past several years, there are several limitations. One of the greatest concerns is the interpretation of eTS as 'dynamic'. This concern is not new. Previous studies have reported that stationary generative models of BOLD time-series exhibit time-varying features consistent with those of empirical recordings. This model demonstrated that mentation was not a necessary condition for tvFC, calling into question the hypothesis that tvFC reflects ongoing thought [119].

Recently, similar concerns were expressed about eTS [120122]. One such report showed that high-amplitude events naturally manifested under a stationary model with a fixed covariance structure [120], whereas another [121] called into question whether observed network 'states' reflected statistical fluctuations. A deeper exploration of the mathematical origins of edge-centric methods showed, further, that many time-varying properties of edge-centric networks could be analytically derived (or at least approximated) from features of the static FC matrix [122]. These included not only high-amplitude events in eTS but also some properties of the eFC matrix, including edge cluster similarity. They also provided a mathematical basis for an observation made in some of the earliest edge-centric analysis [52] – namely that the global cofluctuation amplitude derived from eTS was tightly correlated with an analogous measure made on nodal time-series, emphasizing the need for future studies to clearly establish which features of eTS are not directly anticipated from static FC or node-level properties.

These papers are essential, forcing the field to reckon with the minimal set of assumptions necessary for generating outwardly complex phenomena. In this case, the correlation structure and slow, serially correlated time-series of the brain yield realistic time-series. However, these models only demonstrate the sufficiency of those constraints [123]; their success in explaining particular properties does not imply that the brain realizes that model or that it explains all properties. Another limitation of these models is their treatment of FC as the foundation of a generative process rather than its end-product. An alternative view is that correlations do not causally shape brain activity. Instead, FC is a summary statistic that describes the history of an anatomically constrained dynamical process. That is, the structural connectivity of the brain shapes communication cascades and induces correlations in the activity of pairs of brain regions. In this view, FC is a consequence of the dynamics rather than a causal component [124,125].

Nonetheless, a key challenge for edge-centric analyses is to demonstrate that time-varying fluctuations are not merely statistical artifacts. Several recent studies help to stave off this concern. The first showed that tvFC was predictive of spontaneous behavior above and beyond brain activity [126], suggesting a unique explanatory role for tvFC. Second, analyses of movie-watching data have found strong inter-subject tvFC [127,128]. If tvFC represented stochastic fluctuations, we would expect inter-subject correlations to be minimal. On the other hand, inter-subject correlations between edges could be spuriously driven by nodal activations [129], although regression strategies for reducing activation-based confounds in movie-watching data remain uncharted.

Owing to their increased dimensionality, the amount of memory needed to store and manipulate eTS and eFC is much greater than that of nodal time-series and static FC. To justify this orders-of-magnitude increase in computational complexity, studies using edge time-series should demonstrate that the reported effects are not easily accessible from nodal time-series alone. A clear example of this comes from a very recent study [130] in which the authors used linear models to predict spontaneous fluctuations in attention using edge time-series. Importantly, they also showed that the highly predictive edges could not easily be identified based on node-level fluctuations alone, suggesting that eTS uniquely predicts attention fluctuations.

To date, nearly every edge-centric study has analyzed human fMRI data ([64,131] for alternative approaches). Extending these tools to model organisms is an important next step. Unlike human participants where invasive experimentation presents ethical concerns [132], optogenetic and chemogenic perturbations can be used to assess the roles of individual nodes and edges directly [133,134]. Similar techniques could be used to clarify areal/population contributions to the initiation/termination of events and causally probe edge community structure.

Relatedly, future work should focus on extending edge-centric analyses to other imaging modalities. It has become possible to obtain (near) whole-brain recordings at the single-cell level in behaving model organisms [135137], allowing direct comparison of metrics derived from eTS with ongoing behavior. In addition, the development of dual-imaging techniques makes it possible to simultaneously collect BOLD and calcium fluorescence images to compare edge-level metrics [138].

In addition, future studies should focus on applying edge-centric analyses to task-evoked recordings. Most existing studies have focused on task-free paradigms – namely resting state and movie-watching. Are there events in task fMRI studies? If so, can we disentangle which events are driven by the stimulus versus those that might occur spontaneously? How similar are cofluctuation patterns observed in task studies to those estimated from task-free designs? Does task difficulty covary with the properties of events and eFC – for example, global cofluctuation amplitude and edge community overlap?

Brain networks are multimodal and multiscale. Understanding their organization and function in health and disease is an ongoing challenge. Although existing frameworks for studying networks have facilitated fundamental discoveries, many questions remain unanswered (see Outstanding questions). Addressing them may necessitate a shift in perspective and the development of new modeling frameworks. The edge-centric model reviewed here represents one such framework. It should be viewed not as a set of tools that supersede existing methods for studying activations and node-centric networks but as a complementary approach that may offer unique insights that are not easily accessible using existing methods.

Outstanding questions.

How can we tease apart stochastic 'noise' from truly dynamic features of edge time-series and other measures of time-varying connectivity?

What is the functional role of events? Do they represent distinct brain states or simply the high-amplitude tail of a common distribution?

Most edge-centric studies have focused on human resting-state fMRI. If the same methods were applied to non-human subjects and other recording modalities, would we observe similar phenomena?

How do events and edge communities depend on clinical status or task condition/state?

What is the cognitive or behavioral relevance of edge community affiliation, and how might this affiliation be modulated by different cognitive states or behavioral paradigms?

Highlights.

New higher-order models of brain networks can provide new insights into brain organization and function while helping to address outstanding questions in network neuroscience.

Edge-centric models shift the focus away from neural elements (nodes) onto edges.

Edge time-series are an exact decomposition of correlation-based functional networks and facilitate the detection of overlapping communities while offering estimates of time-varying connectivity at framewise temporal resolution.

Acknowledgments

RFB and OS acknowledge support from the National Science Foundation (NCS-FO award #2023985). JF acknowledges support from National Institutes of Mental Health (1ZIAMH002783–20).

Glossary

Activity time-series

recordings made at the level of nodes; blood oxygen level-dependent (BOLD) fMRI, the electrocorticogram, and calcium fluorescence are examples of activity time-series.

Brain network states

patterns of time-varying connectivity that recur across time and are typically detected using clustering algorithms.

Community structure

decomposition of a network into meaningful subnetworks. These are typically detected using data-driven algorithms where communities/modules are assumed to be assortative (internally dense, externally sparse).

Edge functional connectivity (eFC)

pairwise statistical interactions between eTS.

Edge time-series (eTS)

a transformation of an activity time-series such that, instead of tracking the activity of nodes over time, it tracks the cofluctuations between node pairs – namely edges.

Edge weight

the magnitude and/or sign of the connection between pairs of nodes.

Events

infrequent, brief, and high-amplitude bursts in coactivity; events are typically estimated based on the global amplitude (root mean square) of an eTS.

Functional connectivity (FC)

pairwise statistical interactions between node-level activity time-series that are typically operationalized as correlations.

Higher-order network structure

interactions involving multiple network elements; includes interactions between pairs of edges.

Line graph

a method for transforming a node-centric network into edge-centric network by linking edges to one another if they share a stub node.

Link similarity

a method for transforming a node-centric network into an edge-centric network by assigning a connection weight between edges with shared stubs based on the overlap of their unpaired stubs connected neighbors.

Structural connectivity

pairwise interactions between network nodes, such as synaptic contacts between cells, axonal projections between populations of neurons, or white-matter bundles between areas/regions.

Time-varying functional connectivity (tvFC)

estimates of changes in functional connectivity across time; typically estimated using sliding-window methods.

Footnotes

Declaration of interests

The authors declare no conflicts of interest.

References

  • 1.Oh SW et al. (2014) A mesoscale connectome of the mouse brain. Nature 508, 207–214 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Winding M et al. (2023) The connectome of an insect brain. Science 379, eadd9330. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Van Essen DC et al. (2013) The WU-Minn human connectome project: an overview. Neuroimage 80, 62–79 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Bjork JM et al. (2017) The ABCD study of neurodevelopment: identifying neurocircuit targets for prevention and treatment of adolescent substance abuse. Curr. Treat. Options Psychiatry 4, 196–209 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Faskowitz J et al. (2022) Edges in brain networks: contributions to models of structure and function. Netw. Neurosci 6, 1–28 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Brodman K (1909) Vergleichende Lokalisationslehre der Grosshirnrinde, in ihren Prinzipien dargestellt auf Grund des Zellenbaues, Barth
  • 7.Markello RD et al. (2022) Neuromaps: structural and functional interpretation of brain maps. Nat. Methods 19, 1472–1479 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Yeo BT et al. (2011) The organization of the human cerebral cortex estimated by intrinsic functional connectivity. J. Neurophysiol 106, 1125–1165 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Power JD et al. (2011) Functional network organization of the human brain. Neuron 72, 665–678 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Van Den Heuvel MP and Sporns O (2011) Rich-club organization of the human connectome. J. Neurosci 31, 15775–15786 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Gordon EM et al. (2023) A somato-cognitive action network alternates with effector regions in motor cortex. Nature 617, 351–359 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Amunts K et al. (2005) Cytoarchitectonic mapping of the human amygdala, hippocampal region and entorhinal cortex: intersubject variability and probability maps. Anat. Embryol 210, 343–352 [DOI] [PubMed] [Google Scholar]
  • 13.Ahn YY et al. (2010) Link communities reveal multiscale complexity in networks. nature 466, 761–764 [DOI] [PubMed] [Google Scholar]
  • 14.Evans TS and Lambiotte R (2009) Line graphs, link partitions, and overlapping communities. Phys. Rev. E 80, 016105. [DOI] [PubMed] [Google Scholar]
  • 15.Newman ME and Girvan M (2004) Finding and evaluating community structure in networks. Phys. Rev. E 69, 026113. [DOI] [PubMed] [Google Scholar]
  • 16.Rosvall M and Bergstrom CT (2008) Maps of random walks on complex networks reveal community structure. Proc. Natl. Acad. Sci 105, 1118–1123 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Newman ME (2012) Communities, modules and large-scale structure in networks. Nat. Phys 8, 25–31 [Google Scholar]
  • 18.Fortunato S (2010) Community detection in graphs. Phys. Rep 486, 75–174 [Google Scholar]
  • 19.de Reus MA et al. (2014) An edge-centric perspective on the human connectome: link communities in the brain. Phil. Trans. R. Soc. B Biol. Sci 369, 20130527. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Warren DE et al. (2014) Network measures predict neuropsychological outcome after brain injury. Proc. Natl. Acad. Sci 111, 14247–14252 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Hindriks R et al. (2016) Can sliding-window correlations reveal dynamic functional connectivity in resting-state fMRI? Neuroimage 127, 242–256 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Shakil S et al. (2016) Evaluation of sliding window correlation performance for characterizing dynamic functional connectivity and brain states. Neuroimage 133, 111–128 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Mokhtari F et al. (2019) Sliding window correlation analysis: modulating window shape for dynamic brain connectivity in resting state. Neuroimage 189, 655–666 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Faskowitz J et al. (2020) Edge-centric functional network representations of human cerebral cortex reveal overlapping system-level architecture. Nat. Neurosci 23, 1644–1654 [DOI] [PubMed] [Google Scholar]
  • 25.Laumann TO et al. (2015) Functional system and areal organization of a highly sampled individual human brain. Neuron 87, 657–670 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Jo Y et al. (2021) Subject identification using edge-centric functional connectivity. NeuroImage 238, 118204. [DOI] [PubMed] [Google Scholar]
  • 27.Jo Y et al. (2021) The diversity and multiplexity of edge communities within and between brain systems. Cell Rep 37, 110032. [DOI] [PubMed] [Google Scholar]
  • 28.Chumin EJ et al. (2022) Cortico-subcortical interactions in overlapping communities of edge functional connectivity. NeuroImage 250, 118971. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Sporns O and Betzel RF (2016) Modular brain networks. Annu. Rev. Psychol 67, 613–640 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Palla G et al. (2005) Uncovering the overlapping community structure of complex networks in nature and society. Nature 435, 814–818 [DOI] [PubMed] [Google Scholar]
  • 31.Newman ME and Leicht EA (2007) Mixture models and exploratory analysis in networks. Proc. Natl. Acad. Sci 104, 9564–9569 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Yang J and Leskovec J (2013) Overlapping community detection at scale: a nonnegative matrix factorization approach. In Proceedings of the Sixth ACM International Conference on Web Search and Data Mining (Leonardi S, ed.), pp. 587–596, Association for Computing Machinery [Google Scholar]
  • 33.Gopalan PK and Blei DM (2013) Efficient discovery of overlapping communities in massive networks. Proc. Natl. Acad. Sci 110, 14534–14539 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Gordon EM et al. (2016) Generation and evaluation of a cortical area parcellation from resting-state correlations. Cereb. Cortex 26, 288–303 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Shen X et al. (2013) Groupwise whole-brain parcellation from resting-state fMRI data for network node identification. Neuroimage 82, 403–415 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Uddin LQ et al. (2023) Controversies and progress on standardization of large-scale brain network nomenclature. Netw. Neurosci Published online May 10, 2023. 10.1162/netn_a_00323 [DOI] [PMC free article] [PubMed]
  • 37.Petersen SE and Sporns O (2015) Brain networks and cognitive architectures. Neuron 88, 207–219 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Bassett DS et al. (2011) Dynamic reconfiguration of human brain networks during learning. Proc. Natl. Acad. Sci 108, 7641–7646 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Cole MW et al. (2014) Intrinsic and task-evoked network architectures of the human brain. Neuron 83, 238–251 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Damoiseaux JS et al. (2006) Consistent resting-state networks across healthy subjects. Proc. Natl. Acad. Sci 103, 13848–13853 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Bertolero MA et al. (2015) The modular and integrative functional architecture of the human brain. Proc. Natl. Acad. Sci 112, E6798–E6807 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Cole MW et al. (2013) Multi-task connectivity reveals flexible hubs for adaptive task control. Nat. Neurosci 16, 1348–1355 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Hutchison RM et al. (2013) Dynamic functional connectivity: promise, issues, and interpretations. Neuroimage 80, 360–378 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Lurie DJ et al. (2020) Questions and controversies in the study of time-varying functional connectivity in resting fMRI. Netw. Neurosci 4, 30–69 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45.Chang C and Glover GH (2010) Time–frequency dynamics of resting-state brain connectivity measured with fMRI. Neuroimage 50, 81–98 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Allen EA et al. (2014) Tracking whole-brain connectivity dynamics in the resting state. Cereb. Cortex 24, 663–676 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47.Zamani Esfahlani F et al. (2022) Edge-centric analysis of time-varying functional brain networks with applications in autism spectrum disorder. NeuroImage 263, 119591. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Petridou N et al. (2013) Periods of rest in fMRI contain individual spontaneous events which are related to slowly fluctuating spontaneous activity. Hum. Brain Mapp 34, 1319–1329 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Fraiman D and Chialvo DR (2012) What kind of noise is brain noise: anomalous scaling behavior of the resting brain activity fluctuations. Front. Physiol 3, 307. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Tagliazucchi E et al. (2012) Criticality in large-scale brain fMRI dynamics unveiled by a novel point process analysis. Front. Physiol 3, 15. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Liu X and Duyn JH (2013) Time-varying functional network information extracted from brief instances of spontaneous brain activity. Proc. Natl. Acad. Sci 110, 4392–4397 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Zamani Esfahlani F et al. (2020) High-amplitude cofluctuations in cortical activity drive functional connectivity. Proc. Natl. Acad. Sci 117, 28393–28401 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Betzel RF et al. (2022) Individualized event structure drives individual differences in whole-brain functional connectivity. NeuroImage 252, 118993. [DOI] [PubMed] [Google Scholar]
  • 54.Pope M et al. (2021) Modular origins of high-amplitude cofluctuations in fine-scale functional connectivity dynamics. Proc. Natl. Acad. Sci 118, e2109380118. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Betzel RF et al. (2022) Hierarchical organization of spontaneous co-fluctuations in densely-sampled individuals using fMRI. Netw. Neurosci Published online May 3, 2023. 10.1162/netn_a_00321 [DOI] [PMC free article] [PubMed]
  • 56.Greenwell S et al. (2021) High-amplitude network co-fluctuations linked to variation in hormone concentrations over the menstrual cycle. Netw. Neurosci Published online December 20, 2022. 10.1162/netn_a_00307 [DOI] [PMC free article] [PubMed]
  • 57.Raichle ME et al. (2001) A default mode of brain function. Proc. Natl. Acad. Sci 98, 676–682 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Margulies DS et al. (2016) Situating the default-mode network along a principal gradient of macroscale cortical organization. Proc. Natl. Acad. Sci 113, 12574–12579 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Nenning KH et al. (2023) Omnipresence of the sensorimotor–association axis topography in the human connectome. NeuroImage 272, 120059. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.Golland Y et al. (2007) Extrinsic and intrinsic systems in the posterior cortex of the human brain revealed during natural sensory stimulation. Cereb. Cortex 17, 766–777 [DOI] [PubMed] [Google Scholar]
  • 61.Fox MD et al. (2005) The human brain is intrinsically organized into dynamic, anticorrelated functional networks. Proc. Natl. Acad. Sci 102, 9673–9678 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Gratton C et al. (2018) Functional brain networks are dominated by stable group and individual factors, not cognitive or daily variation. Neuron 98, 439–452 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 63.Pritschet L et al. (2020) Functional reorganization of brain networks across the human menstrual cycle. Neuroimage 220, 117091. [DOI] [PubMed] [Google Scholar]
  • 64.Rabuffo G et al. (2021) Neuronal cascades shape whole-brain functional dynamics at rest. eNeuro 8 ENEURO.0283–21.2021 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Finn ES (2021) Is it time to put rest to rest? Trends Cogn. Sci 25, 1021–1032 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 66.Sonkusare S et al. (2019) Naturalistic stimuli in neuroscience: critically acclaimed. Trends Cogn. Sci 23, 699–714 [DOI] [PubMed] [Google Scholar]
  • 67.Tanner JC et al. (2022) Synchronous high-amplitude co-fluctuations of functional brain networks during movie-watching. BioRxiv Published online April 30, 2022. 10.1101/2022.06.30.497603 [DOI]
  • 68.Levakov G et al. (2022) Fine-scale dynamics of functional connectivity in the face processing network during movie watching. Cell Rep 42, 112585. [DOI] [PubMed] [Google Scholar]
  • 69.Lahnakoski JM et al. (2017) Neural mechanisms for integrating consecutive and interleaved natural events. Hum. Brain Mapp 38, 3360–3376 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70.Ito T et al. (2020) Task-evoked activity quenches neural correlations and variability across cortical areas. PLoS Comput. Biol 16, e1007983. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 71.Marek S et al. (2022) Reproducible brain-wide association studies require thousands of individuals. Nature 603, 654–660 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72.Finn ES et al. (2015) Functional connectome fingerprinting: identifying individuals using patterns of brain connectivity. Nat. Neurosci 18, 1664–1671 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 73.Bridgeford EW et al. (2021) Eliminating accidental deviations to minimize generalization error and maximize replicability: applications in connectomics and genomics. PLoS Comput. Biol 17, e1009279. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 74.Amico E and Goñi J (2018) The quest for identifiability in human functional connectomes. Sci. Rep 8, 8254. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 75.Cutts SA et al. (2023) Uncovering individual differences in fine-scale dynamics of functional connectivity. Cereb. Cortex 33, 2375–2394 [DOI] [PubMed] [Google Scholar]
  • 76.Sasse L et al. (2023) Intermediately synchronised brain states optimise trade-off between subject specificity and predictive capacity. Comm. Biol 6 (1), 705. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 77.Wehrheim MH et al. (2022) How much data do we need? Lower bounds of brain activation states to predict human cognitive ability. BioRxiv Published online October 3, 2022. 10.1101/2022.09.30.510304 [DOI]
  • 78.Idesis S et al. (2022) Edge-centric analysis of stroke patients: an alternative approach for biomarkers of lesion recovery. NeuroImage Clin 35, 103055. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 79.Sun A et al. (2023) Identifying autism spectrum disorder using edge-centric functional connectivity. Cereb. Cortex 33, 8122–8140 [DOI] [PubMed] [Google Scholar]
  • 80.Cooper RA et al. (2021) Mapping the organization and dynamics of the posterior medial network during movie watching. NeuroImage 236, 118075. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 81.Korponay C et al. (2022) The temporal organization of corticostriatal communications. BioRxiv Published online August 30, 2022. 10.1101/2022.07.06.499069 [DOI]
  • 82.Liu ZQ et al. (2022) Time-resolved structure-function coupling in brain networks. Commun. Biol 5, 532. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83.Rasero J et al. (2022) Similarity in evoked responses does not imply similarity in macroscopic network states across tasks. BioRxiv Published online July 20, 2022. 10.1101/2021.11.27.470015 [DOI] [PMC free article] [PubMed]
  • 84.Betzel RF et al. (2016) Dynamic fluctuations coincide with periods of high and low modularity in resting-state functional brain networks. NeuroImage 127, 287–297 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 85.Sporns O et al. (2021) Dynamic expression of brain functional systems disclosed by fine-scale analysis of edge time series. Netw. Neurosci 5, 405–433 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 86.Cifre I et al. (2020) Further results on why a point process is effective for estimating correlation between brain regions. Pap. Phys 12, 120003 [Google Scholar]
  • 87.Fulcher BD et al. (2013) Highly comparative time-series analysis: the empirical structure of time series and their methods. J. R. Soc. Interface 10, 20130048. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 88.Shafiei G et al. (2022) Human electromagnetic and haemodynamic networks systematically converge in unimodal cortex and diverge in transmodal cortex. PLoS Biol 20, e3001735. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 89.Betzel R et al. (2022) System-level high-amplitude co-fluctuations. BioRxiv Published online July 28, 2022. 10.1101/2022.07.26.501262 [DOI]
  • 90.Schaefer A et al. (2018) Local-global parcellation of the human cerebral cortex from intrinsic functional connectivity MRI. Cereb. Cortex 28, 3095–3114 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 91.Murphy K and Fox MD (2017) Towards a consensus regarding global signal regression for resting state functional connectivity MRI. Neuroimage 154, 169–173 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 92.Battaglia D et al. (2020) Dynamic functional connectivity between order and randomness and its evolution across the human adult lifespan. NeuroImage 222, 117156. [DOI] [PubMed] [Google Scholar]
  • 93.Krohn S et al. (2023) A spatiotemporal complexity architecture of human brain activity. Science. Advances 9, eabq3851. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 94.Beggs JM and Plenz D (2003) Neuronal avalanches in neocortical circuits. J. Neurosci 23, 11167–11177 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 95.Liu X et al. (2021) Single-neuron firing cascades underlie global spontaneous brain events. Proc. Natl. Acad. Sci 118, e2105395118. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 96.Wang M et al. (2023) A week in the life of the human brain: stable states punctuated by chaotic-like transitions. Res. Sq Published online March 30, 2023. 10.21203/rs.3.rs-2752903/v1 [DOI]
  • 97.Shine JM et al. (2015) Estimation of dynamic functional connectivity using Multiplication of Temporal Derivatives. NeuroImage 122, 399–407 [DOI] [PubMed] [Google Scholar]
  • 98.Cabral J et al. (2017) Cognitive performance in healthy older adults relates to spontaneous switching between states of functional connectivity during rest. Sci. Rep 7, 5135. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 99.van Oort ES et al. (2018) Functional parcellation using time courses of instantaneous connectivity. Neuroimage 170, 31–40 [DOI] [PubMed] [Google Scholar]
  • 100.Amor TA et al. (2015) Extreme brain events: higher-order statistics of brain resting activity and its relation with structural connectivity. Europhys. Lett 111, 68007 [Google Scholar]
  • 101.Hoffmann T et al. (2020) Community detection in networks without observing edges. Sci. Adv 6, eaav1478. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 102.Yeo BT et al. (2014) Estimates of segregation and overlap of functional connectivity networks in the human cerebral cortex. Neuroimage 88, 212–227 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 103.Najafi M et al. (2016) Overlapping communities reveal rich structure in large-scale brain networks duringrest and task conditions. Neuroimage 135, 92–106 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 104.Vafaii H et al. (2022) Functional network organization of the mouse cortex determined by wide-field fluorescence imaging shares some—but not all—propertiesrevealed with simultaneous fMRI-BOLD. bioRxiv Published online December 15, 2022. 10.1101/2022.12.13.520297 [DOI]
  • 105.Peel L et al. (2017) The ground truth about metadata and community detection in networks. Sci. Adv 3, e1602548. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 106.Owen LL et al. (2021) High-level cognition during story listening is reflected in high-order dynamic correlations in neural activity patterns. Nat. Commun 12, 5728. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 107.Gao S et al. (2020) Poincaré embedding reveals edge-based functional networks of the brain. In Medical Image Computing and Computer Assisted Intervention – MICCAI 2020: 23rd International Conference Part (VII 23), pp. 448–457, Springer International Publishing [Google Scholar]
  • 108.Sizemore AE et al. (2018) Cliques and cavities in the human connectome. J. Comput. Neurosci 44, 115–145 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 109.Santoro A et al. (2023) Higher-order organization of multivariate time series. Nat. Phys 19, 221–229 [Google Scholar]
  • 110.Rosas FE et al. (2019) Quantifying high-order interdependencies via multivariate extensions of the mutual information. Phys. Rev. E 100, 032305. [DOI] [PubMed] [Google Scholar]
  • 111.Varley TF (2023) Information theory for complex systems scientists. ArXiv Published online April 26, 2023. 10.48550/arXiv.2304.12482 [DOI]
  • 112.Battiston F et al. (2020) Networks beyond pairwise interactions: structure and dynamics. Phys. Rep 874, 1–92 [Google Scholar]
  • 113.Giusti C et al. (2016) Two's company, three (or more) is a simplex: algebraic-topological tools for understanding higher-order structure in neural data. J. Comput. Neurosci 41, 1–14 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 114.Rosas FE et al. (2022) Disentangling high-order mechanisms and high-order behaviours in complex systems. Nat. Phys 18, 476–477 [Google Scholar]
  • 115.Varley TF et al. (2023) Information-processing dynamics in neural networks of macaque cerebral cortex reflect cognitive state and behavior. Proc. Natl. Acad. Sci 120, e2207677120. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 116.Sorrentino P et al. (2023) Dynamical interactions reconfigure the gradient of cortical timescales. Netw. Neurosci 7, 73–85 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 117.Bardin JB et al. (2019) Topological exploration of artificial neuronal network dynamics. Netw. Neurosci 3, 725–743 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 118.Blevins AS et al. (2022) From calcium imaging to graph topology. Netw. Neurosci 6, 1125–1147 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 119.Laumann TO et al. (2017) On the stability of BOLD fMRI correlations. Cereb. Cortex 27, 4719–4732 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 120.Ladwig Z et al. (2022) BOLD cofluctuation 'events' are predicted from static functional connectivity. NeuroImage 260, 119476. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 121.Matsui T et al. (2022) On co-activation pattern analysis and non-stationarity of resting brain activity. NeuroImage 249, 118904. [DOI] [PubMed] [Google Scholar]
  • 122.Novelli L and Razi A (2022) A mathematical perspective on edge-centric brain functional connectivity. Nat. Commun 13, 2693. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 123.Shinn M et al. (2023) Functional brain networks reflect spatial and temporal autocorrelation. Nat. Neurosci 26, 867–878 [DOI] [PubMed] [Google Scholar]
  • 124.Deco G et al. (2008) The dynamic brain: from spiking neurons to neural masses and cortical fields. PLoS Comput. Biol 4, e1000092. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 125.Breakspear M (2017) Dynamic models of large-scale brain activity. Nat. Neurosci 20, 340–352 [DOI] [PubMed] [Google Scholar]
  • 126.Benisty H et al. (2021) Rapid fluctuations in functional connectivity of cortical networks encode spontaneous behavior. BioRxiv Published online November 15, 2022. 10.1101/2021.08.15.456390 [DOI] [PMC free article] [PubMed]
  • 127.Betzel RF et al. (2020) Temporal fluctuations in the brain’s modular architecture during movie-watching. Neuroimage 213, 116687. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 128.Sun Y et al. (2022) Functional connectivity dynamics as a function of the fluctuation of tension during film watching. Brain Imaging Behav 16, 1260–1274 [DOI] [PubMed] [Google Scholar]
  • 129.Cole MW et al. (2019) Task activations produce spurious but systematic inflation of task functional connectivity estimates. Neuroimage 189, 1–18 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 130.Jones HM et al. (2023) Edge-based general linear models capture high-frequency fluctuations in attention. BioRxiv Published online July 10, 2023. 10.1101/2023.07.06.547966 [DOI] [PMC free article] [PubMed]
  • 131.Ragone E et al. (2023) Modular subgraphs in large-scale connectomes underpin spontaneous co-fluctuation' events' in mouse and human brains. BioRxiv Published online May 17, 2023. 10.1101/2023.05.17.538593 [DOI] [PMC free article] [PubMed]
  • 132.Khambhati AN et al. (2019) Functional control of electrophysiological network architecture using direct neurostimulation in humans. Netw. Neurosci 3, 848–877 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 133.Rocchi F et al. (2022) Increased fMRI connectivity upon chemogenetic inhibition of the mouse prefrontal cortex. Nat. Commun 13, 1056. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 134.Canella C et al. (2020) Cortical silencing results in paradoxical fMRI overconnectivity. Nat. Commun 13, 1056 [Google Scholar]
  • 135.Chen X et al. (2018) Brain-wide organization of neuronal activity and convergent sensorimotor transformations in larval zebrafish. Neuron 100, 876–890 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 136.Betzel RF (2020) Organizing principles of whole-brain functional connectivity in zebrafish larvae. Netw. Neurosci 4, 234–256 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 137.Kaplan HS et al. (2020) Nested neuronal dynamics orchestrate a behavioral hierarchy across timescales. Neuron 105, 562–576 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 138.Lake EM et al. (2020) Simultaneous cortex-wide fluorescence Ca2+ imaging and whole-brain fMRI. Nat. Methods 17, 1262–1271 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 139.Zalesky A et al. (2010) Whole-brain anatomical networks: does the choice of nodes matter? Neuroimage 50, 970–983 [DOI] [PubMed] [Google Scholar]
  • 140.Bassett DS et al. (2014) Cross-linked structure of network evolution. Chaos 24, 013112. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 141.Davison EN et al. (2015) Brain network adaptability across task states. PLoS Comput. Biol 11, e1004029. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 142.Gu S et al. (2017) Functional hypergraph uncovers novel covariant structures over neurodevelopment. Hum. Brain Mapp 38, 3823–3835 [DOI] [PMC free article] [PubMed] [Google Scholar]

RESOURCES