Abstract
Objective:
Multimodal-based methods show great potential for neuroscience studies by integrating complementary information. There has been less multimodal work focussed on brain developmental changes.
Methods:
We propose an explainable multimodal deep dictionary learning method to uncover both the commonality and specificity of different modalities, which learns the shared dictionary and the modality-specific sparse representations based on the multimodal data and their encodings of a sparse deep autoencoder.
Results:
By regarding three fMRI paradigms collected during two tasks and resting state as modalities, we apply the proposed method on multimodal data to identify the brain developmental differences. The results show that the proposed model can not only achieve better performance in reconstruction, but also yield age-related differences in reoccurring patterns. Specifically, both children and young adults prefer to switch among states during two tasks while staying within a particular state during rest, but the difference is that children possess more diffuse functional connectivity patterns while young adults have more focused functional connectivity patterns.
Conclusion and Significance:
To uncover the commonality and specificity of three fMRI paradigms to developmental differences, multimodal data and their encodings are used to train the shared dictionary and the modality-specific sparse representations. Identifying brain network differences helps to understand how the neural circuits and brain networks form and develop with age.
Index Terms—: Explainablity, Multimodal dictionary learning, Dynamic functional connectivity, Brain development
I. Introduction
NORMAL brain development is a complex process, from the establishment of basic cognitive functions in childhood to the gradual maturity of more complex self-regulatory functions throughout adolescence [1]–[3]. Functional magnetic resonance imaging (fMRI) can capture hemodynamic responses to neuronal activities by measuring the blood oxygenation level-dependent (BOLD) signal, based on which the changes in neural interaction and integration between functionally interconnected regions with development can be revealed [4]. Compared with BOLD signals, dynamic functional connectivity (dFC) measured by a sliding window approach can reflect time-varying dependencies between spatially separated brain regions. It helps to quantify the changes of correlation strength between functional activities of paired brain regions over time. Thus, there has been growing interest in identification of the recurring whole-brain functional connectivity patterns (i.e., states) based on dFC recently. These studies aim to divide the whole-brain dFC profiles into distinct states observed reliably across subjects throughout the fMRI scans [5]–[8]. It enables us to investigate the differences of states related to brain development, capture the transition mechanism among these states, and provide insights into neural brain dynamics from the perspective of functional connectivity [4], [5].
Compared with single modality methods for fMRI analysis, multimodal-based methods can take advantage of complementary information provided by different modalities. Studies have shown that integrating the multimodal prior or combining the complementary information from diverse modalities can promote model enhancement and diagnosis [9]–[11]. Many methods have been extended for multimodal data integration including multitask learning, linear regression, neural network, support vector machine, and dictionary learning [9]–[14]. Due to the ability to reduce dimensionality and identify the reoccurring patterns of dFC [4], multimodal dictionary learning methods have attracted considerable attention. For example, Li et al. [11] proposed a multimodal discriminative dictionary learning (mSCDDL) method based on a weighted combination strategy, and further applied it to fuse information from structural magnetic resonance imaging and fluorodeoxyglucose positron emission tomography for Alzheimer's disease classification. In [15], a -norm regularized dictionary learning approach was proposed to identify the epilepsy-related dFC states, where the time courses representative of epileptic activity extracted by electroencephalogram are incorporated into the fMRI for dFC state analysis. In [16], multimodal dictionary learning was applied to the diagnosis of schizophrenia, which embeds the correlation information of multimodal data into the learning model. Additionally, to achieve the nonlinearity or higher-level features of data, Li et al. [10] improved the mSCDDL with the multi-feature kernel trick to obtain the nonlinear representations of data. D'Souza et al. [17] proposed a framework for Autism Spectrum Disorder's diagnosis, which couples a structurally-regularized dynamic dictionary learning model (sr-DDL) with a deep network to predict behavioral scores, where the dFCs of fMRI were decomposed by sr-DDL while constraining the decomposition by the FCs of diffusion tensor imaging.
Of particular note, the aforementioned methods either fail to uncover both commonality and specificity of different modalities, or overlook the nonlinear higher-level features of data, or have difficulty in explainability (i.e., it fails to identify the reoccurring patterns of dFC, or brain regions and FCs related to development or disease). To address these issues, we propose an explainable multimodal deep dictionary learning (EMDDL) method, which connects the multimodal dictionary learning in the original space and the encoding space through a sparse deep autoencoder (sDAE). Within this framework, all modalities share the same dictionary to reveal the inherent commonality. To achieve the specificity of each modality, Fisher cost is used to constrain the sparse representations due to its ability to learn the modality-specific features by avoiding the overlap of neighboring pairs between different modalities. Moreover, the shared dictionary and the modality-specific sparse representations are learned based on the multimodal data and their encodings of the sDAE. In this way, multimodal dictionary learning can attain the nonlinear higher-level features while reconstructing the original data for identifying the reoccurring patterns or functional connectivity related to development. To maintain the complex relationships among subjects, a hypergraph Laplacian regularization is used, which helps to enhance the learning ability through prior knowledge.
We apply EMDDL to the multimodal data from Philadelphia Neurodevelopmental Cohort (PNC) to recognize the developmental differences between children and young adults, where the three fMRI paradigms collected during two tasks and resting state are regarded as modalities. We found that both children and young adults tend to switch frequently among states during two tasks and stay within a particular state during rest. The main difference is that children have more diffuse functional connectivity patterns while young adults possess more focused functional connectivity patterns under three fMRI paradigms. Besides, the differences in functional connectivity between children and young adults are mainly related to information processing, cognition, emotion, and working memory under three fMRI paradigms.
II. Preliminary Work
In this section, some preliminary work is presented including hypergraph learning to preserve the higher-order relation- ships among subjects and Fisher cost to extract modalityspecific features.
A. Hypergraph Learning
Given that the traditional graph learning loses information inevitably by squeezing the complex relationships into pairwise ones, hypergraph has been widely applied to identify the high-order relationships among subjects [18], [19]. Generally, a hypergraph consists of three parts, namely, the vertex set , the hyperedge set and the hyperedge weight . To represent the relationships between hyperedges and vertices, the incidence matrix of hypergraph is defined as
where the -th entry of denotes whether the -th vertex belong to the -th hyperedge. Based on the incidence matrix , the degree of the -th vertex and the degree of the -th hyperedge can be obtained. Then the diagonal matrices and are composed of the degree of all vertices and hyperedges respectively. Specifically, the -th diagonal element of and are and respectively.
To construct a hypergraph, the nearest neighbor strategy is usually applied because the geometric structure relationship among data can be approximately represented by the nearest neighbor graph [18], [20]. Specifically, for a chosen vertex, the distances between the chosen vertex and other vertices are calculated, and then the nearest vertices are connected by a hyperedge. The weight of the -th hyperedge is , where . To obtain the diagonal matrix , the hyperedge weight is arrayed as the -th diagonal element of . By analogizing the definition of a simple graph Laplacian matrix [21], hypergraph Laplacian matrix is defined as
| (1) |
where is the similarity matrix to define the similarity between each pair of vertices.
Compared with the traditional graph Laplacian regularization, hypergraph Laplacian regularization has the characteristics of preserving complex local geometric structure and incorporating the higher-order relationships among subjects, which are conducive to classification or clustering tasks in FC or dFC analysis [19].
B. Fisher cost
The Fisher discrimination criterion is to cluster the samples in the same modality and keep the samples in different modalities as far away from each other as possible, which helps to extract features corresponding to the specific modality [22]–[24]. Assume that the multimodal data contains modalities with samples belonging to the -th modality and , where -dimensional vector is the -th sample of . The withinmodality scatter matrix and the between-modality scatter matrix of samples are defined as
where and are the modality mean and the overall mean respectively. Then, the Fisher cost is as follows
in which the Frobenius norm is to ensure the convexity of the cost function [24].
To get a more concise expression and facilitate calculation [22], the Fisher cost can be rewritten as
| (2) |
where with being the identity matrix, being defined as
and with each component of it being .
III. Methodology
The details of EMDDL and the corresponding optimization algorithm are presented in this section, which can learn the shared dictionary and modality-specific sparse representations in both the original space and the encoding space.
A. Explainable Multimodal Deep Dictionary Learning
Multimodal dictionary learning methods can not only embed the high-dimensional features into low-dimensional space, but also boost learning performance with the combination of multiple modalities [12]. However, most of the existing methods either cannot simultaneously reveal the inherent commonality and specificity of different modalities, or overlook the nonlinear higher-level features of data, or have difficulty in explainability. To address these problems, we propose EMDDL which couples multimodal dictionary learning with sDAE. Specifically, by sharing the same dictionary through all modalities to capture the inherent commonality and constraining sparse representations with Fisher cost to obtain the specificity of each modality, the inherent commonality and the specificity of different modalities can be concurrently achieved in multimodal dictionary learning. Moreover, to achieve the nonlinear higher-level features of data and reconstruct the original data to identify the developmental differences in reoccurring patterns or FCs, both the shared dictionary and the modality-specific sparse representations are learned not only in the original space, but also in the encoding space of the sDAE at the same time. By alternating minimization algorithms, the sDAE, dictionary, and sparse representations can be sequentially obtained. The flowchart of EMDDL is shown in Fig. 1.
Fig. 1:

