| Literature DB >> 31174277 |
Yi-Zeng Hsieh1,2,3, Yu-Cin Luo4, Chen Pan5, Mu-Chun Su6, Chi-Jen Chen7, Kevin Li-Chun Hsieh8,9,10.
Abstract
Magnetic resonance imaging (MRI) offers the most detailed brain structure image available today; it can identify tiny lesions or cerebral cortical abnormalities. The primary purpose of the procedure is to confirm whether there is structural variation that causes epilepsy, such as hippocampal sclerotherapy, local cerebral cortical dysplasia, and cavernous hemangioma. Cerebrovascular disease, the second most common factor of death in the world, is also the fourth leading cause of death in Taiwan, with cerebrovascular disease having the highest rate of stroke. Among the most common are large vascular atherosclerotic lesions, small vascular lesions, and cardiac emboli. The purpose of this thesis is to establish a computer-aided diagnosis system based on small blood vessel lesions in MRI images, using the method of Convolutional Neural Network and deep learning to analyze brain vascular occlusion by analyzing brain MRI images. Blocks can help clinicians more quickly determine the probability and severity of stroke in patients. We analyzed MRI data from 50 patients, including 30 patients with stroke, 17 patients with occlusion but no stroke, and 3 patients with dementia. This system mainly helps doctors find out whether there are cerebral small vessel lesions in the brain MRI images, and to output the found results into labeled images. The marked contents include the position coordinates of the small blood vessel blockage, the block range, the area size, and if it may cause a stroke. Finally, all the MRI images of the patient are synthesized, showing a 3D display of the small blood vessels in the brain to assist the doctor in making a diagnosis or to provide accurate lesion location for the patient.Entities:
Keywords: MRI-sensor-based image; biomarkers detection; cerebral small vessel disease; computer-aided diagnosis system; convolutional neural network; deep learning
Mesh:
Substances:
Year: 2019 PMID: 31174277 PMCID: PMC6603587 DOI: 10.3390/s19112573
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1(a) Original brain image; (b) image binarization; (c) removed head shell; (d) image binarization (reverse); (e) removal of the head shell; (f) steps 2 and 4 added; (g) mask image; (h) result image (header).
Figure 2(Left) is an image of the area of the cerebral small vessel lesion by the physician, and (right) the image marked by the physician as a ground-truth.
Figure 3The proposed method architecture.
Figure 4Brain MRI segmentation based on patch convolutional neural network (CNN) method, splitting the image into patches of size 7 × 7 pixels.
Figure 5CNN model architecture.
Figure 6Our proposed CNN architecture.
Figure 7CNN model training results.
Figure 8(Top) image marked by the physician, (middle) ground-truth drawn according to the position marked by the physician, (bottom) image output by the CNN model.
Figure 9Multilayer perceptron (MLP) model.
Training mAP of our proposed model.
| Training mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 94/95 (TP) | 2/110 (FP) |
| Non cerebral small vessel | 1/95 (FN) | 108/110 (TN) |
Testing mAP of our proposed model.
| Testing mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 84/86 (TP) | 5/120 (FP) |
| Non cerebral small vessel | 2/86 (FN) | 115/120 (TN) |
Training mAP of YOLO1 model.
| Training mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 90/95 (TP) | 6/110 (FP) |
| Non cerebral small vessel | 5/95 (FN) | 104/110 (TN) |
Testing mAP of YOLO1 model.
| Testing mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 80/86 (TP) | 8/120 (FP) |
| Non cerebral small vessel | 6/86 (FN) | 112/120 (TN) |
Training mAP of YOLO2 model.
| Training mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 91/95 (TP) | 7/110 (FP) |
| Non cerebral small vessel | 4/95 (FN) | 103/110 (TN) |
Testing mAP of YOLO2 model.
| Testing mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 80/86 (TP) | 8/120 (FP) |
| Non cerebral small vessel | 6/86 (FN) | 112/120 (TN) |
Training mAP of YOLO3 model.
| Training mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 89/95 (TP) | 9/110 (FP) |
| Non cerebral small vessel | 6/95 (FN) | 101/110 (TN) |
Testing mAP of YOLO3 model.
| Testing mAP | Cerebral Small Vessel | Non Cerebral Small Vessel |
|---|---|---|
| Cerebral small vessel | 79/86 (TP) | 10/120 (FP) |
| Non cerebral small vessel | 7/86 (FN) | 110/120 (TN) |
F1-score, precision rate, recall rate of training data.
| Our Method | YOLO1 | YOLO2 | YOLO3 | |
|---|---|---|---|---|
| F1-score | 0.020829346 | 0.080591758 | 0.080591758 | 0.118198648 |
| Precision rate | 0.981956315 | 0.937704918 | 0.937704918 | 0.919680601 |
| Recall rate | 0.010526316 | 0.042105263 | 0.042105263 | 0.063157895 |
F1-score, precision rate, recall rate of testing data.
| Our Method | YOLO1 | YOLO2 | YOLO3 | |
|---|---|---|---|---|
| F1-score | 0.045410519 | 0.129827978 | 0.129827978 | 0.149516707 |
| Precision rate | 0.959086584 | 0.933125972 | 0.933125972 | 0.916827853 |
| Recall rate | 0.023255814 | 0.069767442 | 0.069767442 | 0.081395349 |
Figure 10Comparison of CNN and MLP models.