| Literature DB >> 32733596 |
Wentao Wu1, Daning Li2, Jiaoyang Du1, Xiangyu Gao2, Wen Gu3, Fanfan Zhao2, Xiaojie Feng2, Hong Yan1.
Abstract
Among the currently proposed brain segmentation methods, brain tumor segmentation methods based on traditional image processing and machine learning are not ideal enough. Therefore, deep learning-based brain segmentation methods are widely used. In the brain tumor segmentation method based on deep learning, the convolutional network model has a good brain segmentation effect. The deep convolutional network model has the problems of a large number of parameters and large loss of information in the encoding and decoding process. This paper proposes a deep convolutional neural network fusion support vector machine algorithm (DCNN-F-SVM). The proposed brain tumor segmentation model is mainly divided into three stages. In the first stage, a deep convolutional neural network is trained to learn the mapping from image space to tumor marker space. In the second stage, the predicted labels obtained from the deep convolutional neural network training are input into the integrated support vector machine classifier together with the test images. In the third stage, a deep convolutional neural network and an integrated support vector machine are connected in series to train a deep classifier. Run each model on the BraTS dataset and the self-made dataset to segment brain tumors. The segmentation results show that the performance of the proposed model is significantly better than the deep convolutional neural network and the integrated SVM classifier.Entities:
Mesh:
Year: 2020 PMID: 32733596 PMCID: PMC7376410 DOI: 10.1155/2020/6789306
Source DB: PubMed Journal: Comput Math Methods Med ISSN: 1748-670X Impact factor: 2.238
Figure 1MRI of glioma: (a) T1-weighted, (b) postcontrast T1-weighted, (c) T2-weighted, and (d) FLAIR.
Figure 2Flow chart of glioma segmentation algorithm based on deep learning.
Figure 3LeNet convolutional neural network structure.
Figure 4CNN flow chart.
Introduction of BraTS dataset over the years.
| Dataset | Date | Total number of samples | |||
|---|---|---|---|---|---|
| Training set | Validation set | Test set | Total | ||
| BraTS12 | 2012 | 30 | 10 | 25 | 65 |
| BraTS13 | 2013 | 30 | 10 | 25 | 65 |
| BraTS14 | 2014 | 40 | 10 | 25 | 65 |
| BraTS15 | 2015 | 274 | — | 110 | 384 |
| BraTS16 | 2016 | 274 | — | 191 | 465 |
| BraTS17 | 2017 | 210 | 46 | 146 | 412 |
| BraTS18 | 2018 | 285 | 67 | 191 | 543 |
Figure 5Tumor area division of glioma.
The description of the adopted indices.
| Index | Expression/description |
|---|---|
| True Positive (TP) | TP indicates that the model predicts a glioma region, and the doctor marks pixels that are also glioma regions |
| False Positive (FP) | FP means pixels predicted by the model as the glioma area are actually the background area |
| True Negative (TN) | TN indicates that the model predicted as the background area is actually the pixel of the background area |
| True Negative (TN) | FN means pixels predicted by the model as the background area are actually as the tumor area |
| Dice Similarity Coefficient (DSC) | DSC = 2TP/FP + 2TP + FN |
| Sensitivity | Sens = TP/TP + FN |
| Specificity | Spec = TN/TN + FP |
Figure 6The proposed model flow chart.
Figure 7Schematic diagram of intermediate processing.
Experimental environment description.
| Hardware configuration | Software configuration | ||
|---|---|---|---|
| Configuration item | Configuration parameter | Configuration item | Configuration parameter |
| Operating system | Ubuntu 14.04 | Development environment | PyCharm |
| CPU | AMD A8-5600K | Programming language | Python |
| RAM | 16.0GB | Image algorithm library | OpenCV |
| Video memory | 479 MB | Deep learning algorithm library | TensorFlow |
Evaluation index of each model.
| Model | DSC | Sensitivity | Specificity |
|---|---|---|---|
| SVM | 0.8268 | 0.8306 | 0.9845 |
| CNN | 0.8556 | 0.8876 | 0.9962 |
| DCNN-F-SVM | 0.8958 | 0.9110 | 0.9982 |
Evaluation data of 26 patients with brain tumor segmentation using the SVM model.
| Number | DSC | Sensitivity | Specificity | Number | DSC | Sensitivity | Specificity |
|---|---|---|---|---|---|---|---|
| 1 | 0.8801 | 0.9020 | 0.9563 | 14 | 0.8695 | 0.8896 | 0.9411 |
| 2 | 0.8768 | 0.8963 | 0.9368 | 15 | 0.8753 | 0.8976 | 0.9520 |
| 3 | 0.8893 | 0.9158 | 0.9605 | 16 | 0.8536 | 0.8729 | 0.9264 |
| 4 | 0.8682 | 0.8910 | 0.9482 | 17 | 0.8463 | 0.8667 | 0.9118 |
| 5 | 0.8926 | 0.9089 | 0.9795 | 18 | 0.8831 | 0.9053 | 0.9786 |
| 6 | 0.8796 | 0.8998 | 0.9385 | 19 | 0.8920 | 9107 | 0.9632 |
| 7 | 0.8859 | 0.9096 | 0.9543 | 20 | 0.8697 | 0.8896 | 0.9408 |
| 8 | 0.8633 | 0.8859 | 0.9386 | 21 | 0.8787 | 0.9006 | 0.9602 |
| 9 | 0.8828 | 0.9010 | 0.9715 | 22 | 0.8811 | 0.9120 | 0.9632 |
| 10 | 0.8989 | 0.9157 | 0.9634 | 23 | 0.8980 | 0.9234 | 0.9728 |
| 11 | 0.9003 | 0.9236 | 0.9726 | 24 | 0.8479 | 0.8752 | 0.9388 |
| 12 | 0.8429 | 0.8695 | 0.9367 | 25 | 0.8256 | 0.8610 | 0.9286 |
| 13 | 0.8396 | 0.8600 | 0.9302 | 26 | 0.8694 | 0.8887 | 0.9385 |
Evaluation data of 26 patients with brain tumor segmentation using the DCNN-F-SVM model.
| Number | DSC | Sensitivity | Specificity | Number | DSC | Sensitivity | Specificity |
|---|---|---|---|---|---|---|---|
| 1 | 0.8923 | 0.9220 | 0.9663 | 14 | 0.8956 | 0.9222 | 0.9785 |
| 2 | 0.8867 | 0.9063 | 0.9368 | 15 | 0.8896 | 0.9185 | 0.9669 |
| 3 | 0.9091 | 0.9193 | 0.9702 | 16 | 0.8876 | 0.9104 | 0.9678 |
| 4 | 0.8782 | 0.9014 | 0.9588 | 17 | 0.8782 | 0.9086 | 0.9585 |
| 5 | 0.9026 | 0.9289 | 0.9795 | 18 | 0.9020 | 0.9103 | 0.9786 |
| 6 | 0.8998 | 0.9098 | 0.9405 | 19 | 0.9023 | 0.9123 | 0.9752 |
| 7 | 0.9056 | 0.9196 | 0.9743 | 20 | 0.8885 | 0.9116 | 0.9600 |
| 8 | 0.9030 | 0.9229 | 0.9696 | 21 | 0.8963 | 0.9205 | 0.9696 |
| 9 | 0.8927 | 0.9110 | 0.9711 | 22 | 0.9004 | 0.9287 | 0.9745 |
| 10 | 0.9126 | 0.9289 | 0.9806 | 23 | 0.9102 | 0.9258 | 0.9798 |
| 11 | 0.9185 | 0.9298 | 0.9885 | 24 | 0.8763 | 0.9115 | 0.9598 |
| 12 | 0.8789 | 0.9110 | 0.9605 | 25 | 0.8689 | 0.9088 | 0.9469 |
| 13 | 0.8825 | 0.9168 | 0.9693 | 26 | 0.8996 | 0.9305 | 0.9797 |
Evaluation indexes of the segmentation results of the three models.
| Method | DSC | Sensitivity | Specificity |
|---|---|---|---|
| SVM | 0.8705 | 0.9001 | 0.9586 |
| CNN | 0.8869 | 0.9152 | 0.9657 |
| DCNN-F-SVM | 0.9010 | 0.9236 | 0.9889 |