The flowchart of EMDDL.
Suppose that there are modalities with samples belonging to the -th modality and the training data is composed of these modalities, where and the -th modality is . Besides, the sDAE contains layers with neurons in the -th layer and holds for .
EMDDL contains two parts including and , where is to efficiently learn the nonlinear higher-level features of data and is to train multimodal dictionary learning in both the original space and the encoding space. The objective function of EMDDL is defined as
| (3) |
where and are defined as
| (4) |
| (5) |
where is the reconstruction of the input data by sDAE, is the dictionary with atoms in the original space, and are the encoding of and respectively (i.e., its outputs in the -th layer), consists of each being the sparse representation corresponding to the -th modality in both the original space and the encoding space. for , in which and are the connection weight matrix and bias of sDAE between -th layer and -th layer respectively. As defined in Appendix I-A, Kullback-Leibler divergence measures the difference between two Bernoulli distributions with mean and , where is a sparsity hyperparameter and is the average activation of neuron in the -th layer of sDAE. Similar to the definition of in (2), is given by , where is the identity matrix, is defined as
and the each component of is . consists of hypergraph Laplacian matrix of all modalities, which is defined as
where , the hypergraph Laplacian matrix of the -th modality, is defined by (1). with being the -th element of the -th column of the matrix .
In (4), is to train the sDAE by minimizing the error between original data and its reconstruction. is to prevent overfitting of the sDAE by controlling the activation of neurons. Compared with -norm and -norm, KullbackLeibler divergence has better sparsity ability, which helps to improve model performance, and the details can be seen in Appendix I-A. is to prevent overfitting of the sDAE by controlling the weights. In (5), is to learn the shared dictionary of all modalities and the modality-specific sparse representations based on the original data. Meanwhile, by encoding the original data and the shared dictionary through the sDAE, is to achieve the multimodal dictionary learning in the encoding space for capturing the nonlinear higher-level features of data. Inspired by [25], we use the same sparse representations to synchronously characterize the local geometric relationships between data and dictionary in the original space as to characterize those between encoded data and encoded dictionary in the encoding space. In other words, our objective is to use the sparse representations to capture the intrinsic local geometric relationships between data and dictionary. It helps to learn the locality-sensitive dictionary, resulting in improved generalization ability in reconstrcution or classification. By clustering the samples within modalities and separating the samples between the modalities, helps to learn the modality-specific representations. is designed to retain the complex neighborhood relationships of samples hidden in each modality. guarantees the convexity of Fisher cost and is to ensure the sparsity. The constraint on dictionary atoms is to prevent sparse representation from being too small due to the large dictionary. In addition, the positive parameters , , , , and are used to balance the network fitting, dictionary learning and the complexity of model.
B. Optimization
The alternating minimization algorithm is applied to solve the problem (3) to optimize the parameters , and , which contains three parts, i.e., the training of sDAE, the learning of the dictionary, and sparse representations learning.
Denote
where is a differentiable activation function which is the sigmoid function in this paper; and , where is the -th column of the multimodal data and is the -th atom of the dictionary . and , are the outputs in the -th layer when the input data are and respectively.
1). The Training of SDAE:
To optimize the parameters of with fixed and , problem (3) can be rewritten as
| (6) |
To update the parameters of , the backpropagation algorithm with gradient descent method is applied. Then, the gradient of is given by
| (7) |
in which is defined as
where the operation denotes the element-wise multiplication. is an indicator function defined by
with and being defined as
in which is the -th column of . is defined as
where is a -dimensional column vector with -th element being , and . The update formula for is
where is the learning rate.
2). The Learning of Dictionary:
To update dictionary with fixed and , problem (3) can be rewritten as
| (8) |
The gradient descent method is used to optimize the above problem and the gradient of is given by
| (9) |
in which the -th column of is computed by and is defined as
The update formula for is
where is the learning rate. Considering the constraint on the dictionary, each column of the updated dictionary is normalized to unit length by
| (10) |
3). Sparse Representations Learning:
With the fixed and , the sparse representations can be obtained by solving the following optimization problem
| (11) |
where and are
To ensure the convexity of , holds and the details can be seen in Appendix I-B. In problem (11), is convex and differentiable, while is convex but nondifferentiable. Thus, the Fast Iterative Shrinkage Thresholding Algorithm (FISTA) [26] is adopted to optimize . The gradient of with respect to is
| (12) |
in which . The Lipschitz constant of the gradient is given by (13) in Appendix I-C. Besides, the soft thresholding function in FISTA is defined as with representing absolute value function. The total optimization process is described in Algorithm 1.
IV. Results and Analysis
In this section, EMDDL is utilized to explore the dynamic functional connectivity changes of brain during two tasks and resting state.
A. Data Acquisition and Preprocessing
PNC is a large scale collaborative project between the Brain Behaviour Laboratory at the University of Pennsylvania and the Children's Hospital of Philadelphia, which contains data collected using three fMRI paradigms from nearly 900 youth aged from 8 to 22 , i.e., two tasks including emotion identification (Emoid fMRI) and working memory (Nback fMRI), and resting-state (Rest fMRI) [27]. All fMRI scans were collected on a single 3T Siemens TIM Trio whole-body scanner using a single-shot, interleaved multi-slice, gradientecho, echo planar imaging sequence. The Emoid fMRI, Nback fMRI and Rest fMRI scan durations were 10.5 minutes (210 TR), 11.6 minutes (231 TR) and 6.2 minutes (124 TR) respectively. During Emoid task, subjects were asked to identify 60 faces with neutral, happy, sad, angry, or fearful expressions. During Nback task to probe working memory, subjects were required to respond only when a presented fractal was the same as the one presented in the previous trial. During the resting-state scan, subjects were instructed to stay awake, keep eyes open, fixate on the displayed crosshair, and remain still. Of these, 123 children and 146 young adults completed all three paradigms. By using Statistical Parametric Mapping 12, motion correction, co-registration, spatial normalization to standard Montreal Neurological Institute space (spatial resolution of ), and spatial smoothing with a 3 mm full width half maximum Gaussian kernel were implemented. Then, a regression procedure was used to remove the influence of motion and the functional time series were band-pass filtered using a to frequency range. According to the Power coordinates with a sphere radius parameter of [28], 264 regions of interest (ROIs) containing 21384 voxels were extracted. The details of the 264 ROIs are shown in Table 2 of Supplementary material. Every subject file can be reduced to a matrix by averaging the time series of all voxels in the same brain region, where the time point is 210, 231, and 124 for Emoid, Nback, and Rest fMRIs respectively.

