| Literature DB >> 34149385 |
Ming Yang1,2,3, Menglin Cao1,2,3, Yuhao Chen1,2,3, Yanni Chen4, Geng Fan1,2,3, Chenxi Li1,2,3, Jue Wang1,2,3, Tian Liu1,2,3.
Abstract
GOAL: Brain functional networks (BFNs) constructed using resting-state functional magnetic resonance imaging (fMRI) have proven to be an effective way to understand aberrant functional connectivity in autism spectrum disorder (ASD) patients. It is still challenging to utilize these features as potential biomarkers for discrimination of ASD. The purpose of this work is to classify ASD and normal controls (NCs) using BFNs derived from rs-fMRI.Entities:
Keywords: autism spectrum disorder; brain functional network; classification; convolutional neural network; functional MRI
Year: 2021 PMID: 34149385 PMCID: PMC8206477 DOI: 10.3389/fnhum.2021.687288
Source DB: PubMed Journal: Front Hum Neurosci ISSN: 1662-5161 Impact factor: 3.169
FIGURE 1Illustration of the proposed framework for ASD diagnosis. (A) All rs-fMRI data were preprocessed using the C-PAC pipeline. The independent components were derived using Group-ICA, and further inspected to identify eight well defined brain function networks (BFNs). (B) The selected BFNs were used to extract subject-specific spatial maps using dual regression. Eight subject-specific spatial maps were then concatenated together as input to the classifier. (C) The data were randomly split into training and validation sets. A total of 10-fold cross validation strategy was used for evaluating classification performance. The details of 3-D CNN model will be introduced later.
Demographics characteristics of the selected subjects.
| Autism spectrum disorder | Normal control | ||
| Age | 14.52 ± 6.97 | 15.81 ± 6.25 | 0.039 |
| Full IQ | 107.91 ± 16.62 | 113.15 ± 13.12 | 0.022 |
| Verbal IQ | 105.81 ± 16.13 | 113.13 ± 12.60 | 0.001 |
| Performance IQ | 108.81 ± 17.42 | 110.06 ± 13.67 | 0.600 |
| ADOS total | 11.30 ± 4.08 | ||
| ADOS communication score | 3.54 ± 1.55 | ||
| ADOS social score | 7.76 ± 2.97 |
The names of reference networks.
| Number | Reference network |
| 1 | Anterior insula/dorsal ACC (anterior salience network) |
| 2 | Auditory network |
| 3 | Basal ganglia network |
| 4 | PCC/MPFC (dorsal default mode network) |
| 5 | Higher visual network |
| 6 | Language network |
| 7 | Left DLPFC/parietal (left executive control network) |
| 8 | Sensorimotor network |
| 9 | Posterior insula (posterior salience network) |
| 10 | Precuneus network |
| 11 | Primary visual network |
| 12 | Right DLPFC/parietal (right executive control network) |
| 13 | Retrosplenial cortex/medial temporal lobe (ventral default mode network) |
| 14 | Intraparietal sulcus/frontal eye fields (visuospatial network) |
FIGURE 2Automated clustering dendrograms of the independent component-based brain functional networks acquired through Melodic ICA. The right branch depicted in red line represents noise or artifacts. The left branch contains good components that will be further inspected via power spectrum.
FIGURE 3Modified VGG-Net 3-D CNN architecture with SE module integrated.
FIGURE 4Architecture of squeeze and excitation (SE) module.
Details of the proposed MCSE-VGG architecture.
| Layer | Feature map | Stride | Kernel | Activation structure |
| Convolution | 32 | 1 ×1 ×1 | 3 ×3 ×3 | Conv |
| Convolution | 32 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Max-pooling | 2 ×2 ×2 | 2 ×2 ×2 | ||
| 32 | ||||
| Convolution | 64 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 64 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Max-pooling | 64 | 2 ×2 ×2 | 2 ×2 ×2 | |
| Convolution | 128 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 128 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 128 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Max-pooling | 2 ×2 ×2 | 2 ×2 ×2 | ||
| Convolution | 256 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 256 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 156 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Max-pooling | 2 ×2 ×2 | 2 ×2 ×2 | ||
| Convolution | 256 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 256 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 256 | 1 ×1 ×1 | 3 ×3 ×3 | BN + LReLU + Conv |
| Convolution | 2048 | 1 ×1 ×1 | 3 ×3 ×3 | Dropout + Conv + LReLU |
| Convolution | 1024 | 1 ×1 ×1 | 1 ×1 ×1 | Dropout + Conv + LReLU |
| Dense | 2 | |||
FIGURE 5Eight large-scale resting state brain functional networks derived using group independent component analysis (gICA): primary visual network (A), dorsal default mode (B), ventral default mode (C), precuneus network (D), sensorimotor network (E), anterior salience (F), left central executive (G), right central executive (H).
FIGURE 6Classification accuracy for each identified brain function network (BFN). Each BFN spatial map was used as input features and fed into SCSE-VGG model for classification. The precuneus network achieved the highest accuracy at 74%.
Classification results comparison of different network architectures using 10-fold cross-validation.
| Method | Functional network | ACC (%) | Precision (%) | Recall (%) | F1 score |
| Baseline | All | 69.58 | 69.43 | 65.54 | 67.43 |
| SCSE-VGG | PVN | 65.21 | 68.10 | 50.54 | 50.02 |
| PCUN | 74.01 | 71.76 | 77.32 | 74.44 | |
| dDMN | 71.18 | 73.38 | 68.57 | 70.89 | |
| vDMN | 68.49 | 64.22 | 65.54 | 64.87 | |
| LCEN | 68.53 | 70.67 | 56.96 | 63.08 | |
| RCEN | 68.68 | 66.62 | 89.82 | 76.50 | |
| SN | 71.16 | 77.06 | 61.96 | 68.69 | |
| SMN | 69.57 | 71.19 | 64.82 | 67.86 | |
| MCSE-VGG | All | 77.74 | 76.74 | 78.57 | 75.33 |
Performance comparison of the proposed and previous methods.
| Method | ACC (%) | F1 score |
| AE-MLP | 68.56 | 73.87 |
| SVM | 62.97 | 74.24 |
| Random forest | 60.62 | 71.37 |
| convGRU-CNN3D ( | 67.00 | 71.00 |
| VGG (ours) | 69.58 | 67.43 |
| MCSE-VGG (ours) | 77.74 | 75.33 |
FIGURE 7Box plot of the connectivity differences in ASD versus NC. Connectivity strength is shown for the brain functional networks (BFN) between (A) anterior salience network (SN) and dorsal default mode network (dDMN) and (B) SN and left central executive network (LCEN), and (C) precuneus network (PCUN) and dDMN.
Anatomical labels of the identified brain functional networks.
| BFN | Anatomical location of functional ROIs | Brodmann areas |
| PCC/MPFC (dDMN) | Medial prefrontal cortex, anterior cingulate cortex, orbitofrontal cortex | 9, 10, 24, 32, 11 |
| Right superior frontal gyrus | 9 | |
| Posterior cingulate cortex, precuneus | 23, 30 | |
| Midcingulate cortex | 23 | |
| Left and right angular gyrus | 39 | |
| Left and right thalamus | N/A | |
| Left and right hippocampus | 20, 36, 30 | |
| PCUN | Midcingulate cortex, posterior cingulate cortex | 23 |
| Precuneus | 7, 19 | |
| Left and right angular gyrus | 7, 40 | |
| Insula/dACC (SN) | Left middle frontal gyrus | 9, 46 |
| Left and right insula | 48, 47 | |
| Anterior cingulate cortex, medial prefrontal cortex, supplementary motor area | 23, 32, 8, 6 | |
| Right middle frontal gyrus | 46, 9 | |
| Left lobule VI, crus I | N/A | |
| Right lobule VI, crus I | N/A |