| Literature DB >> 35370588 |
Leiming Jin1, Kun Zhao1, Yan Zhao1, Tongtong Che1, Shuyu Li1,2.
Abstract
Multimodality neuroimages have been widely applied to diagnose mild cognitive impairment (MCI). However, the missing data problem is unavoidable. Most previously developed methods first train a generative adversarial network (GAN) to synthesize missing data and then train a classification network with the completed data. These methods independently train two networks with no information communication. Thus, the resulting GAN cannot focus on the crucial regions that are helpful for classification. To overcome this issue, we propose a hybrid deep learning method. First, a classification network is pretrained with paired MRI and PET images. Afterward, we use the pretrained classification network to guide a GAN by focusing on the features that are helpful for classification. Finally, we synthesize the missing PET images and use them with real MR images to fine-tune the classification model to make it better adapt to the synthesized images. We evaluate our proposed method on the ADNI dataset, and the results show that our method improves the accuracies obtained on the validation and testing sets by 3.84 and 5.82%, respectively. Moreover, our method increases the accuracies for the validation and testing sets by 7.7 and 9.09%, respectively, when we synthesize the missing PET images via our method. An ablation experiment shows that the last two stages are essential for our method. We also compare our method with other state-of-the-art methods, and our method achieves better classification performance.Entities:
Keywords: GAN; MCI; classification; incomplete data; multimodality
Year: 2022 PMID: 35370588 PMCID: PMC8965366 DOI: 10.3389/fninf.2022.843566
Source DB: PubMed Journal: Front Neuroinform ISSN: 1662-5196 Impact factor: 4.081
FIGURE 1Flowchart of our study. (A) Stage 1: We pretrain the classification network with both MRI and PET images and their corresponding labels. (B) Stage 2: The feature fusion-based GAN is trained using the fusion model that is composed of all layers except the FC layer of the classification network. (C) stage 3: We use the real MR images, synthesized PET images, and their corresponding labels to fine-tune the classification model. Here, we assume that the PET images are missing and use the generator to synthesize them.
FIGURE 2The detailed network structures of our method include a 3D U-Net generator, a discriminator and a multimodal fusion network as shown in panels (A,B,D). The “Resblock” is the basic unit of the fusion network as shown in panel (C). The green arrow “copy” implies that the two feature maps are connected along the channel dimension. “Down-conv” and “Up-conv” represent downconvolutional and upconvolutional operations, respectively. Both of them use 3 ×3 ×3 filters applied with a stride of 2. The yellow arrow “Conv” denotes a convolutional layer with 3 ×3 ×3 filters, but the stride is 1. The red arrow “Flatten+FC” indicates that we flatten the feature map into a vector and input it into the FC layer. “Addition” denotes the elementwise addition.
Demographic and clinical characteristics of the subjects.
| Paired data | Unpaired data | |||||
| EMCI ( | LMCI ( | EMCI ( | LMCI ( | |||
| Gender (M/F) | 68/56 | 75/58 | 0.802 | 16/11 | 41/35 | 0.633 |
| Age | 70.1 ± 6.8 | 72.0 ± 7.4 | 0.358 | 72.1 ± 7.5 | 75.7 ± 7.1 | 0.614 |
| Education | 16.2 ± 2.6 | 16.1 ± 3.0 | 0.407 | 16.2 ± 2.4 | 15.2 ± 3.3 | 0.126 |
| MMSE | 28.1 ± 1.9 | 25.7 ± 3.8 | <0.001 | 28.8 ± 1.1 | 26.8 ± 1.8 | <0.001 |
Age, education, and MMSE are shown as the mean ± standard deviation values. MMSE, mini-mental state examination; EMCI, early mild cognitive impairment; LMCI, late mild cognitive impairment; No significant diffierences were found between the two groups in gender, age, or education years. Groups for EMCI and LMCI showed significant diffierences in MMSE scores (p < 0.01). Statistical p-values were analyzed using a t-test, except for gender (chi-square test).
Classification performance of the single-modality and multimodal data on the validation set.
| Input data | ACC (%) | SEN (%) | SPE (%) | AUC (%) |
| MRI only | 67.57 | 66.67 | 68.42 | 71.93 |
| PET only | 69.23 |
| 66.67 | 73.21 |
| Paired MRI and PET |
|
|
|
|
The bold values mean the best results.
GAN results of a quantitative comparison.
| Method | MSE | PSNR | SSIM |
| GAN | 0.02004 | 23.44502 | 0.76464 |
| FF-GAN | 0.01808 | 23.91875 |
|
| p2pGAN | 0.01936 | 23.76414 | 0.76244 |
| FF-p2pGAN |
|
| 0.76355 |
The bold values mean the best results.
Classification performance obtained using different methods.
| Method | Validation set (%) | Testing set (%) | ||||||
| ACC | SEN | SPE | AUC | ACC | SEN | SPE | AUC | |
| GAN | 73.08 | 71.43 |
| 79.17 | 73.79 | 75.00 | 70.37 | 82.46 |
| FF-GAN | 73.08 | 71.43 |
| 79.17 | 77.67 | 76.32 | 81.48 | 85.04 |
| GAN+fine-tune |
|
|
| 83.93 | 77.67 | 76.32 | 81.48 | 84.60 |
| Ours (FF-GAN+fine-tune) |
|
|
|
|
|
| 81.48 | 85.19 |
| p2pGAN | 73.08 | 71.43 |
| 79.17 | 73.79 | 72.37 | 77.78 | 83.09 |
| FF-p2pGAN | 73.08 | 71.43 |
| 79.17 | 77.67 | 76.32 | 81.48 | 82.70 |
| p2pGAN+fine-tune |
|
|
| 86.31 | 77.67 |
| 74.07 |
|
| Ours (FF-p2pGAN+fine-tune) |
|
|
| 86.90 | 78.64 | 72.37 |
| 84.89 |
The bold values mean the best results.
FIGURE 3(A) t-SNE results obtained with real data. (B–D) t-SNE results obtained with the fused features of the pretrained classification model, fine-tuned model of the traditional GAN, and fine-tuned model produced by our FF-GAN.
FIGURE 4Visualization results of the MRI and PET images, the corresponding Grad-CAMs obtained by our method, and the associated overlays.
Classification performance in complete data experiments by fivefold cross validation.
| Method | Validation set (%) | Testing set (%) | ||||||
| ACC | SEN | SPE | AUC | ACC | SEN | SPE | AUC | |
| GAN | 76.65 | 76.69 | 76.61 | 85.32 | 73.79 | 75.00 | 70.37 | 75.97 |
| FF-GAN | 81.71 | 78.19 | 85.48 | 89.02 | 82.52 |
| 74.07 | 88.99 |
| GAN+fine-tune | 83.27 | 78.95 | 87.90 | 90.75 | 80.58 | 82.89 | 74.07 | 88.00 |
| Ours (FF-GAN+fine-tune) |
|
|
|
|
|
|
|
|
The bold values mean the best results.
Result comparison of other EMCI vs. LMCI classification methods.
| Algorithm | Subjects | ACC (%) | SEN (%) | SPE (%) | AUC (%) |
|
| 56EMCI+43LMCI | 78.80 | 74.40 | 82.10 | 78.30 |
|
| 164EMCI+189LMCI | 72.50 | 79.20 | 69.90 | 79.00 |
|
| 899EMCI+638LMCI | 60.90 | 52.50 | 67.80 | N/A |
|
| 44EMCI+38LMCI | 81.71 | 78.95 | 84.09 |
|
|
| 29EMCI+18LMCI | 80.85 | N/A | N/A | 84.87 |
| Ours | 151EMCI+209LMCI |
|
|
| 88.99 |
The bold values mean the best results.