We divided 264 ROIs into 13 functional networks to facilitate the understanding of functional connectivity relationships between the ROIs [28]. Among them, 12 functional networks including sensory/somatomotor network (SSN), cinguloopercular task control network (COTCN), auditory network (AN), default mode network (DMN), memory retrieval network (MRN), visual network (VN), frontoparietal task control network (FPTCN), salience network (SN), subcortical network (SCN), ventral attention network (VAN), dorsal attention network (DAN), and cerebellar network (CN), are mainly associated with the perception of movement, memory, language, vision, cognition and other functions of the brain, while there are 28 ROIs unrelated to any of the above functional networks which belong to the uncertain network (UN).
To capture the dynamic characteristics of the brain, dFC is obtained by calculating the Pearson correlation between the time-courses of the BOLD signals of pair regions within a window [29]–[31]. The details of obtaining the multimodal data can be seen in Appendix I-D. By grid search, we choose window length being 14, 17, and 33 for Emoid, Nback, and Rest fMRIs respectively, and scan length is 1 for all three modalities. Thus, each subject provides a dFC matrix corresponding to Emoid, Nback, and Rest fMRIs, where . To reduce the complexity of computation, systematic sampling is used to select 20 sub-sequences from the dFC matrix corresponding to each modality of each subject [4]. Training data contains 80% of the subjects and the remaining subjects are test data.
B. Experimental Results
To evaluate the performance of the algorithm, the signal-to-noise ratio (SNR) [32] is used as evaluation index which is defined as
Given that the grid search method can simply make a complete search over a given hyperparameters space, easily be parallelized to find more stable optimal hyperparameter [33], [34], it is used to select appropriate hyperparameters. Specifically, one of the hyperparameters is selected by the grid search method when other hyperparameters are fixed. By repeating the above process, all hyperparameters are optimized, and the results are shown in Figure 1 of the Supplementary material. There are 7 layers of sDAE with 34716, 10000, 6000, 1000, 6000,10000, 34716 units respectively. The number of atoms is 300 , the sparsity parameter is 0.1 , the regularization coefficients , , , , , and are 0.0001, 0.0005, 0.0003, 0.0001, 0.0005, and 0.001 respectively, the nearest neighbor of hypergraph is 9. Because problem (6) and (8) are nonconvex, RMSProp algorithm is used to update and due to the better generalization ability and it is less prone to overfitting [35]. For RMSProp algorithm, the learning rates and are 0.00005 and 0.00008 respectively, and the square gradient decay rates and are both 0.9.
Based on the optimal hyperparameters, we apply EMDDL to the training data to obtain the dictionary and sparse representations. The learning curves of loss functions and the SNR evaluation on both training data and testing data are shown in Fig. 2. The results testify that the sparse representations can characterize the local geometric relationships between data and dictionary in the two spaces. The SNR of EMDDL, multimodal dictionary learning (MDL) [36] and sparse deep dictionary learning (SDDL) [4] on testing data are shown in Table I. It shows that the multimodal-based methods have better reconstruction ability compared with the single modality methods, and the generalization ability in reconstruction of EMDDL are better than the other two methods. It testifies that integrating the multimodal prior or combining the complementary information from diverse modalities can promote model enhancement.
Fig. 2:

