- School of Computer Science and Technology, Hainan University, Haikou, China
Introduction: The analysis of functional brain networks (FBNs) has become a promising and powerful tool for auxiliary diagnosis of brain diseases, such as Alzheimer’s disease (AD) and its prodromal stage. Previous studies usually estimate FBNs using full band Blood Oxygen Level Dependent (BOLD) signal. However, a single band is not sufficient to capture the diagnostic and prognostic information contained in multiple frequency bands.
Method: To address this issue, we propose a novel multi-band network fusion framework (MBNF) to combine the various information (e.g., the diversification of structural features) of multi-band FBNs. We first decompose the BOLD signal adaptively into two frequency bands named high-frequency band and low-frequency band by the ensemble empirical mode decomposition (EEMD). Then the similarity network fusion (SNF) is performed to blend two networks constructed by two frequency bands together into a multi-band fusion network. In addition, we extract the features of the fused network towards a better classification performance.
Result: To verify the validity of the scheme, we conduct our MBNF method on the public ADNI database for identifying subjects with AD/MCI from normal controls.
Discussion: Experimental results demonstrate that the proposed scheme extracts rich multi-band network features and biomarker information, and also achieves better classification accuracy.
1 Introduction
Alzheimer’s disease (AD) is an irreversible neurodegenerative disease that severely impacts the quality of life for patients (1). As a non-invasive measure for detecting brain abnormalities, functional brain network (FBN), derived from resting state magnetic resonance imaging (rs-fMRI), provides a valuable opportunity for early intervention and control of AD disease. Previous studies usually divide the brain of patients into several regions of interest (ROI) through a certain brain template. Then, the FBN is constructed by calculating the full band Blood Oxygen Level Dependent (BOLD) signals correlation coefficients among these ROIs. However, a single band is not sufficient to capture the diagnostic and prognostic information contained in multiple frequency bands.
In practice, BOLD signals based on different frequencies have different physiological significance. As early as 1995, researchers found that there is a correlation between low-frequency BOLD signals in certain brain regions (2). In 2011, Baria et al. divided the BOLD signal into four frequency bands to study the energy of each band and its distribution in the whole brain. They found that the signals in the 0.01–0.05 Hz frequency band are mainly distributed in the prefrontal, parietal, and occipital cortices; the signals in the 0.05–0.1 Hz frequency band are mainly distributed in the thalamus and basal ganglia; the signals in the 0.1–0.15 Hz frequency band are mainly distributed in the insula and temporal cortex; the signals in the 0.15–0.2 Hz frequency band are also distributed in the insula and temporal cortex (3). Most studies focused on the BOLD signal at (0.01–0.08) Hz, a range in which frequencies vary between brain regions.
In addition to the different physiological significance, many studies found that the use of frequency division in estimating FBNs with different frequency bands can achieve a variety of descriptions of FBN structures. For example, Zhang et al. calculate the node statistics (e.g., node degree, node path length, and betweenness centrality) of FBNs estimated by different bands and discover that the structural characteristics of different frequency bands are significantly different (4). Song et al. decomposed the time series of each voxel and found that ReHo in cortical areas was higher and more frequency-dependent than those in the subcortical regions (5). Li et al. found that compared with the healthy control group, the functional connectivity of patients with temporal lobe epilepsy in δ, θ, low α, and β bands was significantly increased, and the value of the weighted small-world measure in θ band was significantly decreased (6). Besides, studies have found that different band-based FBNs used for disease diagnosis achieved different classification results (7). The explanation is that FBNs based on different frequencies have different discrimination abilities.
Since the different information brought by different frequency bands, it is a good perspective to decompose the BOLD signal into multiple bands for constructing multiple FBNs and fuse the features of every FBN. For example, Zou et al. extract the temporal, spatial, and spatial-temporal variability features of functional networks in each frequency band and fused them into a set of feature vectors for schizophrenia classification (8). Zuo et al. proposed a deep multi-fusion framework with classifier-based feature synthesis to automatically fuse multi-modal medical images. They validated the approach for brain disease classification using the fused images and illustrated that the improvement in classification performance is due to the adoption of the fusion strategy (9). However, these feature fusion methods have limited interpretability, which does not provide a good biomarker for the diagnosis of brain diseases. More important, both global-and local-level features extracted from FBNs tend to capture different network properties, which requires prior knowledge and thus makes the feature design an intractable problem.
Different from feature fusion, network fusion can obtain the diverse information of multiband-based FBNs and eliminate the redundant information caused by the correlation between different feature sets. Considering the varied characteristics of FBNs in different frequency bands, we propose a novel multi-band network fusion framework (MBNF) to estimate information-rich multi-frequency FBNs. Specifically, our framework can be summarized in the following steps: (1) using ensemble empirical mode decomposition (EEMD) to decomposed the bold signal into high and low-frequency bands adaptively; (2) fusing FBNs constructed by the two frequency bands into a multi-band fusion network by similarity network fusion (SNF); (3) extracting the features of the fused networks and employing the Support Vector Machines (SVM) for classification.
The rest of the paper is organized as follows. In Section “2 Material and methods,” we present the experimental data and the proposed method. In Section “3 Experiment,” we design the experiment and compare it with other methods. In Section “4 Discussion,” we discuss the effect of different signal decomposition methods, and different fusion methods on the classification results. Then, we propose the limitations of the work and future research directions. In Section “5 Conclusion,” we conclude this article.
2 Materials and methods
In this section, we first introduce data acquisition and preprocessing in detail. Then the overall process of brain disease classification based on the MBNF framework is presented in the following parts.
2.1 Dataset description and image preprocessing
In this paper, we evaluate our proposed scheme based on the dataset from the Alzheimer’s Disease Neuroimaging Initiative (ADNI), which divides MCI into two subcategories, early MCI (eMCI) and late MCI (lMCI), and previous studies have shown that lMCI has a high potential for transition to AD. The datasets contain 154 normal controls (NCs), 165 eMCI, 145 lMCI, and 99 AD. The scan parameters of these data as listed below: in-plane image resolution is 2.29–3.31 mm and the thickness of each slice is 3.31 mm. The Echo time (TE) of the slice is 30 ms, and the repetition time (TR) is 2.2–3.1 s. Each subject’s scan consisted of 140 volumes. The detailed demographic information is shown in Table 1.
Table 1. Demographic information of the involved 563 rs-fMRI subjects from the Alzheimer’s Disease Neuroimaging Initiative (ADNI) database.
We used FSL FEAT software which is a standard pipeline to process the rs-fMRI scans (10). We first cast aside the first 3 volumes to allow signal stabilization. For the remaining 137 volumes, we corrected the slice time and motion to avoid interference with the data and eliminate the impact of head motion. Then, we striped the structural skull according to the T1-weighted MRI. We use the processed image to align with the Montreal Neurological Institute (MNI) space. All subjects are processed with band-pass filtering at frequency intervals of [0.015, 0.15 Hz]. And then we regress the nuisance signals which contain motion parameters, white matter, and cerebrospinal fluid. Furthermore, a Gaussian kernel with full-width-at half-maximum (FWHM) of 6 mm is used to smooth the data. It is worth noting that we did not perform scrubbing to data because this would introduce additional artifacts. At last, the brain space of fMRI scans is partitioned into 116 pre-defined ROIs using the Automated Anatomical Labeling (AAL) template (11). For each subject, the bold signals are extracted from each ROI, and then normalized as following:
where x denotes the time point signal from the i-th ROI. μi represents the mean of the x and σi denote the standard deviation of the x.
2.2 The multi-band network fusion framework
In this section, we introduce the multi-band network fusion framework (MBNF) scheme for brain disease diagnosis. As shown in Figure 1, the MBNF contains three major parts: (1) BOLD signal decomposition based on EEMD; (2) FBN construction and fusion; and (3) feature selection and classification.
Figure 1. Flowchart of the proposed multi-band network fusion framework (MBNF) scheme for brain disease classification, including four major parts: (A) data acquisition and image pre-processing; (B) blood oxygen level dependent (BOLD) signal decomposition based on ensemble empirical mode decomposition (EEMD); (C) functional brain networks (FBN) construction and fusion; and (D) feature selection and classification.
2.2.1 BOLD signal decomposition based on EEMD
Previous studies typically used band-pass filters (e.g., wavelet transform) to acquire multi-band signals. However, since the frequency characteristics of the BOLD signal are complex, traditional band-pass filters are unsuitable. Therefore, Huang et al. propose a novel adaptive signal time-frequency processing method called empirical mode decomposition (EMD) (12). Different from wavelet transform which needs to set the feasible decomposition layers in advance, EMD can decompose signals adaptively according to the time characteristics of data. Specifically, EMD can decompose the non-stationary time series into a group of Intrinsic Mode Functions (IMF) components, which are oscillatory functions with time-varying frequencies and can reflect the local characteristics of non-stationary signals (13).
In practice, the mode aliasing problem can occur during the execution of EMD, which leads to mistakes for subsequent feature extraction, model training, and pattern recognition. To solve this problem, the ensemble empirical mode decomposition (EEMD), an improved method of EMD, is performed for signal decomposition in the proposed MBNF method (14). Specifically, EEMD adds different white noises with the same amplitude to alter the extreme point characteristics of signals (15). Figure 2 presents the algorithm flowchart. In Figure 2, x is the original signal, nm represents the m−th additive white noise sequence, cm,f represents the f−th IMF component obtained by decomposition after adding white noise for the m−th time, f is the number of IMF components, rm,f is the residual function, and M is the average number of corresponding IMF components after multiple decomposition.
After obtaining the IMF components, we transformed the IMF time-domain signals of each brain region into frequency-domain signals to display the frequency-domain range of each IMF component. Note, since EEMD decomposition is adaptive, the number of IMF components after signal decomposition in each brain region may be different. Specifically, we calculate the average frequency of IMF components in every brain region and show the total results of all subjects in different categories (i.e., eMCI, lMCI, AD, and NC) in Figure 3. We can observe in Figure 3 that no matter in which category, the IMF1 component is about 0.06–0.16 Hz, while the average frequency of other IMF components is less than 0.1 Hz. In order to facilitate the construction of a FBN for subsequent analysis, IMF1 components are used as high-frequency BOLD signals, and the remaining IMFs components are integrated together as low-frequency BOLD signals.
Figure 3. The average frequency of intrinsic mode functions (IMF) components in every brain region in different categories.
2.2.2 FBN construction and fusion
Once we obtain the high/low-frequency BOLD signals of each ROI, we utilize the two types of signals to estimate different FBNs, which provides an effective tool to compare different subjects and to mine biomarkers of neurological/mental disorders. Note, we perform different methods to construct FBNs in the follow-up experiment for verifying the robustness of our method. In recent decades, a number of methods have been developed for constructing FBNs, among which the representative is Pearson’s correlation (PC) and sparse representation (SR) (16–18).
Specifically, denote P (P = 116 in this work) is the number of ROIs and T (T = 137 in this work) is the total number of temporal image volumes. For any i,j (i,j = 1,⋯,P), Wij is the functional connectivity between a pair of ROIs i and j. The calculation formula of PC-based functional connectivity is as follows:
where xi ∈ RT represents the time series of the ith ROI, is the corresponding mean vector of xi. Another FBN construction method is SR, which is an l1 -regularized linear regression. The mathematical model can be obtained by the following objective function:
where λ is a regularized parameter. Note, the same methods are performed for high-frequency FBN and low-frequency FBN.
After FBN construction, we perform the similarity network fusion (SNF) method to fuse high/low-frequency FBNs for obtaining complementary information of multi-frequency bands. The similarity fusion network is robust to noise and can obtain useful information from fewer samples (19, 20). For high-frequency FBN (WHigh) and low-frequency FBN (WLow), we construct similarity matrix SHigh and SLow separately. Note, similarity matrix is a sparse kernel matrix encoding its own sparse strong connections. For every similarity matrix S, we use the K-nearest neighbors (KNN) to measure the local affinity, and set the similarity between non-adjacent points to zero. The calculation formula of similarity value between a pair of ROIs i and j is as follows:
where KNNj represents a set of K-nearest neighbors of the ROI j in W. Similar to previous study (21), we set the number of nearest neighbors to 11.
Based on the sparse kernel matrixes SHigh and SLow, we fuse them into a single network using nonlinear methods. Each similar network needs to be updated iteratively to make it more similar to another network. For example, SHigh could be iteratively updated as follows:
where g is the number of iterations, (WLow)(g) represents the WLow after gth iteration.
Because different networks carry distinct frequency information, WHigh can integrate the information provided by WLow after several iterative learnings. At the same time, the sparse kernel matrix S guides the iterative process through the strongest connections of W, and thus can reduce the noise effectively. Iteration stops when the converged network is close to stopping changing. Because different networks carried different frequency information, fusion networks integrated the information provided by different frequency networks. When the iterative fusion network was almost constant, the network stopped iterating. Specifically, the fusion network stops updating in the process of iteration when it satisfies the formula (6):
Finally, we obtain the fusion network by averaging two networks. The fusion network is as follows:
where (⋅)′ represents the last updated matrix.
2.2.3 Feature selection and classification
Once we obtain the fused FBNs for all subjects, the subsequent task is to extract/select the most discriminative features according to the FBNs for disease classification. Currently, there are two categories of features based on different granularities in FBN analysis, including node-level and edge-level features. Since the node-level features tend to capture different network properties that caused the extra prior knowledge to design effective features, we use the edge-level feature (i.e., functional connectivity between ROIs) in our experiment. As shown in Figure 4, we concatenate the upper triangle of the obtained fused FBNs into an edge vector (removing the redundant part if the adjacent matrix is symmetric), and then pile up the edge vectors from all subjects into a feature matrix for subsequent classification tasks. Besides, in order to remove redundant information in these features, t-test is used for feature selection (P < 0.05).
Figure 4. The mechanism of traditional edge feature extraction in functional brain network (FBN). The network adjacency matrix from each subject is first mapped onto a vector by removing the redundant part if the matrix is symmetric, and then the vectors from all subjects are rearranged together as an input of the following feature selection methods.
Finally, considering that small changes in different steps (FBN construction, feature selection, and classification) will have an impact on the end results, it is difficult to conclude which step contributes further to the final accuracy. Therefore, the simplest and most popular classifier support vector machine (C = 1) is performed to classify the AD/MCI from NC. In addition, the reason for using SVM instead of deep learning is the latter often requires very large data sets. It is challenging to train a good model and tune the hyper-parameters when there are not enough training samples (subjects).
3 Experiment
In this section, we first introduce the competing methods with our proposed scheme and the settings of our experiment. Then the experiment result is analyzed in detail.
3.1 Competing methods
In the experiments, we compare our proposed MBNF with several schemes, including (1) Full-Band, a scheme based on FBN construction by a full BOLD signal; (2) Low-Band, a scheme based on FBN construction by the low band after BOLD signal decomposition; (3) High-Band, a scheme based on FBN construction by the high band after BOLD signal decomposition; (4) MBNF, our proposed scheme. For a fair comparison, we employ t-test (p < 0.05) to select discriminative features and then use SVM (C = 1) for brain disease classification for all competing schemes. Besides, two FBN construction methods mentioned in 2.2.2 are performed in our experiment to further indicate the effectiveness of our method.
3.2 Experimental settings
We designed four classification tasks to evaluate the performance of our method and four competing schemes, which are as follows: (1) eMCI vs. NC (2) lMCI vs. NC (3) AD vs. NC (4) eMCI vs. lMCI. Then, three evaluation metrics are employed for evaluating the classification performance of all methods, including classification accuracy (ACC), sensitivity (SEN), and specificity (SPE), which are defined as follows:
where TP, TN, FP, and FN represent true positive, true negative, false positive, and false negative, respectively. In addition to the above, we also add the area under the receiver operating characteristic curve (AUC) as another metric.
In our experiment, a 5-fold cross-validation (CV) is adopted to evaluate the generalization capability of the different methods. Besides, considering the hyper-parameters (i.e., sparsity) involved in the FBN construction methods may significantly affect the ultimate classification results, we select optimal parametric values by a grid search in a large range. For the regularized parameter λ in SR, we use 20 candidate values in [0.1, 0.15, 0.2, …, 0.95, 1]. Although PC is parameter-free. For a fair comparison, we perform a thresholding parameter in PC by preserving a percentage of connectivity with strongest correlation. To be consistent with other methods, we set up 20 sparsity from a candidate set [5%, 10%, …95%, 99%]. For example, 100% means all edges are preserved, and 90% means 10% weak edges are removed. Then, an inner-5-fold CV on the training data to determine the optimal sparsity, which is based on the classification accuracy in each inner loop. For fairness, we also employed inner-5-fold CV strategy in other competitive methods compared with MBNF. Note, we perform the 5-fold CV process 1,000 times independently to avoid random errors introduced in cross-validation, and the mean and standard deviation of the classification results are reported in Table 2. To illustrate the statistical significance of the results, we perform a paired t-test (p < 0.05) on the results of the methods involved and then use “*” to mark the results better than the other methods.
Table 2. Classification performance of four schemes in four classification tasks based on Pearson’s correlation (PC) construction method (mean ± standard deviation).
3.3 Classification results and analysis
Tables 2, 3 provide the classification results of four schemes in four tasks based on two FBN construction methods, and also shows some intriguing findings.
Table 3. Classification performance of four schemes in four classification tasks based on sparse representation (SR) construction method (mean ± standard deviation).
(1) The proposed scheme with multi-band fusion networks is significantly superior to other three competing schemes. This indicates that combining the various information of multi-band FBNs helps boost the classification performance for brain disease classification.
(2) The low-band scheme achieves a worse performance when compared with the high-band scheme in every classification task. Combined with previous researches (22, 23), the possible reason is that the features of high band-based FBNs are more robust and discriminative. For example, Zuo et al. have shown that the test–retest reliability of high-band-based fluctuations is greater and more widely distributed than that of the low-band (24).
(3) Regarding four tasks of classification based on two FBN construction methods, the task of identifying subjects with AD from normal controls is relatively easier. The underlying reason is that brain function degeneration in AD subjects could be more serious than MCI and NC.
3.4 Discriminative functional connections and brain regions
As the most important step in FBN analysis, selecting the discriminative features is meaningful to search for the biomarkers used to determine brain disease. A rising corpus of research indicates that many mental diseases emerge from interactions between various brain regions rather than being restricted to just one particular area of the brain. Therefore, we employ t-test to select the most discriminative functional connections for our MBFN method in four tasks of classification. As shown in Figure 5, the color of each arc is chosen at random for better visualization, and its thickness represents the discriminative power of connection (rather than the actual connectivity strength).
Figure 5. Most discriminative functional connections in four classification tasks: (A) eMCI vs. NC, (B) lMCI vs. NC, (C) AD vs. NC, and (D) eMCI vs. lMCI.
Besides, we also visualized the discriminative brain regions based on the functional connections in Figure 6. This visualization is drawn by BrainNet Viewer toolbox1 and these stably selected brain regions are mapped onto the International Consortium for Brain Mapping (ICBM) 152 surface based on AAL atlas. For MCI classification (eMCI vs. NC and lMCI vs. NC), we can observe that frontal lobe, Cingulum, Postcentral, Fusiform and inferior temporal gyrus are the most discriminative brain regions. Previous research has shown that abnormal changes in these brain regions accelerates the conversion of people with mild cognitive impairment to Alzheimer’s disease (25–30). Similarly, for AD classification, the regions of the posterior cingulate gyrus, postcentral gyrus, c, hippocampus, middle temporal gyrus, and inferior temporal gyrus are the most discriminative brain areas, which have been previously documented to be involved in AD (31–34).
Figure 6. Most discriminative regions of interests (ROIs) identified by our proposed MBFN method in four tasks of (A) eMCI vs. NC, (B) lMCI vs. NC, (C) AD vs. NC, and (D) eMCI vs. lMCI.
Many brain disorders are not isolated to specific brain regions, but result from the interaction of different brain regions. For example, the frontal lobe plays a key role in non-task long-term memory (35), the hippocampus is responsible for storage and transformation of long-term memory and spatial memory and localization (36), and the posterior cingulate gyrus is involved in processes such as emotion and self-evaluation (37). Memory loss, cognitive decline and frequent mood swings are hallmarks of Alzheimer’s disease (38). Previous studies have shown differences in the connections between these brain regions between AD patients and normal controls. These characteristics could be considered as biomarkers of Alzheimer’s disease (39).
3.5 Frequency variability of brain regions
To visually illustrate the difference between high-and low-frequency BOLD signals, we employ frequency variability (FV) to assess changes in different brain regions at different frequency bands (40). FV is defined as follows:
where FCf,i is the functional connection of node i(i = 1,⋯,116) to other ROIs in frequency band f, NF is the total number of frequency bands (here NF = 2). The higher the value of FV, the greater the difference of brain regions in different frequency bands. Figure 7 shows the FV of all ROIs in four categories (i.e., NC, eMCI, lMCI, and AD).
Figure 7. Frequency variability of all regions of interests (ROIs) in four categories (i.e., NC, eMCI, lMCI, and AD). The top right in every figure represents the ROI with the highest frequency variability (FV).
We can observe that the FV of normal people is relatively lower than other patient categories. The probable reason is that the disease of MCI/AD can cause disturbance of normal neuronal behavior and destruction of neuronal networks, which leads to unstable BOLD signals. In addition, for patient categories (i.e., eMCI, lMCI, and AD), the amygdala, middle temporal gyrus, and superior frontal gyrus showed relatively high FV, which may be biologically associated with MCI/AD.
4 Discussion
In this section, we first analyze the effect of different signal decomposition methods, the impact of different fusion methods on classification performance, the effect of Different Datasets, and the effect of Connection Variations in FBNs. Then we present the limitations of this work as well as several future research directions.
4.1 Effect of different signal decomposition methods
In our proposed MBNF scheme, the EEMD signal decomposition method is used to extract different frequency band signals. To verify the effectiveness of the EEMD method and the effect of different signal decomposition methods on our experiment, we employ three different signal decomposition competing methods, including (1) discrete wavelet transform (DWT) (41), (2) local mean decomposition (LMD) (42), and (3) empirical mode decomposition (EMD). For a fair comparison, all competing schemes are performed in consistent steps (i.e., same data pre-processing, FBN construction and fusion, feature selection, and classification) except for the signal decomposition step.
Table 4 summarizes the results of four signal decomposition methods in two classification tasks. We can observe that our proposed MBNF using the EEMD decomposition method provides the best results. The probable reason is that EEMD can decompose signals adaptively according to the time characteristics of data, which has the advantage of obtaining good results in processing BOLD signals.
4.2 Effect of different fusion methods
We use the SNF method to combine FBNs based on different frequency bands in the proposed MBNF scheme. To verify the effectiveness of the SNF method and the effect of different network fusion methods in our experiment, two methods are used to compare the SNF method, including (1) Concatenate, a scheme for splicing FBNs based on different bands into a feature vector; (2) Canonical Correlation Analysis (CCA), a typical fusion method (43). For a fair comparison, all competing schemes are performed in consistent steps (i.e., same data pre-processing, signal decomposition, FBN construction, feature selection, and classification) except for the FBN fusion step.
In Table 5, we can observe that the performance of CCA is worse than the SNF techniques. The underlying reason is that CCA can only determine the linear correlation and ignore the nonlinear correlation in the interaction between the high-frequency FBN and the low-frequency FBN. Besides, the reason why the SNF achieves better performance than concatenating is that the concatenate method ignores the structural properties of FBNs by the splicing technique. To explore the impact of noise on FBN, we added random white Gaussian noise with varying standard deviation to the FBN (44). It can be seen in the Figure 7 and table that with the increasing noise level, the classification accuracy was decreasing. We used a bootstrapping method to enhance the robustness of our method. We resampled the data and created several training sets which were the same size as the original data. The experimental results are shown in the Figure 8.
Figure 8. Results achieved by the proposed method with varying degrees of functional brain network (FBN) random noise of Pearson’s correlation (PC) in lMCI vs. eMCI classification.
4.3 Effect of different datasets
Since different distributed datasets may affect the experimental results, we perform three independent datasets to confirm our conclusions, including Schizophrenia (SZ), Major Depressive Disorder (MDD), and Autism Spectrum Disorder (ASD). Specifically, the dataset of SZ (45), from publicly shared online datasets by the Mind Research Network and the University of New Mexico, includes 57 patients with chronic schizophrenia patients and 64 NCs. Besides, we also perform our proposed scheme on the ABIDE database (46) collected from the New York University site. The ABIDE dataset includes 184 subjects, of which 79 are from ASD and 105 are from NC. The MDD dataset is from the ninth site of the REST-meta-MDD Consortium (47), which contains 49 MDD patients and 47 NCs. Note that due to the fact that the MDD database used in this study is provided as preprocessed by the REST meta-MDD project, we have no control over the preprocessing pipeline. Therefore, we process the other two databases via the same pipeline as the MDD database for fairness.
As shown in Table 6, our MBNF method achieves the overall best performance regardless of which database is used. These results imply that combining the structural information of functional brain networks in different frequency bands helps to improve the accuracy of identifying patients from NCs. In addition, the other three databases give lower performance compared to the ADNI database. The probable reason is that the lesions of brain structure caused by AD/MCI are more severe than mental disease (e.g., MDD and ASD) and neurodevelopmental disorders (e.g., SZ).
4.4 Effect of connection variations in FBNs
It is well-known that PC based functional connectivity tends to be sensitive to noise. To investigate whether variations in connectivity affect our proposed method, we performed a set of experiments by adding white Gaussian random noise of varying degrees to the FBN estimated by the PC, and present the experimental results in Figure 8. It can be observed that the classification results only show a slight fluctuation when the noise degree (standard deviation) is less than 0.1. However, the classification accuracy decreases substantially as the noise level increases. This side-fact indicates that low degrees of noise have little effect on our method and implies that the MBNF scheme already has a relatively good robustness.
4.5 Limitation and future work
Although our proposed framework has a good effect on disease diagnosis, there are still several limitations that need to be noted. The steps of signal decomposition, FBN construction, and fusion in our proposed MBNF scheme are performed separately, which probably leads to potential noise in each step. In addition, the extracted features based on the way of separate-step are not necessarily optimal for the subsequent classification task. Therefore, an end-to-end method like deep learning improves experimental performance, which is also the direction of our future work.
5 Conclusion
In this paper, we propose a multi-frequency network Fusion framework (MBNF) to combine the structural information of functional brain networks in different frequency bands. Specifically, we first use EEMD to decompose the BOLD signal into high-frequency signal and low-frequency signal. Then we construct a high-frequency functional network and a low-frequency functional network, respectively. Finally, the similarity network fusion is employed to fuse high-frequency network and low-frequency network for classification. The validation on the ADNI dataset shows that our proposed multi-band network fusion framework is effective.
Data availability statement
The original contributions presented in this study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.
Author contributions
LG and ZW designed the study. LG and YZ downloaded and analyzed the data, performed experiments, and drafted the manuscript. QL and KG preprocessed the data and performed some experiments. YZ and ZW revised the manuscript. All authors read and approved the final manuscript.
Funding
This work was partly supported by Key Research and Development Program of Hainan province (No. ZDYF2021GXJS017), National Natural Science Foundation of China (No. 82160345), Key Science and Technology plan project of Haikou (2021-016), and Hainan Provincial Natural Science Foundation of China (No. 620RC558). Data collection and sharing for this project was funded by the Alzheimer’s Disease Neuroimaging Initiative (ADNI) (National Institutes of Health Grant U01 AG024904) and DOD ADNI (Department of Defense award number W81XWH-12-2-0012).
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Footnotes
References
1. Gauthier S, Rosa-Neto P, Morais J, Webster C. World Alzheimer report 2021: journey through the diagnosis of dementia. World Alzheimer Rep. (2021) 1:3–6.
2. Biswal B, Yetkin FZ, Haughton VM, Hyde JS. Functional connectivity in the motor cortex of resting human brain using echo-planar mri. Magn Reson Med. (1995) 34:537–41. doi: 10.1002/mrm.1910340409
3. Baria AT, Baliki MN, Parrish T, Apkarian AV. Anatomical and functional assemblies of brain BOLD oscillations. J Neurosci. (2011) 31:7910. doi: 10.1523/JNEUROSCI.1296-11.2011
4. Zhang TT, Liao Q, Zhang DM, Zhang C, Yan J, Ngetich R, et al. Predicting MCI to AD conversation using integrated sMRI and rs-fMRI: machine learning and graph theory approach. Front Aging Neurosci. (2021) 13:688926. doi: 10.3389/fnagi.2021.688926
5. Song X, Zhang Y, Liu YJPO. Frequency specificity of regional homogeneity in the resting-state human brain. PLoS One. (2014) 9:e86818. doi: 10.1371/journal.pone.0086818
6. Li Y, Zhu H, Chen Q, Yang L, Bao X, Chen F, et al. Evaluation of brain network properties in patients with mri-negative temporal lobe epilepsy: an MEG study. Brain Topogr. (2021) 34:618–31. doi: 10.1007/s10548-021-00856-y
7. Wang Z, Xin J, Wang X, Wang Z, Zhao Y, Qian W. Voxelwise-based brain function network using multi-graph model. Sci Rep. (2018) 8:17754. doi: 10.1038/s41598-018-36155-z
8. Zou H, Yang J. Multi-frequency dynamic weighted functional connectivity networks for schizophrenia diagnosis. Appl Magn Reson. (2019) 50:847–59. doi: 10.1007/s00723-019-01117-9
9. Zuo Q, Zhang J, Yang Y. DMC-fusion: deep multi-cascade fusion with classifier-based feature synthesis for medical multi-modal images. IEEE J Biomed Health Inform. (2021) 25:3438–49. doi: 10.1109/JBHI.2021.3083752
10. Jenkinson M, Beckmann CF, Behrens TE, Woolrich MW, Smith SM. FSL. NeuroImage. (2012) 62:782–90. doi: 10.1016/j.neuroimage.2011.09.015
11. Tzourio-Mazoyer N, Landeau B, Papathanassiou D, Crivello F, Etard O, Delcroix N, et al. Automated anatomical labeling of activations in SPM using a macroscopic anatomical parcellation of the MNI MRI single-subject brain. NeuroImage. (2002) 15:273–89. doi: 10.1006/nimg.2001.0978
12. Huang NE, Shen Z, Long SR, Wu MC, Shih HH, Zheng Q, et al. The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis. Proc R Soc Lond Ser A Mathemat Phys Eng Sci. (1998) 454:903–95. doi: 10.1098/rspa.1998.0193
13. Wang YH, Yeh CH, Young HWV, Hu K, Lo MT. On the computational complexity of the empirical mode decomposition algorithm. Phys Statist Mech Appl. (2014) 400:159–67. doi: 10.1016/j.physa.2014.01.020
14. Wu Z, Huang NE. Ensemble empirical mode decomposition: a noise-assisted data analysis method. Adv Adapt Data Anal. (2009) 1:1–41. doi: 10.1142/S1793536909000047
15. Moncada F, Gonzalez VM, Alvarez V, Garcia B, Villar JR. A preliminary study on automatic detection and filtering of artifacts from EEG signals. Proceedings of the 2021 IEEE 34th International Symposium on Computer-based Medical Systems (CBMS). Electr Network (2021). doi: 10.1109/CBMS52027.2021.00046
16. Sun L, Xue YF, Zhang YN, Qiao LS, Zhang LM, Liu MX. Estimating sparse functional connectivity networks via hyperparameter-free learning model. Artif Intellig Med. (2021) 111:32–45. doi: 10.1016/j.artmed.2020.102004
17. Li WK, Chen YC, Xu XW, Wang X, Gao X. Human-guided functional connectivity network estimation for chronic tinnitus identification: a modularity view. IEEE J Biomed Health Inform. (2022) 26:4849–58. doi: 10.1109/JBHI.2022.3190277
18. Su H, Zhang LM, Qiao LS, Liu MX. Estimating high-order brain functional networks by correlation-preserving embedding. Med Biol Eng Comput. (2022) 60:2813–23. doi: 10.1007/s11517-022-02628-7
19. Liu WY, Zhang WH, Han JG, Wang GF. A new wind turbine fault diagnosis method based on the local mean decomposition. Renew Energy. (2012) 48:411–5. doi: 10.1016/j.renene.2012.05.018
20. Shen LL, Xia Y, Li YP, Sun MY. A multiscale siamese convolutional neural network with cross-channel fusion for motor imagery decoding. J Neurosci Methods. (2022) 367:44–56. doi: 10.1016/j.jneumeth.2021.109426
21. Ma T, Zhang A. Integrate multi-omic data using affinity network fusion (ANF) for cancer patient clustering. Proceedings of the 2017 IEEE International Conference on Bioinformatics and Biomedicine (BIBM). Kansas City, MI (2017). p. 398–403. doi: 10.1109/BIBM.2017.8217682
22. Chen H, Duan XJ, Liu F, Lu FM, Ma XJ, Zhang YX, et al. Multivariate classification of autism spectrum disorder using frequency-specific resting-state functional connectivity-a multi-center study. Prog Neuropsychopharmacol Biol Psychiatry. (2016) 64:1–9. doi: 10.1016/j.pnpbp.2015.06.014
23. Salsabilian S, Bibineyshvili Y, Margolis D, Najafizadeh L. Identifying mild traumatic brain injury using measures of frequency-specified networks. J Neural Eng. (2022) 19:23–34. doi: 10.1088/1741-2552/ac954e
24. Zuo X-N, Di Martino A, Kelly C, Shehzad ZE, Gee DG, Klein DF, et al. The oscillating brain: complex and reliable. NeuroImage. (2010) 49:1432–45. doi: 10.1016/j.neuroimage.2009.09.037
25. Qi ZG, Wu X, Wang ZQ, Zhang N, Dong HQ, Yao L, et al. Impairment and compensation coexist in amnestic MCI default mode network. NeuroImage. (2010) 50:48–55. doi: 10.1016/j.neuroimage.2009.12.025
26. Zhang YY, Xue YF, Wu X, Qiao LS, Wang ZX, Shen DG, et al. Selecting multiple node statistics jointly from functional connectivity networks for brain disorders identification. Brain Topogr. (2022) 2:19–32.
27. Zhou B, Liu Y, Zhang ZQ, An NY, Yao HX, Wang P, et al. Impaired functional connectivity of the thalamus in Alzheimer’s disease and mild cognitive impairment: a resting-state fMRI study. Curr Alzheimer Res. (2013) 10:754–66. doi: 10.2174/15672050113109990146
28. Cai SP, Huang LY, Zou J, Jing LL, Zhai BZ, Ji GJ, et al. Changes in thalamic connectivity in the early and late stages of amnestic mild cognitive impairment: a resting-state functional magnetic resonance study from ADNI. PLoS One. (2015) 10:e0115573. doi: 10.1371/journal.pone.0115573
29. Gilligan TM, Sibilia F, Farrell D, Lyons D, Kennelly SP, Bokde ALW. No relationship between fornix and cingulum degradation and within-network decreases in functional connectivity in prodromal Alzheimer’s disease. PLoS One. (2019) 14:e0222977. doi: 10.1371/journal.pone.0222977
30. Li WK, Xu XW, Wang ZX, Peng LL, Wang PJ, Gao X. Multiple connection pattern combination from single-mode data for mild cognitive impairment identification. Front Cell Dev Biol. (2021) 9:782727. doi: 10.3389/fcell.2021.782727
31. Dai ZJ, Yan CG, Li KC, Wang ZQ, Wang JH, Cao M, et al. Identifying and mapping connectivity patterns of brain network hubs in Alzheimer’s disease. Cereb Cortex. (2015) 25:3723–42. doi: 10.1093/cercor/bhu246
32. Cheng NN, Elazab A, Yang P, Liu DD, Yu SZ, Wang TF, et al. Low rank self-calibrated brain network estimation and auto-weighted centralized multi-task learning for early mild cognitive impairment diagnosis. Proceedings of the 2019 41st Annual International Conference of The IEEE Engineering in Medicine and Biology Society (EMBC). Berlin: (2019). doi: 10.1109/EMBC.2019.8856310
33. Sendi MSE, Zendehrouh E, Miller RL, Fu ZN, Du YH, Liu JY, et al. Alzheimer’s disease projection from normal to mild dementia reflected in functional network connectivity: a longitudinal study. Front Neural Circuits. (2021) 14:593263. doi: 10.3389/fncir.2020.593263
34. Meng XL, Liu JL, Fan X, Bian CY, Wei QP, Wang ZW, et al. Multi-modal neuroimaging neural network-based feature detection for diagnosis of Alzheimer’s disease. Front Aging Neurosci. (2022) 14:911220. doi: 10.3389/fnagi.2022.911220
35. Hu ZS, Zhang J, Zhang LY, Xiang YT, Yuan Z. Linking brain activation to topological organization in the frontal lobe as a synergistic indicator to characterize the difference between various cognitive processes of executive functions. Neurophotonics. (2019) 6:111–24. doi: 10.1117/1.NPh.6.2.025008
36. Henson RN, Greve A, Cooper E, Gregori M, Simons JS, Geerligs L, et al. The effects of hippocampal lesions on MRI measures of structural and functional connectivity. Hippocampus. (2016) 26:1447–63. doi: 10.1002/hipo.22621
37. Li ZL, Zhu QF, Geng ZJ, Song ZH, Wang LX, Wang Y. Study of functional connectivity in patients with sensorineural hearing loss by using resting-state fMRI. Int J Clin Exp Med. (2015) 8:569–78.
38. Epperly T, Dunay MA, Boice JL. Alzheimer disease: pharmacologic and nonpharmacologic therapies for cognitive and functional symptoms. Am Fam Phys. (2017) 95:771–8.
39. Gomar JJ, Bobes-Bascaran MT, Conejero-Goldberg C, Davies P, Goldberg TE, Alzheimer’s Dis N. Utility of combinations of biomarkers, cognitive markers, and risk factors to predict conversion from mild cognitive impairment to alzheimer disease in patients in the Alzheimer’s disease neuroimaging initiative. Arch Gen Psychiatry. (2011) 68:961–9. doi: 10.1001/archgenpsychiatry.2011.96
40. Ma J, Lin Y, Hu C, Zhang J, Yi Y, Dai Z. Integrated and segregated frequency architecture of the human brain network. Brain Struct Funct. (2021) 226:335–50. doi: 10.1007/s00429-020-02174-8
41. Alickovic E, Kevric J, Subasi A. Performance evaluation of empirical mode decomposition, discrete wavelet transform, and wavelet packed decomposition for automated epileptic seizure detection and prediction. Biomed Signal Proc Control. (2018) 39:94–102.
42. Smith JS. The local mean decomposition and its application to EEG perception data. J R Soc Interface. (2005) 2:443–54. doi: 10.1016/j.bspc.2017.07.022
43. Guo C, Wu D. Canonical correlation analysis (CCA) based multi-view learning: an overview. IEEE Trans Syst Man Cybernet. (2019) 31:1863–83.
44. Zhang YY, Jiang X, Qiao LS, Liu MX. Modularity-guided functional brain network analysis for early-stage dementia identification. Front Neurosci. (2021) 15:720909. doi: 10.3389/fnins.2021.720909
45. Chavarria-Siles I, White T, De Leeuw C, Goudriaan A, Lips E, Ehrlich S, et al. Myelination-related genes are associated with decreased white matter integrity in schizophrenia. Eur J Hum Genet. (2016) 24:381–6. doi: 10.1038/ejhg.2015.120
46. Chu Y, Wang GY, Cao L, Qiao LS, Liu MX. Multi-scale graph representation learning for autism identification with functional MRI. Front Neuroinform. (2022) 15:802305. doi: 10.3389/fninf.2021.802305
Keywords: functional brain networks, signal decomposition, network fusion, resting state fMRI, Alzheimer diagnosis
Citation: Guo L, Zhang Y, Liu Q, Guo K and Wang Z (2022) Multi-band network fusion for Alzheimer’s disease identification with functional MRI. Front. Psychiatry 13:1070198. doi: 10.3389/fpsyt.2022.1070198
Received: 14 October 2022; Accepted: 28 November 2022;
Published: 15 December 2022.
Edited by:
Zhi Xu, Southeast University, ChinaReviewed by:
Feng Liu, Tianjin Medical University General Hospital, ChinaRenping Yu, Zhengzhou University, China
Copyright © 2022 Guo, Zhang, Liu, Guo and Wang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Zhengxia Wang, enhpYXdhbmdAaGFpbmFudS5lZHUuY24=
†These authors have contributed equally to this work and share first authorship