| Literature DB >> 34945808 |
Abstract
Glioblastoma is an aggressive brain tumor with a low survival rate. Understanding tumor behavior by predicting prognosis outcomes is a crucial factor in deciding a proper treatment plan. In this paper, an automatic overall survival time prediction system (OST) for glioblastoma patients is developed on the basis of radiomic features and machine learning (ML). This system is designed to predict prognosis outcomes by classifying a glioblastoma patient into one of three survival groups: short-term, mid-term, and long-term. To develop the prediction system, a medical dataset based on imaging information from magnetic resonance imaging (MRI) and non-imaging information is used. A novel radiomic feature extraction method is proposed and developed on the basis of volumetric and location information of brain tumor subregions extracted from MRI scans. This method is based on calculating the volumetric features from two brain sub-volumes obtained from the whole brain volume in MRI images using brain sectional planes (sagittal, coronal, and horizontal). Many experiments are conducted on the basis of various ML methods and combinations of feature extraction methods to develop the best OST system. In addition, the feature fusions of both radiomic and non-imaging features are examined to improve the accuracy of the prediction system. The best performance was achieved by the neural network and feature fusions.Entities:
Keywords: accuracy; brain tumor; edema; enhanced tumor; high grade glioma; machine learning; magnetic resonance imaging; neural network; tumor core
Year: 2021 PMID: 34945808 PMCID: PMC8705288 DOI: 10.3390/jpm11121336
Source DB: PubMed Journal: J Pers Med ISSN: 2075-4426
State-of-the-art overall survival time prediction methods for glioblastoma patients using BraTS 2018 and 2019 datasets, where RS refers to the resection status and Acc refers to the accuracy.
| Study (Rank-Year) | Features | ML Model | Validation Acc | Test Acc |
|---|---|---|---|---|
| Feng et al. (1st 2018) [ | Radiomics (size, shape) + (age, RS) | Linear regression model | 32.1% | - |
| Puybareau et al. (2nd 2018) [ | Radiomics (size, location) + age | Random forest | 54% | 61% |
| Baid et al. (3rd 2018) [ | Radiomics (shape, statistical, texture) + age | Neural network | 57.1% | 55.8% |
| Agravat et al. (1st 2019) [ | Radiomics (shape, statistical texture) + age | Random forest regressor | 58.6% | 57.9% |
| Wang et al. (2nd 2019) [ | Radiomics (shape, location, texture features) + invasiveness + (age, RS) | Random forest, epsilon-support vector regression | 59% | - |
| Wang et al. (3rd 2019) [ | Radiomics (size, shape) + age | Fully connected neural network with two hidden layers | 44.8% | 55.1% |
Figure 1Steps to develop the overall survival time prediction system for glioblastoma patients.
Figure 2Multimodal MRI images based on 2D representation with segmentation labels (yellow: Ed, green: ET, red: NCR/NET) for a sample from the BraTS 2019 dataset-HGG group. (a) T1; (b) T2; (c) T1 Gd; (d) FLAIR; (e) labels.
Characteristics of the survival BraTS 2019 dataset. Resection status (ReS), short-term (StT), mid-term (MdT), long-term (LgT). Notes: the alive sample was discarded from the computations.
| Parameter |
|
|---|---|
| Patients | 212 |
| Dead patients | 211 |
| Alive patients | 1 |
| Patients with StT | 81 |
| Patients with MdT | 55 |
| Patients with LgT | 76 |
| Patients with GTR ReS | 102 |
| Patients with STR ReS | 3 |
| Patients with Unknown ReS | 107 |
| Patients with StT in GTR group | 35 |
| Patients with MdT in GTR group | 27 |
| Patients with LgT in GTR group | 39 |
Figure 3Survival distribution for BraTS 2019 dataset, (a) patients’ age and the overall survival time, (b) number of patients in each month.
Figure 4Boxplot of patients’ age for the three survival groups.
Figure 5Two brain sub-volumes using the three section plans: (a) mid-sagittal; (b) mid-coronal; (c) mid-horizontal.
Volumetric features extracted from mid-sagittal plane approach.
| Feature Type | Description |
|---|---|
| Vwb | Volume of the whole brain region |
| Vwt | Volume of the whole tumor region |
| VtL | Volume of the whole tumor region in the left volume |
| VtR | Volume of the whole tumor region in the right volume |
| VbL | Volume of the brain region in the left volume |
| VbR | Volume of the brain region in the right volume |
| VEDL | Volume of the ED tumor region in the left volume |
| VEDR | Volume of the ED tumor region in the right volume |
| VETL | Volume of the ET tumor region in the left volume |
| VETR | Volume of the ET tumor region in the right volume |
| VNCRL | Volume of the NCR tumor region in the left volume |
| VNCRR | Volume of the NCR tumor region in the right volume |
Volumetric features extracted from mid-coronal plane approach.
| Feature Type | Description |
|---|---|
| Vwb | Volume of the whole brain region |
| Vwt | Volume of the whole tumor region |
| VtA | Volume of the whole tumor region in the anterior volume |
| VtP | Volume of the whole tumor region in the posterior volume |
| VbA | Volume of the brain region in the anterior volume |
| VbP | Volume of the brain region in the posterior volume |
| VEDA | Volume of the ED tumor region in the anterior volume |
| VEDP | Volume of the ED tumor region in the posterior volume |
| VETA | Volume of the ET tumor region in the anterior volume |
| VETP | Volume of the ET tumor region in the posterior volume |
| VNCRA | Volume of the NCR tumor region in the anterior volume |
| VNCRP | Volume of the NCR tumor region in the posterior volume |
Volumetric features extracted from mid-horizontal plane approach.
| Feature Type | Description |
|---|---|
| Vwb | Volume of the whole brain region |
| Vwt | Volume of the whole tumor region |
| VtS | Volume of the whole tumor region in the superior volume |
| VtI | Volume of the whole tumor region in the inferior volume |
| VbS | Volume of the brain region in the superior volume |
| VbI | Volume of the brain region in the inferior volume |
| VEDS | Volume of the ED tumor region in the superior volume |
| VEDI | Volume of the ED tumor region in the inferior volume |
| VETS | Volume of the ET tumor region in the superior volume |
| VETI | Volume of the ET tumor region in the inferior volume |
| VNCRS | Volume of the NCR tumor region in the superior volume |
| VNCRI | Volume of the NCR tumor region in the inferior volume |
Performance of the best OST prediction systems, using radiomic features based on mid-sagittal plane and various ML methods.
| No. of Features | ML Method | Overall Accuracy |
|---|---|---|
| 12 | NN (hidden nodes = 150) | 53.3% |
| SVM (fine Gaussian) | 44.3% | |
| KNN (weighted) | 49.5% | |
| Naïve Bayes (Gaussian) | 43.9% | |
| Linear discriminant | 54.8% | |
| Tree (ensemble) | 46% |
Performance of the best OST prediction systems, using radiomic features based on mid-coronal plane and various ML methods.
| No. of Features | ML Method | Overall Accuracy |
|---|---|---|
| 12 | NN (hidden nodes = 50) | 53.3% |
| SVM (fine Gaussian) | 45.3% | |
| KNN (coarse) | 44.3% | |
| Naïve Bayes (Gaussian) | 42.5% | |
| Linear discriminant | 43.4% | |
| Tree (fine) | 39.2% |
Performance of the best OST prediction systems, using radiomic features based on mid-horizontal plane and various ML methods.
| No. of Features | ML Method | Overall Accuracy |
|---|---|---|
| 12 | NN (hidden nodes = 40) | 53.2% |
| SVM (fine Gaussian) | 48.6% | |
| KNN (weighted) | 49.5% | |
| Naïve Bayes (Gaussian) | 39.6% | |
| Linear discriminant | 42% | |
| Tree (boosted) | 42% |
Figure 6Simple neural network. f1 is tanh, and f2 is softmax.
Performance of the best OST prediction systems, with volumetric and location features and age factor, using NN.
| No. of Features | Approach | No. of Nodes | Training Accuracy | Validation Accuracy | Test Accuracy | Overall Accuracy |
|---|---|---|---|---|---|---|
| 13 | Mid-sagittal | 50 | 62.3% | 56.3% | 65.6% | 63.3% |
| Mid-coronal | 50 | 62.2% | 56.3% | 56.3% | 60.4% | |
| Mid-horizontal | 150 | 68.2% | 50% | 62.5% | 64.6% |
Performance of the best OST prediction systems, with volumetric and location features with age and resection status factors, using NN.
| No. of Features | Approach | No. of Nodes | Training Accuracy | Validation Accuracy | Test Accuracy | Overall Accuracy |
|---|---|---|---|---|---|---|
| 14 | Mid-sagittal | 100 | 66.9% | 65.6% | 56.3% | 65.1% |
| Mid-coronal | 200 | 64.9% | 59.4% | 59.4% | 63.2% | |
| Mid-horizontal | 100 | 66.2% | 53.1% | 62.5% | 63.7% |
Figure 7The receiver operating characteristic curves and confusion matrices for models in Experiment 3: (a) mid-sagittal approach; (b) mid-coronal approach; (c) mid-horizontal approach.