The learning curves of loss functions and the SNR evaluation on both training data and testing data of EMDDL. The curve is formed by the average of 10 repetitions, and the gray shadow is formed by the standard deviation of 10 repetitions.
TABLE I:
The SNR on testing data of various methods.
| Multimodal based methods | Single modality based methods | |||
|---|---|---|---|---|
|
| ||||
| Paradigm | Method | EMDDL | MDL | SDDL |
| SNR | ||||
| Emoid | 3.2577 | 2.6416 | 0.9338 | |
| Nback | 3.8650 | 3.2029 | 1.2219 | |
| Rest | 4.8046 | 4.1108 | 1.0622 | |
C. States Analysis of Multimodal Data
To find the differences in reoccurring patterns of dFC (i.e., states) between children and young adults, means clustering method with the cityblock distance metric is used to obtain the reoccurring patterns of each group in each modality [37]. Specifically, sparse representations of each group in each modality are clustered, and then states can be obtained by multiplying the dictionary and the cluster centroid. We use the elbow criterion defined as within-cluster sums of distances to estimate the optimal number of dFC states, and the optimal number of dFC states for Emoid, Nback, and Rest fMRIs are 5, 5, and 4 respectively. To test whether the clustering results are consistent in multiple subgroups, we use the kappa coefficient as the indicator [38], and the details can be seen in Supplementary material. The results indicate that the clustering results obtained from two different subgroups are substantial agreement or perfect agreement in a large probability. For Emoid task, the proportions of each state for children are 14.07%, 22.28%, 17.52%, 25.53%, and 20.61% respectively, while the proportions of each state for young adults are 9.08%, 21.06%, 14.55%, 27.29%, and 28.01% respectively. For Nback task, the proportions in these states for children are 11.14%, 19.19%, 24.23%, 22.97%, and 22.48% respectively, while the proportions in these states for young adults are 7.5%, 14.28%, 22.53%, 25.58%, and 30.1% respectively. For Rest fMRI, the proportions of these states for children are 31.14%, 29.35%, 34.15%, and 5.37% respectively, while the proportions of these states for young adults are 21.64%, 13.87%, 27.43%, and 37.05% respectively.
To further investigate the time occupied divergence of each state, dwell time (DT) and fraction of time (FT) are estimated from the state transition vector [7]. DT represents how long an individual spends in a given state on average, and FT is to describe the total time spent in a given state. For a subject , DT and FT of -th state are defined by
where and are computed by
in which "1" and "−1" mean that the specific window of -th subject belongs to a certain state or not; is the states of the -th subject in all window. The reoccurring patterns and time occupied divergence of Emoid, Nback, and Rest fMRIs for children and young adults are shown in Figures 3–5, where *, **, ***, **** and ***** denote the significant level 0.05, 0.01, 0.001, 0.0001, and 0.00001 respectively. In Figures 3–5 B, the dots represent DT values or FT values in each state of all subjects, and the blocks represent the box plot (i.e., the central mark indicates the median, and the bottom and top edges of the box indicate the 25 th and 75 th percentiles, respectively) of DT values or FT values in each state of all subjects. Moreover, we visualize the top 100 significant functional connectivity related to age in each state (i.e., the functional connectivity corresponding to the 100 smallest FDR-corrected -values of two-sample -test performed across subjecťs mean dFC by state) under Emoid, Nback, and Rest, which are shown in Figures 2–4 of the Supplementary material.
Fig. 3:

A. The states for the child groups (top) and young adult groups (bottom) during Emoid task. B. (a) and (b) are the values as well as box plot of DT and FT in each state for children and young adults during Emoid task respectively. (c) and (d) are the mean of DT and FT of all subjects for children and young adults in each state during Emoid task respectively.
Fig. 5:

