This work is licensed under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
1. Introduction
Industry 4.0, represented by improvement of the intelligent level of the manufacturing industry, is profoundly converting all walks of life. Smart healthcare that adopts various Industry 4.0 concepts is an era full of opportunities and challenges [1, 2]. As a whole, smart healthcare consists of three parts, including the smart hospital system, family health system, and regional health system [3]. Among them, the core work of a smart hospital system is to collect, store, and process patients’ health status and medical information [4]. Furthermore, imaging diagnosis using medical information and intelligent algorithms can be employed to uncover the risk of disease, timely remind doctors, and assist doctors in making clinical decisions, which is an essential ingredient of smart healthcare [5].
Nowadays, brain-related diseases are considered as one of the most severe problems in the healthcare system. Alzheimer’s disease (AD), which frequently occurs in the elderly population, is a disease accompanied by cognitive decline and noncognitive mental symptoms [6, 7]. Unfortunately, there are no specific drugs or treatment protocols when it comes to AD disease [8]. Moreover, amnesic mild cognitive impairment (aMCI), conceptualized as an episodic memory disorder, is most likely to develop AD [9]. In practice, numerous studies have shown that resting-state functional magnetic resonance imaging (rs-fMRI), characterized by the indirect reflection of neural activity in the brain, is a noninvasive imaging technology that has been widely employed in the classification of brain-related diseases [10, 11]. Accordingly, research on an efficient and reliable system for detecting aMCI is conducive to screening and detecting individuals at high risk for developing AD. It is worth noticing that one of the cores of smart healthcare development is the high demand for data, while aMCI data based on rs-fMRI is confronted with enormous challenges due to its limited data and high dimensions [12].
In this work, the correlation value between the time series of the standard brain regions is calculated using the Pearson correlation coefficient, thus constructing the brain functional network (BFN) that reflects the interaction between the nodes. Significantly, the existing methods only use the local features of the BFN as the input of classifier while ignoring its structural features. To address this issue, we develop an adaptive structure feature generation strategy (ASFGS) based on the Laplacian matrix and sparse autoencoder to improve the classification performance and reduce data redundancy of the system. Concurrently, we present a multiscale local feature detection strategy (MLFDS) to overcome the low utilization of local features of BFN. Afterwards, multiscale features, including structural features and multiscale local features, are fused to further improve classification accuracy of aMCI. It is worth mentioning that support vector machine based on radial basis function (RBF-SVM) for small data learning is utilized to evaluate the performance of the proposed algorithm. In the following, we employ the leave-one-out cross-validation strategy to avoid the overfitting problem of classifier.
Accordingly, the innovativeness of our work is that we first present an ASFGS algorithm to obtain the structural features of BFN, improve the detection accuracy, and reduce data redundancy of the system. Then, we develop an MLFDS algorithm to excavate the local features of BFN at multiple scales. Finally, multiscale features of BFN obtained from the ASFGS algorithm and MLFDS algorithm are concatenated to further improve classification accuracy of aMCI. The results elucidate that the accuracy (ACC) and the area under the curve (AUC) in this work provide about 86.57% and 86.36%, respectively, which outperforms the state-of-the-art methods. It can be inferred that our work dramatically improves the detection performance of aMCI system, providing a new perspective for the construction of intelligent imaging diagnosis system in smart healthcare.
The rest of the work is structured as follows: In Section 2, we review the related works on the feature extraction and classification of aMCI based on rs-fMRI data. In Section 3, we present materials and methods of aMCI detection system. Experiment results and analysis is conducted in Section 4. We conclude the whole work in Section 5.
2. Related Works
The recent development and combination of machine learning, statistical algorithm, and neuroimaging technology offer a new perspective for designing an intelligent imaging diagnosis system, which is a crucial procedure toward smart health. The design of an intelligent imaging diagnosis system mainly includes several parts, including the data generation module, data preprocessing module, feature learning module, classifier training module, and feedback module [13]. With the development of intelligent imaging diagnosis technologies, brain network constructed using Pearson correlation coefficient based on rs-fMRI can be employed to estimate the mechanism of information processing and mental expression in the brain, which further proves that it is effective in assisting diagnosis [14, 15]. Nevertheless, owing to the limited and high-dimensional data, little is known about whether to develop the multiscale features of BFN to improve the classification performance of aMCI system. Accordingly, the structural features and multiscale local features that we have developed are the main innovation in this work. This helps us to timely intervene and treat potential individuals associated with brain-related disease.
Numerous works about BFN research have focused on using rs-fMRI to excavate effective features of aMCI. For example, the altered patterns of rich club generated from the BFN have been reported in [16], which indicates that the altered patterns in overlapping nodes can be utilized as the potential features in the aMCI classification process. Moreover, the changes in the architecture of BFN have been reported compared to the healthy control (HC), which is conducive to understanding the mechanism of aMCI and searching for biomarkers [17]. Through the two-sample
With the rapid development of machine learning technology, feature extraction and classification algorithms related to disease have become a hot spot. However, due to the limited number of aMCI data, feature selection is first conducted to reduce redundant information and then use them as the input to classifier to improve classification performance. It provides about the ACC of 69.00% when the significant regional signals resulting from brain pathway activities are employed as the input of support vector machine (SVM) classifier, providing new opportunities for comprehending the disrupted patterns caused by disease [19]. Similarly, the significant features of BFN using the two-sample
In present work, we present an ASFGS algorithm using the Laplacian matrix and sparse autoencoder to obtain the structural features of BFN. Concurrently, we develop an MLFDS algorithm to overcome the low utilization of local features of BFN. In the end, all the features generated above are concatenated to improve the classification performance of aMCI system.
3. Materials and Methods
3.1. Overview of the aMCI Detection System
The critical point of our work is to design the reliable detection system of aMCI from commonly redundant information of rs-fMRI data, as is shown in Figure 1. To achieve this objective, the proposed aMCI detection system consists of multiple components. At first, the BFN is constructed using the Pearson correlation coefficient. Then, the obtained BFN is utilized as the input of the ASFGS algorithm and MLFDS algorithm we propose to extract features at multiple scales. Furthermore, to evaluate the validity of the proposed algorithm, the RBF-SVM classifier is employed in this project. Ultimately, we send abnormal brain regions and classification results to the doctor in result feedback component.
[figure omitted; refer to PDF]
Considering the substantial contribution of Laplacian Eigenmaps (LE) to maintain and reflect the local relationship between data to some extent, we present the rough feature extraction module based on its conception to extract the structural features of BFN. A brief description of the LE algorithm is as follows [25]:
Step 1.
Given a set of data
Notably, the degree matrix represents the sum of each column or row in
Step 2.
Since the Laplace matrix is a positive semidefinite matrix, it can be further expressed as:
To maintain the adjacency relation between two data, it can be converted to the minimization issue. That is, if
Step 3.
Ultimately, by employing the Lagrange multiplier method, it can be approximately converted into
Nevertheless, the objective of the LE algorithm is to reduce the dimension of data features, while the retained dimension is determined by the number of minimum nonzero eigenvalues of the matrix, which does not conform to the requirements of the structural feature extraction of BFN in this paper. Fortunately, LE algorithm plays a significant role in maintaining the relation between sample points after dimensionality reduction. Therefore, we present a rough feature extraction module that modifies the LE algorithm to put its proper focus on structural feature extraction of BFN.
First of all, the minimization problem is constructed using the Laplacian matrix [25], as is shown in
Considering the limitation of the small data set, we reduce the dimension of BFN from
The accurate feature extraction module consists of a hidden layer, and the transfer functions of the encoder and decoder are nonlinear. First, the cost function of the sparse autoencoder using sparse constraint in the hidden layer is given as follows [27, 28]:
Here, let
In order to optimize the error between the output and input of the sparse autoencoder, the back propagation algorithm is employed to update the model parameters. Owing to the limited number of data, we further employ the two-sample
3.5. Multiscale Local Feature Detection Strategy (MLFDS)
We develop an MLFDS algorithm to overcome the low utilization of local features of BFN. Our algorithm is proposed based on maximizing the mean difference between classes and minimizing the intraclass variance. The framework of the MLFDS algorithm shown in Figure 3 is mainly composed of two parts, including the mask generation based on variable coefficient (VC-MG) and minimal mean difference generation strategy (MMDGS).
[figure omitted; refer to PDF]
At present, the two-sample
Step 1.
We first calculate the variable coefficient of BFN in two groups to generate the mask, respectively. The value of corresponding position is 0 if variable coefficient in the mask is greater than the mean; otherwise, it is 1, where 1 means that variation coefficient is lower than the average value of variation coefficient. It is remarkable that we employ the median of variation coefficient as the average value to avoid the influence of extreme values. Then, we intersect the generation masks of the two kinds of data generated by the above operation, and the obtained mask is denoted as
Step 2.
We calculate the average value of
Step 3.
Perform Step 1 and Step 2
The principle of MLFDS algorithm is to select the position with lower variance under the premise of the obvious difference in mean value between groups. Therefore, the
3.6. Multiscale Feature Fusion
In order to improve the detection performance of aMCI system, we concatenate multiscale features resulted from the ASFGS algorithm and MLFDS algorithm in this work. That is, supposing the dimensions of two groups of features are
3.7. Classification Using RBF-SVM Classifier
In view of the finite data, the adoption of suitable classifier is essential to estimate the validation of features obtained from the proposed algorithms. Fortunately, numerous works on mild cognitive impairment (MCI) classification have shown that RBF-SVM classifier has superior detection performance [19–21]. The following is a brief introduction to the RBF-SVM classifier:
The essence of SVM algorithm is to work around the optimization problem of the objective function [29].
The objective of Gaussian radial basis function is to obtain the new space, which is more favourable to classification [30].
To prevent the overfitting issue of classifier training process, we utilize the leave-one-out cross-validation strategy in this work.
3.8. Evaluation Criteria
To measure the performance of the classification model, the frequently used metrics for binary classification are ACC, F1-score, AUC, etc. Significantly, false positive (FP), false negative (FN), true negative (TN), and true positive (TP) are defined using the confusion matrix, as shown in Figure 4 [31, 32].
4. Experiment Results and Analysis
This work explores the detection power of aMCI system using multiscale features of BFN, which are derived from rs-fMRI data, for the automatic identification and classification of aMCI subjects from HCs. In the proposed detection system, we employ structural features using ASFGS algorithm and multiscale local features using MLFDS algorithm to train an RBF-SVM classifier for accurate discrimination of aMCI individuals.
4.1. The Performance Analysis of ASFGS Algorithm
The rough feature extraction module is first presented to extract the structural features of BFN, which maintains the correlation between the brain nodes after dimensionality reduction from
Table 1
The structural feature analysis using ASFGS algorithm.
Algorithm | ACC | F1-score | AUC |
ASFGS | 61.20% | 60.61% | 62.12% |
Our goal is to simulate the information processing pattern of human brain to extract structural information of BFN, which further improves the detection performance of the aMCI system. Consequently, mathematical modelling about BFN is implemented, which contains information about the interactions between brain regions [33–35]. We perform the rough feature extraction module to extract the structural features; that is, the information of brain regions with higher correlation will be maintained after dimensionality reduction. Next, the accurate feature extraction module is based on how the brain works in the resting-state, in which some parts of the brain nodes are activated while others are suppressed. Let the number of neurons in the hidden layer of the sparse autoencoder be the average activity level of brain nodes, while the selection of sparsity can make some brain regions in the inhibited state and others in the activated state. Where 12 is derived from (11), which is performed to represent the average activity level of brain nodes. The results show that the sparsity threshold between 0.4 and 0.5 shown in Figure 5 has the minimum reconstruction error, indicating that the number of activated brain regions is about 4 to 6. The activity level of brain nodes (node degree) in the data ranges from 3 to 31, and the sparsely activated brain regions are also within this range, suggesting that the brain working mechanism we simulate is meaningful to some extent.
[figure omitted; refer to PDF]4.2. The Performance Analysis of MLFDS Algorithm
We develop an MLFDS algorithm to excavate the multiscale local features of the BFN. Specifically, we first present the VC-MG strategy to generate the mask, and then, we present the MMDGS strategy based on the mask to extract the multiscale local features.
We extract the local fusion features of BFN using MLFDS2 algorithm to improve the detection performance of aMCI system. The results elucidate that five pairs of connected brain nodes with obvious alteration are found using MLFDS1 algorithm, including (21, 72), (45, 46), (11, 61), (73, 76), and (74, 76), as shown in Figure 6. Furthermore, two pairs of connected brain nodes with obvious alteration are found using SLF, including (63, 76) and (58, 64). It is worth noting that several numbers in Figure 6 correspond to specific brain regions in the AAL template, which can be found in [36]. Where the blue ball denotes the brain nodes with obvious alteration, the red lines show the great correlation in two brain nodes, SLF refers to the single local feature method (two-sample
[figures omitted; refer to PDF]
As shown in Table 2, our findings elucidate that using MLFDS1 algorithm can achieve about the ACC of 79.10% in RBF-SVM classifier, and the improvement is 2.98% compared to SLF algorithm. Also, the AUC of RBF-SVM classifier is 79.14%, increasing by 2.67% compared to SLF algorithm. For F1-score metric, it provides about 77.42% performance, increasing by 1.66% compared to SLF algorithm. From the classification results, the MLFDS1 algorithm is more effective than the state-of-the-art algorithm (SLF). This is due to the fact that the MLFDS1 algorithm follows the principle of maximizing the mean difference between classes and minimizing the intraclass variance. Therefore, the discriminant features used for classification can be obtained to some extent. We further concatenate the multiscale local features generated from MLFDS1 algorithm and SLF algorithm. The results elucidate that using MLFDS2 algorithm provides about the ACC of 80.60% in RBF-SVM classifier, increasing by 4.48% compared to SLF algorithm. Moreover, it achieves about 84.22% in AUC, with an improvement rate of 7.75% compared to SLF algorithm. For F1-score metric, it provides about 80.00% performance in RBF-SVM classifier, increasing by 4.24% compared to SLF algorithm. This indicates that the concatenation of multiscale local features can greatly improve the detection performance of aMCI system.
Table 2
The multiscale local feature analysis using MLFDS algorithm.
Algorithm | ACC | F1-score | AUC |
SLF | 76.12% | 75.76% | 76.47% |
MLFDS1 | 79.10% | 77.42% | 79.14% |
MLFDS2 | 80.60% | 80.00% | 84.22% |
4.3. Performance Analysis of Fusion of Structural Features and Multiscale Local Features
In order to further improve the detection of aMCI system, we mainly concatenate the multiscale features of BFN, referred to as ASFGS-MLFDS, including structural features and multiscale local features.
As is shown in Table 3, ASFGS-MLFDS algorithm provides about the ACC of 86.57% in RBF-SVM classifier, increasing by 10.45% compared to SLF algorithm. Besides, it provides about the AUC of 86.36% in RBF-SVM classifier, with an improvement rate of 9.89% compared to SLF algorithm. For F1-score, it provides about 85.71% performance in RBF-SVM classifier, increasing by 9.95% compared to SLF algorithm. This elucidates that multiscale local features and structural features play a complementary role, which significantly improves the detection performance of aMCI system, thus making up for the low feature utilization rate under the condition of limited data.
Table 3
The fusion analysis of structural features and multiscale local features.
Algorithm | ACC | F1-score | AUC |
SLF | 76.12% | 75.76% | 76.47% |
ASFGS-MLFDS | 86.57% | 85.71% | 86.36% |
5. Conclusions
In this paper, we develop an aMCI detection system. Firstly, we present the ASFGS algorithm to extract structural features of BFN. Then, we present the MLFDS algorithm that excavates the multiscale local features of BFN, thus overcoming the low utilization of local features. In the end, multiscale features of BFN, including structural features and multiscale local features, are fused to further improve the detection performance of aMCI system. Our work outperforms the state-of-the-art methods and offers new insights for the accuracy requirement of aMCI system. Accordingly, the ASFGS algorithm and MLFDS algorithm we present can be employed to detect brain diseases, providing new insights for the intelligent construction of the imaging diagnosis system. The future work contains introducing multimodality data to improve the detection performance of aMCI system.
Acknowledgments
This work has been supported by the Natural Science Foundation of Fujian Province of China (No. 2017J01372), the Foundation of Fujian Educational Committee (No. JK2015019), the National 135 Key R $\&$ D Program Projects (Grant No. 2018YFB1600600), the Tsinghua Overseas Research Cooperation Project (Grant No. HW2020005), and the Science and Technology Innovation Committee of Shenzhen Project (Grant No. JCYJ20190813173401651).
[1] P. Pace, G. Aloi, R. Gravina, G. Caliciuri, G. Fortino, A. Liotta, "An edge-based architecture to support efficient applications for healthcare Industry 4.0," IEEE Transactions on Industrial Informatics, vol. 15 no. 1, pp. 481-489, DOI: 10.1109/TII.2018.2843169, 2019.
[2] H. Qiu, M. Qiu, M. Liu, G. Memmi, "Secure health data sharing for medical cyber-physical systems for the healthcare 4.0," IEEE Journal of Biomedical and Health Informatics, vol. 24 no. 9, pp. 2499-2505, DOI: 10.1109/JBHI.2020.2973467, 2020.
[3] A. Alaiad, L. Zhou, "Patients’ adoption of WSN-based smart home healthcare systems: an integrated model of facilitators and barriers," IEEE Transactions on Professional Communication, vol. 60 no. 1,DOI: 10.1109/TPC.2016.2632822, 2017.
[4] H. Zhang, J. Li, B. Wen, Y. Xun, J. Liu, "Connecting intelligent things in smart hospitals using NB-IoT," IEEE Internet of Things Journal, vol. 5 no. 3, pp. 1550-1560, DOI: 10.1109/JIOT.2018.2792423, 2018.
[5] S. U. Amin, M. S. Hossain, G. Muhammad, M. Alhussein, M. A. Rahman, "Cognitive smart healthcare for pathology detection and monitoring," IEEE Access, vol. 7, pp. 10745-10753, DOI: 10.1109/ACCESS.2019.2891390, 2019.
[6] Y. Zhao, B. Ma, P. Jiang, D. Zeng, X. Wang, S. Li, "Prediction of Alzheimer’s disease progression with multi-information generative adversarial network," IEEE Journal of Biomedical and Health Informatics, vol. 25 no. 3, pp. 711-719, DOI: 10.1109/JBHI.2020.3006925, 2021.
[7] T. Tong, Q. Gao, R. Guerrero, C. Ledig, L. Chen, D. Rueckert, A.'. D. N. Initiative, "A novel grading biomarker for the prediction of conversion from mild cognitive impairment to Alzheimer’s disease," IEEE Transactions on Biomedical Engineering, vol. 64 no. 1, pp. 155-165, DOI: 10.1109/TBME.2016.2549363, 2017.
[8] P. Sundaram, M. Luessi, M. Bianciardi, S. Stufflebeam, M. Hämäläinen, V. Solo, "Individual resting-state brain networks enabled by massive multivariate conditional mutual information," IEEE Transactions on Medical Imaging, vol. 39 no. 6, pp. 1957-1966, DOI: 10.1109/TMI.2019.2962517, 2020.
[9] Y. Li, J. Liu, Z. Tang, B. Lei, "Deep spatial-temporal feature fusion from adaptive dynamic functional connectivity for MCI identification," IEEE Transactions on Medical Imaging, vol. 39 no. 9, pp. 2818-2830, DOI: 10.1109/TMI.2020.2976825, 2020.
[10] S. Liu, S. Liu, W. Cai, H. Che, S. Pujol, R. Kikinis, D. Feng, M. J. Fulham, ADNI, "Multimodal neuroimaging feature learning for multiclass diagnosis of Alzheimer’s disease," IEEE Transactions on Biomedical Engineering, vol. 62 no. 4, pp. 1132-1140, DOI: 10.1109/TBME.2014.2372011, 2015.
[11] R. Li, G. Rui, C. Zhao, C. Wang, F. Fang, Y. Zhang, "Functional network alterations in patients with amnestic mild cognitive impairment characterized using functional near-infrared spectroscopy," IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 28 no. 1, pp. 123-132, DOI: 10.1109/TNSRE.2019.2956464, 2020.
[12] D. Wen, P. Li, Y. Zhou, Y. Sun, J. Xu, Y. Liu, X. Li, J. Li, Z. Bian, L. Wang, "Feature classification method of resting-state EEG signals from amnestic mild cognitive impairment with type 2 diabetes mellitus based on multi-view convolutional neural network," IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 28 no. 8, pp. 1702-1709, DOI: 10.1109/TNSRE.2020.3004462, 2020.
[13] C. Lin, Y. Teng, J. J. M. Tan, L. Hsu, "Local diagnosis algorithms for multiprocessor systems under the comparison diagnosis model," IEEE Transactions on Reliability, vol. 62 no. 4, pp. 800-810, DOI: 10.1109/TR.2013.2285031, 2013.
[14] Z. Wang, Y. Zheng, D. C. Zhu, A. C. Bozoki, T. Li, "Classification of Alzheimer’s disease, mild cognitive impairment and normal control subjects using resting-state fMRI based network connectivity analysis, " , IEEE Journal of Translational Engineering in Health and Medicine, vol. 6, 2018.
[15] Q. Zhou, M. Goryawala, M. Cabrerizo, J. Wang, W. Barker, D. A. Loewenstein, R. Duara, M. Adjouadi, "An optimal decisional space for the classification of Alzheimer’s disease and mild cognitive impairment," IEEE Transactions on Biomedical Engineering, vol. 61 no. 8, pp. 2245-2253, DOI: 10.1109/TBME.2014.2310709, 2014.
[16] C. Xue, H. Sun, G. Hu, W. Qi, Y. Yue, J. Rao, W. Yang, C. Xiao, J. Chen, the Alzheimer’s Disease Neuroimaging Initiative, "Disrupted patterns of rich-club and diverse-club organizations in subjective cognitive decline and amnestic mild cognitive impairment," Frontiers in Neuroscience, vol. 14,DOI: 10.3389/fnins.2020.575652, 2020.
[17] M. Filippi, S. Basaia, E. Canu, F. Imperiale, G. Magnani, M. Falautano, G. Comi, A. Falini, F. Agosta, "Changes in functional and structural brain connectome along the Alzheimer’s disease continuum," Molecular Psychiatry, vol. 25 no. 1, pp. 230-239, DOI: 10.1038/s41380-018-0067-8, 2020.
[18] C. Cai, C. Huang, C. Yang, H. Lu, X. Hong, F. Ren, D. Hong, E. Ng, "Altered patterns of functional connectivity and causal connectivity in salience subnetwork of subjective cognitive decline and amnestic mild cognitive impairment," Frontiers in Neuroscience, vol. 14,DOI: 10.3389/fnins.2020.00288, 2020.
[19] J. Lee, Y. Kim, Y. Jeong, D. L. Na, J.-W. Kim, K. H. Lee, D. Lee, "Inference of brain pathway activities for Alzheimer’s disease classification," BMC Medical Informatics and Decision Making, vol. 15,DOI: 10.1186/1472-6947-15-S1-S1, 2015.
[20] X. Zhang, B. Hu, X. Ma, L. Xu, "Resting-state whole-brain functional connectivity networks for MCI classification using L2-regularized logistic regression," IEEE Transactions on NanoBioscience, vol. 14 no. 2, pp. 237-247, DOI: 10.1109/TNB.2015.2403274, 2015.
[21] L. Yang, Y. Yan, Y. Wang, X. Hu, J. Lu, P. Chan, T. Yan, Y. Han, "Gradual disturbances of the amplitude of low-frequency fluctuations (ALFF) and fractional ALFF in Alzheimer spectrum," Frontiers in Neuroscience, vol. 12,DOI: 10.3389/fnins.2018.00975, 2018.
[22] X. Z. Jia, J. Wang, H. Y. Sun, H. Zhang, W. Liao, Z. Wang, C.-G. Yan, X.-W. Song, Y.-F. Zang, "Restplus: an improved toolkit for resting-state functional magnetic resonance imaging data processing," Science Bulletin, vol. 64, pp. 953-954, DOI: 10.1016/j.scib.2019.05.008, 2019.
[23] C. Chunting, H. Chenxi, C. Yang, X. Zhang, Y. Peng, W. Zhao, X. Hong, F. Ren, D. Hong, Y. Xiao, J. Yan, "Altered patterns of phase position connectivity in default mode subnetwork of subjective cognitive decline and amnestic mild cognitive impairment," Frontiers in Neuroscience, vol. 14,DOI: 10.3389/fnins.2020.00185, 2020.
[24] R. Ju, C. Hu, P. Zhou, Q. Li, "Early diagnosis of Alzheimer’s disease based on resting-state brain networks and deep learning," IEEE/ACM Transactions on Computational Biology and Bioinformatics, vol. 16 no. 1, pp. 244-257, DOI: 10.1109/TCBB.2017.2776910, 2019.
[25] M. Belkin, P. Niyogi, "Laplacian eigenmaps and spectral techniques for embedding and clustering," Advances in Neural Information Processing Systems, vol. 14 no. 6, pp. 585-591, DOI: 10.7551/mitpress/1120.003.0080, 2001.
[26] Y. Su, A. Marinoni, J. Li, J. Plaza, P. Gamba, "Stacked nonnegative sparse autoencoders for robust hyperspectral unmixing," IEEE Geoscience and Remote Sensing Letters, vol. 15 no. 9, pp. 1427-1431, DOI: 10.1109/LGRS.2018.2841400, 2018.
[27] Z. Shao, L. Wang, Z. Wang, J. Deng, "Remote sensing image super-resolution using sparse representation and coupled sparse autoencoder," IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 12 no. 8, pp. 2663-2674, DOI: 10.1109/jstars.2019.2925456, 2019.
[28] F. H. C. Tivive, A. Bouzerdoum, "Clutter removal in through-the-wall radar imaging using sparse autoencoder with low-rank projection," IEEE Transactions on Geoscience and Remote Sensing, vol. 59 no. 2, pp. 1118-1129, DOI: 10.1109/TGRS.2020.3004331, 2021.
[29] F. Fang, H. Tian, Y. Li, "SVM strategy for mitigating low-order harmonics in isolated AC–DC matrix converter," IEEE Transactions on Power Electronics, vol. 36 no. 1, pp. 583-596, DOI: 10.1109/TPEL.2020.3000497, 2021.
[30] S. Asaly, L.-A. Gottlieb, Y. Reuveni, "Using support vector machine (SVM) and ionospheric total electron content (TEC) data for solar flare predictions," IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 14, pp. 1469-1481, DOI: 10.1109/JSTARS.2020.3044470, 2021.
[31] T.-E. Kam, H. Zhang, Z. Jiao, D. Shen, "Deep learning of static and dynamic brain functional networks for early MCI detection," IEEE Transactions on Medical Imaging, vol. 39 no. 2, pp. 478-487, DOI: 10.1109/TMI.2019.2928790, 2020.
[32] Y. Zhang, S. Wang, K. Xia, Y. Jiang, P. Qian, "Alzheimer’s disease multiclass diagnosis via multimodal neuroimaging embedding feature selection and fusion," Information Fusion, vol. 66, pp. 170-183, DOI: 10.1016/j.inffus.2020.09.002, 2021.
[33] Y. Shi, W. Zeng, J. Deng, W. Nie, Y. Zhang, "The identification of Alzheimer’s disease using functional connectivity between activity voxels in resting-state fMRI data," IEEE Journal of Translational Engineering in Health and Medicine, vol. 8,DOI: 10.1109/jtehm.2020.2985022, 2020.
[34] P. Yang, F. Zhou, D. Ni, Y. Xu, S. Chen, T. Wang, B. Lei, "Fused sparse network learning for longitudinal analysis of mild cognitive impairment," IEEE Transactions on Cybernetics, vol. 51 no. 1, pp. 233-246, DOI: 10.1109/TCYB.2019.2940526, 2021.
[35] Y. Zhang, F. L. Chung, S. Wang, "Clustering by transmission learning from data density to label manifold with statistical diffusion," Knowledge-Based Systems, vol. 193, article 105330,DOI: 10.1016/j.knosys.2019.105330, 2020.
[36] R. Salvador, J. Suckling, M. R. Coleman, J. D. Pickard, D. Menon, E. Bullmore, "Neurophysiological architecture of functional magnetic resonance images of human brain," Cerebral Cortex, vol. 15 no. 9, pp. 1332-1342, DOI: 10.1093/cercor/bhi016, 2005.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2021 Chunting Cai et al. This work is licensed under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Smart healthcare has undergone new opportunities and challenges with the arrival of the Industry 4.0 era. The intelligent imaging diagnosis system is a staple part of smart healthcare, helping doctors make clinical decisions. Nevertheless, intelligent diagnosis analysis is still confronted with the issue that it is challenging to extract effective features from the limited and high-dimensional data, particularly in resting-state data of amnesic mild cognitive impairment (aMCI). Furthermore, the intelligent imaging diagnosis system for aMCI is conductive to make timely predicting groups that may convert to Alzheimer’s disease (AD). To improve the system’s detection performance and reduce its data redundancy, we first develop an adaptive structure feature generation strategy (ASFGS) based on the Laplacian matrix and sparse autoencoder to obtain the structural features of brain functional network (BFN). Concurrently, we present a multiscale local feature detection strategy (MLFDS) to overcome the low utilization of local features of BFN. And finally, multiscale features, including structural features and multiscale local features, are fused by concatenation method to further improve the detection performance of aMCI system. Support vector machine based on radial basis function (RBF-SVM) for small data learning is adopted to evaluate the effectiveness of the proposed features. Besides, we employ leave-one-out cross-validation strategy to avoid the overfitting problem of classifier training process. The experiment results elucidate that the accuracy (ACC) and the area under the curve (AUC) in this work provide 86.57% and 86.36%, respectively, which outperforms the traditional methods and offers new insights for accuracy requirements of the aMCI system.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details




1 School of Informatics, Xiamen University, Xiamen 361000, China; National Institute for Data Science in Health and Medicine, Xiamen University, Xiamen 361000, China
2 School of Informatics, Xiamen University, Xiamen 361000, China
3 The First Affiliated Hospital of Xiamen University, Xiamen 361000, China
4 Tsinghua Shenzhen International Graduate School, Tsinghua University, Shenzhen 518000, China; Artificial Intelligence Research Center, Peng Cheng Laboratory, Shenzhen 518000, China