A. The states for the child groups (top) and young adult groups (bottom) during rest. B. (a) and (b) are the values as well as box plot of DT and FT in each state for children and young adults during rest respectively. (c) and (d) are the mean of DT and FT of all subjects for children and young adults in each state during rest respectively.
To study the changes in reoccurring patterns over time under two tasks and resting state, we define the transition probabilities from time to time as follows
where is the state vector for -th subject, and for ( is 5,5 , and 4 for Emoid, Nback, and Rest respectively) represents that the -th subject is in state at time . is an indicative function, which is 1 when the condition is true, otherwise it is 0 . The probability of each state at the initial time is defined as
Specifically, for a given state at time , we can calculate the transition probabilities for from time to time . Then we record the maximum transition probability and the corresponding state at time , and denote them as and respectively. By repeating the above steps, we can obtain the state transition curve with maximum state transition probability, which is shown in Figures 5–7 A of the Supplementary material. To further explore how the strength of functional connectivity changes over time, we count the proportion of enhancement and decrease of functional connections within or between functional networks during state transition, which is shown in Figures 5–7 B of the Supplementary material. To contrast the functional connectivity matrices between two adjacent states at the state transition point, we visualized the differences of the functional connectivity matrices between two adjacent states at the state transition point for each group under Emoid task and Nback task, which are shown in Figure 8 of the Supplementary material.
V. Discussion
A. Developmental Differences
1). The Common Developmental Differences of Three fMRI Paradigms:
Figures 3–5 A show the reoccurring patterns of three paradigms for both children and young adults. For the child group, we found that states 1, 2, and 3 in the resting state are similar to the Emoid states 2, 3, and 4 (Pearson correlation coefficient is 0.9687, 0.9631, and 0.9631 respectively) and the Nback states 5, 2, and 3 (Pearson correlation coefficient is 0.9744, 0.9856, and 0.9602 respectively). The analogous conclusions also can be found in the young adult group, where all reoccurring patterns in resting state are similar to Emoid states 2, 3, 4, and 5 (Pearson correlation coefficient is 0.9379, 0.9561, 0.9191 and 0.9588 respectively) and Nback states 3, 2, 5, and 4 (Pearson correlation coefficient is 0.9552, 0.9612, 0.9566, and 0.9696 respectively). It indicates that the reoccurring patterns of three paradigms are similar for a subject. The same conclusion also can be found in previous research [39], which reveals that no matter in resting state or task, the basic structure of the brain functional network remains relatively consistent. The finding testifies that the brain has a shared functional architecture during resting and many directed tasks, and the shared functional architecture of the brain can only modulate the connectivity pattern in response to task demands. In other words, the overlapping functional connectivity patterns between Rest fMRI and two task fMRIs suggest a shared functional architecture underlying and even shaping brain function, and a potential explanation of overlap is that the functional connectivity during resting constrains the activation of brain regions in response to task demands [40].
Although the brain shares the basic functional architecture during task and resting state, the basic functional organization between children and young adults are different. The number of within or between functional networks that children exist high-strength functional connections is 43 in state 1 and 2 in state 3 under Emoid task, 55 in state 1 and 10 in state 2 under Nback task, and 13 in state 2 under resting state. The number of within or between functional networks that young adults exist high-strength functional connections is 9 in state 1 under Emoid task, 20 in state 1 under Nback task, and 2 in state 2 under resting state. For all three fMRI paradigms, we found that children have many high-strength functional connections distributed widely among 13 functional networks, young adults have high-strength functional connections only within and between some functional networks. It is consistent with the previous studies that children show more diffuse functional connectivity patterns while young adults show more focused functional connectivity patterns, and the changes in functional connectivity patterns between children and young adults explain how brain function changes from an undifferentiated system to a specialized system as one grows up [3], [4]. The brain organization of distinct and stronger within-network communication can promote precise modulation efficiently because it can transfer more information in a short time [41]. Thus, compared with children with more diffuse functional connectivity patterns, the brain organization of young adults with more focused functional connectivity patterns can transmit information more efficiently and facilitate precise modulation during resting and two tasks.
Additionally, the functional connectivity among DMN, SC<, MRN, CN, AN, FPTCN, and SN is decreased in most reoccurring patterns for Emoid, Nback, and Rest fMRIs during development. DMN, so-called task-negative network, is broadly inactivated across tasks, which are closely related to numer- ous key brain functions such as integration of autobiographic information, self-monitoring, and social cognition [28]. It is reported that the functional activity in DMN never stops but regulates during the resting state [42]. SCN participates in memory, attention, perception, and consciousness, and dominates the motivation and emotion state independent control of cortical functions [43]. MRN is reported to be engaged during autobiographical memory retrieval that involves strategic search processes guided by self-knowledge and current goals, memory recovery associated with a rich sense of reexperience, monitoring, and other control processes [44]. CN is not just considered as the domain of motor control that receives information from widespread regions to affect the generation and control of movement, but also is thought to be involved in cognition and visuospatial reasoning [45]. AN innervated by autonomic nerves, involves activities related to sound information including collection, conduction, and processing [46], [47]. FPTCN involving working memory maintenance, predictive perceptual coding, and cognitive task, is thought to play an important part in mediating the allocation of attentional resources to compete for auditory information under varying degrees of perceptual demand [48]. SN is thought to regulate attention and behavior adaptively through the physical characteristics and the relevant information of the task, and also is considered to be a key interface for cognitive, homeostatic, motivational, and affective systems [49]. Both resting and task fMRIs suggest that the functions of the brain in processing information, working memory, and cognition are not mature in children compared with young adults [3].
The functional connectivity between SSN, COTCN, DAN, and some other functional networks is increased in some reoccurring patterns for resting and task fMRIs during development. SSN participates in the process of emotional feeling and cognitive activities [50]. COTCN is the key to coordinate information transmission and involves many complex cognitive tasks [51]. DAN controls external and attentiondemanding cognitive functions [52]. Three fMRI paradigms indicate that brain functions related to emotional feelings, cognition, and information transmission are still growing with age.
2). The Developmental Differences of Each fMRI Paradigm:
Figures 3–5 B show the time occupied divergence of children and young adults during task and resting state. Both children and young adults have lower DT and FT in each state for two tasks while having higher DT and FT in each state during rest. It indicates that subjects including children and young adults tend to switch frequently among states in tasks and prefer to stay in a particular state while resting. It reveals that the spontaneous functional activity is stable during resting state, and then the functional activity corresponding to task demands changes quickly when the participant is required to perform a task [53].
For Emoid fMRI, both children and young adults stay in states 2, 3, and 4 for about the same time, but children stay longer in state 1 while young adults stay longer in state 5 . Under the Emoid task, whether the initial state is 2, 3, 4, or 5, the children group will eventually switch to state 4 at time 9, and then they will switch back and forth between state 2 and state 4 . When the initial state is 1 , children group will stay in state 1 for the most time and then switch to state 3. No matter which the initial state is, the young adult group will eventually switch to state 5 at time 5 and stay at state 5 for a long while, and then they will switch to state 4 at time 18 . The result of the Emoid task indicates that children have more frequent state transitions between state 2 and state 4 , and the strength of functional connections within or between functional networks changes over time. Compared with children, the strength of functional connectivity within or between functional networks decreases at the early stage for young adults, and then they prefer to stay in state 5 .
For Nback fMRI, both children and young adults stay in states 2, 3, and 4 for about the same time, but children stay longer in state 1 while young adults stay longer in state 5 . Under the Nback task, no matter which the initial state is, the children group will eventually switch to state 4 at time 9, and then they will stay at state 4 until they switch to state 3 at time 18. The young adult group switch between state 4 and state 5 after time 7 in any initial state. The result of the Nback task indicates that the strength of functional connectivity for children changes over time during the frequent state transition at an early time, and then they will stay at state 4 for a while and finally switch to state 3. Unlike children, young adults prefer to stay for a while after switching to state 4 or state 5 , and the strength of functional connectivity within or between functional networks decreases first, then increases, and then decreases during state transition between state 4 and state 5.
For Rest fMRI, both children and young adults stay in state 3 for about the same time. Children stay longer in state 1 and state 2, whereas young adults prefer to stay in state 4 . Under the resting state, both children and young adults prefer to stay in a specified state with no change in the strength of functional connectivity within or between functional networks. We found that children prefer to switch among states with diffuse functional connectivity patterns during the two tasks and stay in states with diffuse functional connectivity patterns during rest. On the other hand, young adults switch among states with focused functional connectivity patterns in two task fMRIs and stay in states with focused functional connectivity patterns during rest.
For Emoid fMRI, along with the enhanced functional connectivity among SSN, COTCN, and DAN with age in states 4 and 5, the functional connectivity in the rest states declines to various degrees. For Nback fMRI, there exists enhanced functional connections within and between 13 functional networks in state 3 during development. Also, the functional connectivity decreases in the rest states with age. For Rest fMRI, in states 1,2, and 4, there are not only lessened functional connections which mainly exist among SCN, MRN, CN, DMN, AN, FPTCN, and SN, but also exist strengthen functional connections which are mainly among SSN, COTCN, and DAN. In state 3 of Rest fMRI, the functional connections within and between 13 functional networks enhance during development. We found that compared with children, the functional connectivity of young adults increases or reduces with time for resting fMRI while generally decreasing for the two tasks. It indicates that the changes of functional connectivity with age are more complex in resting, and the brain functions related to emotion and working memory are more mature and efficient during development [4], [41].
B. Future Work
In this paper, the functional connections of three fMRI paradigms were used for learning the modality-shared dictionary and modality-specific sparse representations. An interesting note is that the dynamic functional connections of multiple modalities from multiple subjects can be treated as a higher-order tensor by considering time dimension, subject dimension, or modality dimension. Higher-order tensor can maintain the structure relationship of different dimensions of data, which may be lost in a low dimensional form. Besides, by considering the brain regions as nodes of a graph, the functional connections can be viewed as the weight matrix of edges for a graph. Compared with regarding the functional connections as a feature vector, considering the functional connections as a graph feature can help to discover the structural relationships among brain regions. Hence, a meaningful future work is to incorporate the structural information of different dimensions of the data or the graph structural information of the brain into EMDDL, which may help to improve the model performance and capture the intrinsic topological structure of the brain.
VI. Conclusion
In this paper, we present an explainable multimodal deep dictionary learning method to capture the developmental differences between children and young adults from three fMRI paradigms. Specifically, the shared dictionary and the modality-specific sparse representations are learned based on the multimodal data and their encodings of the sDAE to simultaneously reveal the commonality and specificity of different paradigms. By applying the proposed method to the three fMRI paradigms from PNC, we found that children share a diffuse functional connectivity pattern while young adults share a focused functional connectivity pattern during both resting and two tasks. Three fMRI paradigms reveal that compared with children, young adults possess more mature and efficient functional networks for processing information. Children and young adults rarely transit from one state to other states during resting and prefer to switch among states over time during a task.
Supplementary Material
Fig. 4:

A. The states for the child groups (top) and young adult groups (bottom) during Nback task. B. (a) and (b) are the values as well as box plot of DT and FT in each state for children and young adults during Nback task respectively. (c) and (d) are the mean of DT and FT of all subjects for children and young adults in each state during Nback task respectively.
Acknowledgments
This research was supported by the National Natural Science Foundation of China (No. 12090021 and No. 12271429), the National Key Research and Development Program of China (No. 2020AAA0106302) the Natural Science Basic Research Program of Shaanxi (No. 2022JM005), and was partly supported by the National Institutes of Health (R01 MH104680, R01 GM109068, R01 MH121101, R01 MH116782, R01 MH118013 and P20-GM144641) and the HPC Platform, Xi'an Jiaotong University. (Corresponding author: Chen Qiao and Yuping Wang)
Appendix 1
A. The Comparison of Sparsity of Activations Among -norm, -norm, and Kullback-Leibler Divergence
Let be a small positive constant between 0 and 1 , and with being the -th element of is the average activation of neural in the -th layer, then the Kullback-Leibler divergence is defined as
The penalty functions based on -norm and -norm are defined as
The sparsity and SNR with -norm, -norm and KullbackLeibler divergence have been compared and the results are shown in Figure 9 of the Supplementary material. The results show that the sparsity of Kullback-Leibler divergence is better than that of -norm in most hidden layers, and the sparsity of -norm is the worst among the above three penalty functions. The SNR evaluation of EMDDL on the multimodal data in both the original space and the encoding space show that, EMDDL based on Kullback-Leibler divergence has better reconstruction ability compared with -norm and -norm.
B. The Proof of the Convexity of
The convexity of depends on whether its Hessian matrix is positive definite or not. Thus, as long as is positive definite, the convexity of can be guaranteed. The Hessian matrix is
According to the Weyl's inequality [54], we have
Where denotes the smallest eigenvalue of a matrix. To ensure the positive definite of the Hessian matrix , should be greater than 0 . Thus, is convex when holds.
C. The Lipschitz Constant of the Gradient
For every , we have
Thus, the Lipschitz constant of the gradient is
| (13) |
where denotes the largest eigenvalue of a matrix.
D. The Details of Obtaining Multimodal Data
There are 264 BOLD signals with time points for the -th modality of the -th subject. , the functional connectivity between the -th ROI and the -th ROI within the -th window for the -th modality of the -th subject, is calculated based on the Pearson correlation coefficient, which is defined as follows
where is the -th BOLD signal value of the -th ROI within the -th window for the -th modality of the -th subject. is the sample mean of the BOLD signals of the -th ROI within the th window for the -th modality of the -th subject. By calculating the functional connectivity between any two ROIs within the -th window for the -th modality of the -th subject, functional connections can be obtained within the -th window for the -th modality of the -th subject. For a BOLD signals with time points, we can obtain windows with window length and scan length . Thus, a dynamic functional connection matrix can be obtained for the -th modality of the -th subject. Let be the data of the -th modality, and multimodal data is composed of modalities. In which, , with being the number of subjects, and . The flowchart of calculating is shown in Figure 10 of the Supplementary material.
Contributor Information
Lan Yang, School of Mathematics and Statistics, Xi'an Jiaotong University, Xi'an 710049 P.R. China.
Chen Qiao, School of Mathematics and Statistics, Xi'an Jiaotong University, Xi'an 710049 P.R. China.
Huiyu Zhou, School of Computing and Mathematical Sciences, University of Leicester, United Kingdom.
Vince D. Calhoun, Tri-Institutional Center for Translational Research in Neuroimaging and Data Science (TReNDS), Georgia State University, Georgia Institute of Technology, Emory University, Atlanta, GA 30030
Julia M. Stephen, Mind Research Network, Albuquerque, NM 87106
Tony W. Wilson, Institute for Human Neuroscience, Boys Town National Research Hospital, Boys Town, NE 68010
Yuping Wang, Department of Biomedical Engineering, Tulane University, New Orleans, LA 70118 USA.
REFERENCES
- [1].Edde M et al. “Functional brain connectivity changes across the human life span: From fetal development to old age,” Journal of Neuroscience Research, vol. 99, no. 1, pp. 236–262, 2021. [DOI] [PubMed] [Google Scholar]
- [2].Hu W et al. “Deep collaborative learning with application to the study of multimodal brain development,” IEEE Transactions on Biomedical Engineering, vol. 66, no. 12, pp. 3346–3359, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [3].Jolles DD et al. “A comprehensive study of whole-brain functional connectivity in children and young adults,” Cerebral Cortex, vol. 21, no. 2, pp. 385–391, 062010. [DOI] [PubMed] [Google Scholar]
- [4].Qiao C et al. “Sparse deep dictionary learning identifies differences of time-varying functional connectivity in brain neuro-developmental study,” Neural Networks, vol. 135, pp. 91–104, 2021. [DOI] [PubMed] [Google Scholar]
- [5].Cai B et al. “Capturing dynamic connectivity from resting state fmri using time-varying graphical lasso,” IEEE Transactions on Biomedical Engineering, vol. 66, no. 7, pp. 1852–1862, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [6].Sun Y et al. “Brain state-dependent dynamic functional connectivity patterns in attention-deficit/hyperactivity disorder,' Journal of Psychiatric Research, vol. 138, pp. 569–575, 2021. [DOI] [PubMed] [Google Scholar]
- [7].Cai B et al. “Estimation of dynamic sparse connectivity patterns from resting state fmri,” IEEE Transactions on Medical Imaging, vol. 37, no. 5, pp. 1224–1234, 2018 [DOI] [PMC free article] [PubMed] [Google Scholar]
- [8].Choe AS et al. “Comparing test-retest reliability of dynamic functional connectivity methods,” NeuroImage, vol. 158, pp. 155–175, 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [9].Rahim M et al. “Integrating multimodal priors in predictive models for the functional characterization of alzheimer's disease,” in Medical Image Computing and Computer-Assisted Intervention - MICCAI 2015, Navab N, Hornegger J, Wells WM, and Frangi A, Eds. Cham: Springer International Publishing, 2015, pp. 207–214. [Google Scholar]
- [10].Li Q et al. “Classification of alzheimer's disease, mild cognitive impairment, and cognitively unimpaired individuals using multi-feature kernel discriminant dictionary learning,” Frontiers in Computational Neuroscience, vol. 11, pp. 1–14, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [11].Li Q et al. “Multi-modal discriminative dictionary learning for alzheimer's disease and mild cognitive impairment,” Computer Methods and Programs in Biomedicine, vol. 150, pp. 1–8, 2017. [DOI] [PubMed] [Google Scholar]
- [12].Xiao L et al. “A manifold regularized multi-task learning model for iq prediction from two fmri paradigms,” IEEE Transactions on Biomedical Engineering, vol. 67, no. 3, pp. 796–806, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [13].Liu F et al. “Inter-modality relationship constrained multi-modality multi-task feature selection for alzheimer's disease and mild cognitive impairment identification,” NeuroImage, vol. 84, pp. 466–475, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [14].Hu D et al. “Disentangled-multimodal adversarial autoencoder: Application to infant age prediction with incomplete multimodal neuroimages,” IEEE Transactions on Medical Imaging, vol. 39, no. 12, pp. 41374149, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [15].Abreu R et al. “Identification of epileptic brain states by dynamic functional connectivity analysis of simultaneous EEG-fMRI: a dictionary learning approach,” Scientific Reports, vol. 9, no. 1, p. 638, 2019. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [16].Li H et al. “Multi-modality low-rank learning fused first-order and second-order information for computer-aided diagnosis of schizophrenia,” in Intelligence Science and Big Data Engineering. Big Data and Machine Learning, Cui Z, Pan J, Zhang S, Xiao L, and Yang J, Eds. Cham: Springer International Publishing, 2019, pp. 356–368. [Google Scholar]
- [17].D'Souza N et al. “Deep sr-ddl: Deep structurally regularized dynamic dictionary learning to integrate multimodal and dynamic functional connectomics data for multidimensional clinical characterizations,” NeuroImage, vol. 241, p. 118388, 2021 [DOI] [PMC free article] [PubMed] [Google Scholar]
- [18].Shao W et al. “Hypergraph based multi-task feature selection for multimodal classification of alzheimer's disease,” Computerized Medical Imaging and Graphics, vol. 80, p. 101663, 2020. [DOI] [PubMed] [Google Scholar]
- [19].Di D et al. “Hypergraph learning for identification of covid-19 with ct imaging,” Medical Image Analysis, vol. 68, p. 101910, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [20].Wang C et al. “High-level attributes modeling for indoor scenes classification,” Neurocomputing, vol. 121, pp. 337–343, 2013, advances in Artificial Neural Networks and Machine Learning. [Google Scholar]
- [21].Schlkopf B et al. Learning with Hypergraphs: Clustering, Classification, and Embedding MIT Press, 2007, pp. 1601–1608. [Google Scholar]
- [22].Jin R et al. “Dictionary learning-based fmri data analysis for capturing common and individual neural activation maps,” IEEE Journal of Selected Topics in Signal Processing, vol. 14, no. 6, pp. 1265–1279, 2020. [Google Scholar]
- [23].Zhang Z et al. “Trace ratio optimization-based semi-supervised nonlinear dimensionality reduction for marginal manifold visualization,” IEEE Transactions on Knowledge and Data Engineering, vol. 25, no. 5, pp. 1148–1161, 2013. [Google Scholar]
- [24].Yang M et al. “Fisher discrimination dictionary learning for sparse representation,” in 2011. International Conference on Computer Vision, 2011, pp. 543–550.
- [25].Zhou Y and Barner KE, “Locality constrained dictionary learning for nonlinear dimensionality reduction,” IEEE Signal Processing Letters, vol. 20 , no. 4, pp. 335–338, 2013 [Google Scholar]
- [26].Beck A and Teboulle M, “A fast iterative shrinkage-thresholding algorithm for linear inverse problems,” SIAM J. Img. Sci, vol. 2, no. 1, pp. 183–202, Mar. 2009. [Google Scholar]
- [27].Satterthwaite TD et al. “Neuroimaging of the philadelphia neurodevelopmental cohort,” NeuroImage, vol. 86, pp. 544–553, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [28].Power JD et al. “Functional network organization of the human brain,” Neuron, vol. 72, no. 4, pp. 665–678, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [29].Shakil S et al. “Evaluation of sliding window correlation performance for characterizing dynamic functional connectivity and brain states,” NeuroImage, vol. 133, pp. 111–128, 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [30].Sakolu Ü et al. “A method for evaluating dynamic functional network connectivity and task-modulation: application to schizophrenia,” Magnetic Resonance Materials in Physics, Biology and Medicine, vol. 23, no. 5, pp. 351–366, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [31].Calhoun V et al. “The chronnectome: Time-varying connectivity networks as the next frontier in fmri data discovery,” Neuron, vol. 84, no. 2, pp. 262–274, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [32].Engan K et al. “Family of iterative 1s-based dictionary learning algorithms, ils-dla, for sparse signal representation,” Digital Signal Processing, vol. 17, no. 1, pp. 32–49, 2007. [Google Scholar]
- [33].Abas M et al. “Agarwood oil quality classification using support vector classifier and grid search cross validation hyperparameter tuning,” International Journal of Emerging Trends in Engineering Research, vol. 8, no. 6, pp. 2551–2556, 2020. [Google Scholar]
- [34].Saud S et al. “Performance improvement of empirical models for estimation of global solar radiation in india: A k-fold cross-validation approach,” Sustainable Energy Technologies and Assessments, vol. 40, p. 100768, 2020. [Google Scholar]
- [35].Xu D et al. “Convergence of the rmsprop deep learning method with penalty for nonconvex optimization,” Neural Networks, vol. 139, pp. 17–23, 2021. [DOI] [PubMed] [Google Scholar]
- [36].Bahrampour S et al. “Multimodal task-driven dictionary learning for image classification,” IEEE Transactions on Image Processing, vol. 25, no. 1, pp. 24–38, 2016. [DOI] [PubMed] [Google Scholar]
- [37].Kanungo T et al. “An efficient k-means clustering algorithm: analysis and implementation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 24, no. 7, pp. 881–892, 2002. [Google Scholar]
- [38].Cohen J, “A coefficient of agreement for nominal scales,” Educational & Psychological Measurement, vol. 20, pp. 37–46, 1960. [Google Scholar]
- [39].Cole M et al. “Intrinsic and task-evoked network architectures of the human brain,” Neuron, vol. 83, no. 1, pp. 238–251, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [40].Hughes C et al. “Aging relates to a disproportionately weaker functional architecture of brain networks during rest and task states,” NeuroImage, vol. 209, p. 116521, 2020. [DOI] [PubMed] [Google Scholar]
- [41].Bullmore E and Sporns O, “The economy of brain network organization,” Nature Reviews Neuroscience, vol. 13, no. 5, pp. 336–349, 2012. [DOI] [PubMed] [Google Scholar]
- [42].Spreng RN et al. “The common neural basis of autobiographical memory, prospection, navigation, theory of mind, and the default mode: A quantitative meta-analysis,” J Cogn Neurosci, vol. 21, no. 3, pp. 489510, 2009. [DOI] [PubMed] [Google Scholar]
- [43].Kang J et al. “Energy landscape analysis of the subcortical brain network unravels system properties beneath resting state dynamics,” NeuroImage, vol. 149, pp. 153–164, 2017. [DOI] [PubMed] [Google Scholar]
- [44].St. Jacques PL et al. “Dynamic neural networks supporting memory retrieval,” NeuroImage, vol. 57, no. 2, pp. 608–616, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [45].Bostan AC et al. “Cerebellar networks with the cerebral cortex and basal ganglia,” Trends in Cognitive Sciences, vol. 17, no. 5, pp. 241–254, 2013. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [46].Smith SM et al. “Correspondence of the brain's functional architecture during activation and rest,” Proceedings of the National Academy of Sciences, vol. 106, no. 31, pp. 13040–13045, 2009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [47].Leaver AM et al. “Dysregulation of limbic and auditory networks in tinnitus,” Neuron, vol. 69, no. 1, pp. 33–43, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [48].Pillay S et al. “Perceptual demand and distraction interactions mediated by task-control networks,” NeuroImage, vol. 138, pp. 141–146, 2016. [DOI] [PubMed] [Google Scholar]
- [49].Mesnon V, “Salience network,” in Brain Mapping, Toga AW, Ed. Waltham: Academic Press, 2015, pp. 597–611. [Google Scholar]
- [50].Londei A et al. “Sensory-motor brain network connectivity for speech comprehension,” Human Brain Mapping, vol. 31, no. 4, pp. 567–580, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [51].Sheffield JM et al. “Fronto-parietal and cingulo-opercular network integrity and cognition in health and schizophrenia,” Neuropsychologia, vol. 73 , pp. 82–93, 2015. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [52].Gao W et al. “The synchronization within and interaction between the default and dorsal attention networks in early infancy,” Cerebral Cortex, vol. 23, no. 3, pp. 594–603, 022012. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [53].Jiang R et al. “Task-induced brain connectivity promotes the detection of individual differences in brain-behavior relationships,” NeuroImage, vol. 207, p. 116370, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [54].Merikoski Jorma K KR, “Inequalities for spreads of matrix sums and products.” Applied Mathematics E-Notes [electronic only], vol. 4, pp. 150–159, 2004. [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
