Next Article in Journal
A Poisson Process Generator Based on Multiple Thermal Noise Amplifiers for Parallel Stochastic Simulation of Biochemical Reactions
Next Article in Special Issue
Optimal Allocation of IaaS Cloud Resources through Enhanced Moth Flame Optimization (EMFO) Algorithm
Previous Article in Journal
Recommending Reforming Trip to a Group of Users
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Efficacy of Shape Radiomics and Deep Features for Glioblastoma Survival Prediction by Deep Learning †

Department of Artificial Intelligence Convergence, Chonnam National University, 77 Yongbong-ro, Gwangju 500-757, Korea
*
Author to whom correspondence should be addressed.
The 10th International Conference on Smart Media and Applications, Gunsan, Korea, 9–11 September 2021.
Electronics 2022, 11(7), 1038; https://doi.org/10.3390/electronics11071038
Submission received: 23 February 2022 / Revised: 21 March 2022 / Accepted: 24 March 2022 / Published: 25 March 2022

Abstract

:
Glioblastoma (known as glioblastoma multiforme) is one of the most aggressive brain malignancies, accounting for 48% of all primary brain tumors. For that reason, overall survival prediction plays a vital role in diagnosis and treatment planning for glioblastoma patients. The main target of our research is to demonstrate the effectiveness of features extracted from the combination of the whole tumor and enhancing tumor to the overall survival prediction. By the proposed method, there are two kinds of features, including shape radiomics and deep features, which is utilized for this task. Firstly, optimal shape radiomics features, consisting of sphericity, maximum 3D diameter, and surface area, are selected using the Cox proportional hazard model. Secondly, deep features are extracted by ResNet18 directly from magnetic resonance images. Finally, the combination of selected shape features, deep features, and clinical information fits the regression model for overall survival prediction. The proposed method achieves promising results, which obtained 57.1% and 97,531.8 for accuracy and mean squared error metrics, respectively. Furthermore, using selected features, the result on the mean squared error metric is slightly better than the competing methods. The experiments are conducted on the Brain Tumor Segmentation Challenge (BraTS) 2018 validation dataset.

1. Introduction

Gliomas are a primary brain tumor type forming when the glial cells grow out of control. Gliomas grow in the brain and develop in the spinal cord part. The most common aggressive brain tumor accounts for around 80% of primary tumors in the brain [1]. Gliomas are categorized into four grades (I, II, III, and IV), and the treatment planning depends on the level of Grade. While Grade I and II are considered low-grade gliomas (LGG), Grade III and IV are known as high-grade gliomas (HGG). The LGG group (known as the benign tumor) has long-term survival compared to the HGG group. The IV grade type is the most aggressive primary brain tumor known as glioblastoma (GBM). Glioblastoma could occur in all ages, especially in older people. Nowadays, the treatment for GBM only extends the survival time of patients less than two years and the treatment are required immediately [2]. GBM has four intra-tumoral structures, including enhancing tumor (ET), non-enhancing tumor (nET), necrotic and edema, as shown in Figure 1. The intra-tumoral structure is categorized into three GBM tumor regions: the whole tumor containing all sub-tumoral structures, the tumor core structures except for edema, and the separate ET part.
Magnetic resonance imaging (MRI) is one of the most widespread invasive techniques in neuro-oncology for diagnosis and treatment planning. Depending on the mode setting on the MRI machine, there are four modalities, including T1-weighted (T1), T1-weighted contrast enhance (T1Ce), T2-weighted (T2), and fluid attenuation inversion recovery (FLAIR), shown in Figure 2 below. Different MRI modalities are used to evaluate the level of the tumor, its evolution, and the response for treatment [2]. While the T1Ce modality has a contrast-enhancing agent, Gadolinium, injected into the body and enhances the tumor core’s brightness, the FLAIR modality suppresses the fluid (mainly cerebrospinal fluid) CSF) and enhances an edema part.
Recently, radiomics features extracted from the MRI modalities and segmented maps of tumors have been utilized to predict prognosis and therapeutic response for various cancer types. The radiomics features include many valuable features, which describe the statistics, the shape, and the texture of the brain tumor. Research shows the relationship between the radiomics features of the tumor and the survival day of GBM patient. Inspired by the importance of shape feature to OS days of the patient [2], this study aims to evaluate the most significant shape features to estimate the survival time of patients. Moreover, the deep learning model is applied to predict the OS time of patients.
In this paper, we propose a method to predict the survival time of patients, including two stages. First, because of the small-sized-enhancing tumors in the GBM, DK-Net [4] is used to segment the tumor region. After that, the univariate and multivariate Cox proportional hazard model (CoxPH) is applied to find the most significant shape features related to the survival time of GBM patients. Next, deep features are extracted using 3D ResNet18 to utilize the information of tumors from segmented maps. Finally, selected radiomics features, deep features, and clinical information are concatenated and fit into the multi-layers perceptron to predict the survival time of patients (in days). Our contribution in this work is shown below:
  • Sphericity, 3D maximum diameter, and surface area are three significant shape features relevant to the survival analysis of glioblastoma patients. Furthermore, these features from the enhancing tumor have more effect on patients’ survival time than those from the whole tumor based on hazard ratio.
  • Aside from shape features, the extracted features (known as deep features) from enhancing tumor and whole tumor are essential for survival prediction compared to those from the whole tumor only; therefore, enhancing tumor’s characteristics affects the survival prediction for GBM patients.

2. Related Work

In recent years, much research has been conducted to predict the OS days of GBM patients. Most trending method contains two stages: segmentation and uses radiomics features from the segmented map to predict the survival time. Shboul et al. use the ensemble of random forest (RF) and convolutional neural network (CNN) to obtain the segmented map, and after that, RF predictive model is used to predict the survival days using 240 most essential features out of 1366 features in total based on Kaplan–Meier curve [5]. In [6], Baid et al. use the 3D Unet model with three stages of encoder–decoder architecture to obtain the segmented maps. After that, radiomics features are extracted and fit a multi-layer perceptron (MLP) network for OS prediction. Feng et al. use the ensemble of 3D UNets with the variation of input size, the number of encoder/decoder blocks, and the number of layers to robust the results of the segmentation task. Based on the segmentation result, the volume, shape, and surface area are manually identified and combined with clinical information to obtain OS days via linear regression [7]. In [8], and boosting ensemble of three different networks, including Unet [9], DFKZnet [10], and CA-CNN [11], was applied to obtain the final segmentation result via majority voting. Fourteen selected radiomics features are fit to RF for OS prediction. Madjid [12] et al. found that location-based features efficiently enhance the prediction result. They identify the location-based features by the distance from the tumor to the brain’s center, the largest diameter of the tumor, and the vertical slide number having the most oversized tumor diameter. Combined with the selected radiomics features, the OS prediction result slightly improves. According to [13], deep features are extracted from MRI modalities via a CNN network that describes the tumor’s size, shape, and texture. Further, the NLSE model is proposed with the integration of the non-local module and the squeeze-and-excitation module to robust the segmentation results. Finally, The factor analysis is applied to reduce radiomics features and deep features, and all the remaining features fit the RF regression to obtain OS days.
Moreover, due to the time-consumption of tumor segmentation for ground-truth labeling, some researchers proposed that using the extracted features from MRI modalities directly. In [14], Renato et al. proposed an OS prediction method without segmentation by using a saliency map that identifies the tumor’s location. Combined with clinical information, the OS prediction results are promising compared to other methods. According to [15], Linmin Pei et al. extract high-dimensional features directly from the CNN network to obtain OS prediction results—ages are the additional features used to improve the results. Relevant features are selected by the LASSO method, and all the features are fit to linear regression to obtain results.

3. Materials and Methods

3.1. Overview

Inspired by the effectiveness of shape radiomics features from the ET and WT [2], our method contains two stages, including segmentation and survival prediction based on selected shape features. First, due to the importance of enhancing the tumor [1], DK-Net [4] is utilized to enhance the result of the ET segmented map. After that, all the shape radiomics features are extracted from ET and WT parts, and hazard ratio evaluated by Cox proportional hazard model is applied to demonstrate the importance of each feature to the survival time of patients. Next, using a 3D ResNet18, deep features are extracted from the whole tumor and the enhancing tumor. Then, a random forest algorithm is applied to select the most nine important deep features from ET and WT. Finally, selected shape features, deep features, and clinical features are fit into a multi-layer perceptron for survival prediction of GBM patients. The architecture of our model is shown in Figure 3.

3.2. Dataset

The experiments were performed on the Brain Tumor Segmentation (BraTS) 2018 Dataset [3,16,17]. The BraTS 2018 dataset contains 285 and 66 training and valid dataset samples; however, only 163 and 53 samples were used for the survival prediction task. Each patient sample consists of 4 MRI modalities, including T1-weighted, post-contrast T1-weighted (T1Ce), T2-weighted (T2), and T2 fluid attenuated inversion recovery (FLAIR). In addition, the ground truth for segmentation is provided for training data, containing label 1 for nET/necrotic, label 2 for edema, label 4 for ET, and label 0 for background. Further, survival days are given for each patient in training data. For data analysis, due to the accuracy of labeling, we utilize the training data for the effectiveness of shape radiomics feature to survival time of patients. In addition, clinical information such as age, tumor grade, and resection status is also provided in this dataset. The resection status contains gross total resection (GTR), subtotal resection (STR), and NA (not available) for HGG patients.

3.3. Segmentation

DKNet [4] is used for the brain tumor segmentation task to segment into tumor sub-regions, including edema, necrotic, and enhancing tumor. DKNet is based on a variant of 3D U-Net called the dilated multi-fiber network (DMFNet) [18] with encoder–decoder architecture. One of the advantages of this model is that it could detect the small-sized tumor in the brain, significantly enhancing tumors in gliomas. Moreover, reducing computation cost and memory while keeping good overall performance is also the advantage of this model. In 3D UNet and any variant of this network, the purpose of down-sampling layers is that extract features and extend the receptive field, but the resolution of features could be reduced dramatically; therefore, the feature of small objects can be lost. DKNet is multitask learning with two tasks. The first task is brain tumor segmentation from four MRI modalities with three-segmented masks of regions, including whole tumor (WT), tumor core (TC), and enhancing tumor (ET). The second task is additional feature reconstruction by adding an up-sampling layer and an multi-fiber unit after each encoder layer. The second task remains the crucial features in the following layers and minimizing the information loss on small objects, especially on ET.

3.4. Tumor Shape Radiomics Features Analysis

After segmentation, shape radiomics features are extracted from the enhancing tumor and the whole tumor of total patients in training data. Tumor shape feature plays a vital role in the OS prognosis of patients. Furthermore, these features describe the tumor’s shape, geometry, and specific surface. All the features are derived from T1Ce and the ground truth to analyze their relationship and survival time.
There are 14 shape features extracted from the open-source Pyradiomics library [19], which are mesh volume, minor axis length, sphericity, surface area, surface volume ratio, voxel volume, elongation, flatness, least axis length, major axis length, maximum 2D diameter column, maximum 2D diameter row, maximum 2D diameter slice, and maximum 3D diameter. Each feature describes specific properties of tumor shape. Cox proportional hazard model (CoxPH) and Kaplan–Meier (KM) estimator are applied to evaluate the relationship between the shape features and the survival time of patients.
Kaplan–Meier (KM) estimator is a statistics method measuring the fraction of the living patients in a certain amount of time after treatment. The KM survival curve is the probability of surviving in the given time while considering the time in many small intervals [20]. The KM estimator is calculated by Equation (1). Based on the KM estimator method, KM curves is a plot over time to compare the survival function of different groups.
S ( t ) = i : t i < t ( 1 d i n i )
where:
  • t i is the time point at least one patient dead.
  • d i is number of patients dead at t i .
  • n i is number of patients surviving until time t i .
Cox proportional hazard model (CoxPH) is a regression model using statistics method for investigating the association between one or several predictors and the survival time in medical field. The purpose of CoxPH is to evaluate the effect of one or several factors on survival time of patients. Cox model is denoted by hazard function h(t) [21]. Hazard function h(t) is considered as the risk of dying of each patient at time t. For given vector of predictors z, CoxPH model is expressed as follows:
h ( t | z ) = h 0 ( t ) exp ( β z )
where:
  • h(t|z): hazard function determined by given vector of several predictors z.
  • h 0 ( t ) : is an unspecific function of time.
  • exp ( β z ) : hazard ratio (HR). HR = 1: predictors does not have effect on survival time, HR < 1: associated with improved survival time, HR > 1: associated with increased risk or decreased survival time [21].
Alternatively, CoxPH is also expressed in term of cumulative hazard function as below:
H ( t | z ) = H 0 ( t ) exp ( β z )
where H 0 ( t ) is the baseline cumulative hazard function, which is calculated by the Nelson–Aalen estimator by Equation (4).
H ( t ( i ) ) = j = 1 i d j n j
where d j ( t ) is number of deaths at time t ( i ) and n j is the number of alive patients before time t ( i ) .
Based on the Breslow estimator, the relationship between the cumulative hazard function and survival function is established by following Formula (5); therefore, cumulative hazard function and survival function have an opposite relationship and are based on the CoxPH model, and we can evaluate, which shape features are significantly related to survival time. Furthermore, because HR = 1 means no effect of features on survival time, 95% confident interval (CI) of HR also does not include 1 (null value). Further, p-value is considered statistics significant if its value equals or is smaller than 0.05 in CoxPH regression model.
S ( t ) = exp ( H ( t | z ) )
The relationship between shape radiomics features and patients’ survival days are evaluated by the Cox proportional hazard regression model and the KM curve. Firstly, each shape feature fits into the univariate Cox regression model and is judged by the hazard ratio (HR), 95% confidence interval (CI), and p-value. Then, by dividing each feature into two groups based on the median value of each significant shape feature, we could evaluate the effect of each feature on patients’ survival time following the KM survival curve.

3.5. Deep Feature Extraction

While FLAIR is the best modality for radiologists to see the WT, ET boundaries are best visualized in T1ce [22]. Because of that reason, CNN architecture is utilized to extract the high-level features from FLAIR and T1ce modalities for WT and ET, respectively. First, the MRI modalities are cropped into 128 × 128 × 128 to remove the background voxel. After that, ResNet18 architecture, pre-trained in ImageNet, is applied to extract meaningful information from MRI modalities. ResNet18 has four layers, containing two basic blocks in each layer, followed by two modified fully connected (FC) layers with 512, 101 nodes, respectively. The skip connection is also applied in each convolution layer. The output of ResNet18 is the survival days of patients. The deep features are chosen from the last FC layer of this network, containing the most meaningful features to predict the OS days of patients related to each kind of tumor. The detailed architecture of the network is shown in Figure 4. The feature selection technique is essential for the over-fitting problem reduction in the survival prediction task and keep the most meaningful features related to survival time of patients; therefore, a random forest algorithm is applied to find most of the nine essential features from ET and WT, respectively.

3.6. Overall Survival Prediction

There are six shape radiomics features and 18 extracted deep features combined with age, which is trained to predict the survival time of GBM patients. Linear regression (LR), light gradient boosting (LightGBM), and multi-layer perceptron (MLP) are applied to build the predictive model to evaluate the effectiveness of each model for this survival task separately. The training dataset is split into training and validation datasets by 80:20 ratio to avoid the over-fitting problem. For the MLP model, the output is the survival days of patients, which are evaluated on the classification of three survival groups as described in the previous section. MLP has two fully connected (FC) layers, followed by ReLU activation action after FC layer.

4. Results

4.1. Segmentation

All 285 training data are used in the training process. Sixty-six patients are provided for validation. The dice index, 95 Hausdorff (HD) distances of enhancing tumor (ET), whole tumor (WT), and tumor core (TC) will be calculated by submitting to CBICA’s Image Processing Portal. The result is obtained by this method in Table 1.

4.2. Evaluation Metrics for Survival Prediction

The survival prediction results are evaluated in three different metrics including accuracy, mean squared error (MSE), and SpearmanR metrics. All the results are submitted to online link for result evaluation. The main task is classification, which divided into three groups: short survivors (<10 months), medium survivors (≥10 months and ≤15 months), and long survivors (>15 months). The accuracy metrics are calculated by following equation:
A c c u r a c y = N u m b e r o f C o r r e c t e d p r e d i c t i o n s T o t a l n u m b e r o f p a t i e n t s
Moreover, the MSE metric shows the difference between the prediction days and the actual survival days of patients (ground truth) provided in the dataset because this is supervised learning method. The lower the MSE values are, the better prediction values are. SpearmanR metric describes the strength and the direction of monotonic association between predicted results and ground truth (GT). The value of SpearmanR is in the range of −1 to +1. If the SpearmanR value is close to 1, the ranking of the patients’ survival time is closer to the order of GT’s. The MSE and SpearmanR metrics are calculated by following equations:
M S E = k n ( d k d k ) 2 n
where d k and d k are predicted days and actual survival days of patients (GT), respectively.
S p e a r m a n R = 1 6 d i 2 n ( n 2 1 )
where n is total number of patients, d i is difference in paired ranks between predicted days and GT days [23].

4.3. Shape Radiomics Features Analysis

The univariate CoxPH regression model demonstrates the importance of each shape radiomics feature, as shown in Table 2. As shown in the table, sphericity, surface area, and 3D maximum diameter of tumor for both the whole tumor and the enhancing tumor are significant predictors for OS prognosis with a p-value < 0.05. Moreover, the HR and its 95% CI are smaller than 1, which means that the patients with larger sphericity values have a longer survival time. On the contrary, patients with smaller maximum 3D diameter and surface area values have longer survival time based on HR and its 95% CI. Some other features also have a p-value < 0.05; however, the HR ratio and its CI contain one so that the effectiveness for OS prediction is poor and no means; therefore, other features are not considered significant predictors for this task. Furthermore, age is the significant predictor for survival prediction based on the result in Table 2. The meaning of the most three significant shape predictors are described below:
  • Surface area measures the total area of the tumor’s surface on a 3D dimension.
  • Maximum 3D diameter is the most significant Euclidean distance between tumor surface mesh vertices [19].
  • Sphericity measures the roundness of the shape of the tumor region relative to a sphere [19].
Table 2. Shape radiomics features and clinical information analysis based on univariate CoxPH model.
Table 2. Shape radiomics features and clinical information analysis based on univariate CoxPH model.
HR95% CIp-Value
Enhancing Tumor
Elongation0.7790.284–2.1380.6
Flatness0.8370.319–2.1950.7
Least Axis Length1.0181.002–1.0350.06
Major Axis Length1.0131.004–1.0210.07
Maximum 2D Diameter Column1.0110.960–1.0220.06
Maximum 2D Diameter Row1.0141.000–1.0240.004
Maximum 2D Diameter Slice1.0120.990–1.0210.005
Maximum 3D Diameter1.1121.023–1.2230.005
Mesh Volume11–10.05
Minor Axis Length1.0191.004–1.0330.06
Sphericity0.1840.049–0.6980.01
Surface Area1.2311.139–1.3420.0001
Surface Volume Ratio1.0540.642–1.7290.8
Voxel Volume11–10.04
Whole Tumor
Elongation0.5140.122–2.1600.4
Flatness0.3150.068–1.4560.1
Least Axis Length1.0120.995–1.0280.2
Major Axis Length1.0121.003–1.0120.07
Maximum 2D Diameter Column1.0081.000–1.0160.06
Maximum 2D Diameter Row1.0090.992–1.0170.04
Maximum 2D Diameter Slice1.0101.000–1.0170.03
Maximum 3D Diameter1.0171.011–1.0280.03
Mesh Volume11–10.1
Minor Axis Length1.0160.984–1.0310.02
Sphericity0.26690.069–0.7620.02
Surface Area1.0231.003–1.1270.02
Surface Volume Ratio0.7960.201–3.1510.7
Voxel Volume11–10.1
Clinical Information
Age1.0361.021–1.0510.000001
From Table 2, three shape radiomics features, including sphericity, 3D maximum diameter, and surface area consider as significant predictors for survival tasks. In detail, selected shape features extracted from the enhancing tumor have more effect on survival time based on HR. Consequently, enhancing tumor plays an essential role in survival prediction.
For detail analysis, Kaplan–Meier (KM) estimators are utilized to evaluate the relationship between each feature to survival time of GBM patients. The Kaplan–Meier estimator is a non-parametric method used to measure the ratio of patients living for a specific time after treatment [20]. For experiments, two patient groups are generated based on the median value of each selected feature. Then, KM curves are plotted for both selected shape features for two group patients. Further, the log-rank test is applied to compare the survival function between two groups for each shape feature based on the p-value. If the p-value of the log-rank test is smaller than 0.05, two groups are statistically significant, mentioning different distribution between two groups. According to the KM curve and log-rank test, patients with a smaller surface area, longer 3D maximum diameter, and smaller sphericity ratios have a longer survival time than others for ET and WT tumors. The detail information about KM curves and log-rank test (p-value) for each feature is shown in Figure 5, Figure 6 and Figure 7.

4.4. Overall Survival Prediction

Aside from the three significant shape features, deep features are utilized to have a high-level meaning related to the survival time of patients from ET and WT tumors. The effectiveness of deep features from ET and WT is demonstrated by using ResNet18. From Table 3, using selected deep features from ET and WT, the accuracy and the MSE results are slightly improved compared to using deep features from ET and WT separately.
After that, combined with selected shape features and age, the predicted result is evaluated in the online portal https://ipp.cbica.upenn.edu/ (accessed on 1 February 2022). There are 28 validation patients with unknown survival times. There result of three predictive models are shown in Table 4.
From Table 4, MLP obtains better results compared to other machine learning models, which achieves 57.1% and 97,531.8 on accuracy and MSE evaluation metrics, respectively. Compared to Linh et al. [2] result, when we use only selected shape features, the result on MSE metrics improves slightly, which decreases from 152,250.8 to 99,482.7 while the accuracy result is the same; therefore, sphericity, 3D maximum diameter, and surface area are three significant predictors for survival prediction of patients. Adding the deep feature and MLP predictive model could improve classification and regressive tasks.
Further, compared to other methods on the BraTS18 validation dataset in Table 5, our method achieves promising results with 57.1% and 97,531.8 on accuracy and MSE metrics, respectively,

5. Discussion

In this paper, there are three significant predictors, including sphericity, surface area, and maximum 3D diameter related to survival time of glioblastoma patients based on CoxPH and KM survival curve. GBM patients with lower surface tumor area, lower maximum 3D diameter, and higher sphericity ratio have longer survival times. Furthermore, compared with WT, shape features extracted from ET have more effect on the survival time of patients based on hazard ratio, which means ET is important for GBM survival prediction. Combined with deep features from the enhancing tumor and the whole tumor, survival time prediction is promising and could be applied for clinical prognosis in the future; however, compared to Baid et al. [22], the SpearmanR coefficient in our result is not good, which means the order of predicted survival time is unstable for time series analysis. Moreover, the medical meaning of deep features from ET and WT is ambiguous. For future work, we will try to predict the survival time of patients in the same order compared to the actual survival days. Furthermore, we need to clarify and prove the practical significance of the deep features in the medical field for further applications.

6. Conclusions

This paper proposes a framework for predicting the overall survival time for glioblastoma patients in two stages. The first stage is the segmentation of brain tumors based on DKNet, which improves the segmented enhancing tumor in brain tumors. The second stage is shape radiomics, and deep features are extracted from the combination of enhancing tumor and the whole tumor fit into a multi-layer perceptron model to predict the overall survival time. It has been seen from experimental results on BraTS18 compared to other existing methods [22,24] that our proposed method achieves 57.1% and 97,531.8, which are competitive results for the accuracy metric and slightly higher values on mean squared error metric, respectively. For another BraTS dataset, the accuracy of existing studies [14] is around 55%, and machine learning or multi-layer perceptron predictive models are preferable choices for survival tasks. Optimal features finding and feature selection are trending approaches to ensure robust performance of the survival prediction tasks. Compared to the current approach, our method highlights the effect of each shape radiomics feature on the survival time of glioblastoma patients. Sphericity, surface area, and the maximum 3D diameter are the three most significant predictors affecting the survival time of glioblastoma patients via the Cox proportional model. Combined with the deep features extracted from enhancing tumor and whole tumor, we obtain promising survival results on the BraTS18 dataset. Although our approach obtains a competitive result, the performance of the proposed model is validated on the small-sized dataset, which can be improved by expanding the number of patients on a larger dataset in the future.

Author Contributions

Conceptualization, D.-L.T.; Methodology, D.-L.T.; Writing—review and editing, D.-L.T. and G.-S.L.; Supervision, G.-S.L., S.-H.K. and H.-J.Y.; Project administration, G.-S.L., S.-H.K. and H.-J.Y.; Funding acquisition, G.-S.L., S.-H.K. and H.-J.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Publicly available BraTS18 dataset is analyzed in this study. BraTS18 dataset is avalable in this https://www.med.upenn.edu/sbia/brats2018/data.html (accessed on 1 February 2022).

Acknowledgments

This research was supported by the Bio & Medical Technology Development Program of the National Research Foundation (NRF) & funded by the Korean government (MSIT) (NRF-2019M3E5D1A02067961). This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (NRF-2018R1D1A3B05049058). Also, this work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (NRF-2020R1A4A1019191).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Hanif, F.; Muzaffar, K.; Perveen, K.; Malhi, S.M.; Simjee, S.U. Glioblastoma multiforme: A review of its epidemiology and pathogenesis through clinical presentation and treatment. APJCP 2017, 18, 3. [Google Scholar] [PubMed]
  2. Trinh, D.; Kim, S.; Yang, H.; Lee, G. Brain Tumor Survival Prediction using Shape Radiomics Features by Linear Regression. SMA2021 2021, 4. [Google Scholar]
  3. Menze, B.H.; Andras, J.; Stefan, B.; Jayashree, K.; Keyvan, F.; Justin, K.; Yuliya, B.; Nicole, P.; Johannes, S.; Roland, W.; et al. The multimodal brain tumor image segmentation benchmark (BRATS). IEEE Trans. Med. Imaging 2014, 34, 1993–2024. [Google Scholar] [CrossRef] [PubMed]
  4. Ngo, D.; Tran, M.; Kim, S.; Yang, H.; Lee, G. Multi-task learning for small brain tumor segmentation from MRI. Appl. Sci. 2020, 10, 7790. [Google Scholar] [CrossRef]
  5. Shboul, Z.A.; Vidyaratne, L.; Alam, M.; Iftekharuddin, K.M. Glioblastoma and survival prediction. Int. MICCAI Brainlesion Workshop 2017, 10670, 358–368. [Google Scholar]
  6. Baid, U.; Talbar, S.; Rane, S.; Gupta, S.; Thakur, M.H.; Moiyadi, A.; Thakur, S.; Mahajan, A. Deep learning radiomics algorithm for gliomas (drag) model: A novel approach using 3d unet based deep convolutional neural network for predicting survival in gliomas. In International MICCAI Brainlesion Workshop; Springer: Cham, Switzerland, 2018; pp. 369–379. [Google Scholar] [CrossRef]
  7. Feng, X.; Tustison, N.J.; Patel, S.H.; Meyer, C.H. Brain tumor segmentation using an ensemble of 3d u-nets and overall survival prediction using radiomic features. Front. Comput. Neurosci. 2020, 14, 25. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Sun, L.; Zhang, S.; Luo, L. Tumor segmentation and survival prediction in glioma with deep learning. In International MICCAI Brainlesion Workshop; Springer: Cham, Switzerland, 2018; pp. 83–93. [Google Scholar] [CrossRef] [Green Version]
  9. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Munich, Germany, 5–9 October 2015; pp. 234–241. [Google Scholar]
  10. Isensee, F.; Kickingereder, P.; Wick, W.; Bendszus, M.; Maier-Hein, K.H. Brain tumor segmentation and radiomics survival prediction: Contribution to the brats 2017 challenge. In International MICCAI Brainlesion Workshop; Springer: Cham, Switzerland, 2017; pp. 287–297. [Google Scholar] [CrossRef] [Green Version]
  11. Wang, G.; Li, W.; Ourselin, S.; Vercauteren, T. Automatic brain tumor segmentation using cascaded anisotropic convolutional neural networks. In International MICCAI Brainlesion Workshop; Springer: Cham, Switzerland, 2017; pp. 178–190. [Google Scholar] [CrossRef] [Green Version]
  12. Soltani, M.; Bonakdar, A.; Shakourifar, N.; Babaie, R.; Raahemifar, K. Efficacy of Location-Based Features for Survival Prediction of Patients with Glioblastoma Depending on Resection Status. Front. Oncol. 2021, 11, 2509. [Google Scholar] [CrossRef] [PubMed]
  13. Huang, H.; Zhang, W.; Fang, Y.; Hong, J.; Su, S.; Lai, X. Overall Survival Prediction for Gliomas Using a Novel Compound Approach. Front. Oncol. 2021, 3150, 724191. [Google Scholar] [CrossRef] [PubMed]
  14. Hermoza, R.; Maicas, G.; Nascimento, J.C.; Carneiro, G. Post-hoc Overall Survival Time Prediction from Brain MRI. In Proceedings of the 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI), Nice, France, 13–16 April 2021; pp. 1476–1480. [Google Scholar]
  15. Pei, L.; Vidyaratne, L.; Rahman, M.M.; Iftekharuddin, K.M. Context aware deep learning for brain tumor segmentation, subtype classification, and survival prediction using radiology images. Sci. Rep. 2020, 10, 1–11. [Google Scholar] [CrossRef] [PubMed]
  16. Bakas, S.; Akbari, H.; Sotiras, A.; Bilello, M.; Rozycki, M.; Kirby, J.S.; Freymann, J.B.; Farahani, K.; Davatzikos, C. Advancing the cancer genome atlas glioma MRI collections with expert segmentation labels and radiomic features. Sci. Data 2017, 4, 1–13. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  17. Bakas, S.; Reyes, M.; Jakab, A.; Bauer, S.; Rempfler, M.; Crimi, A.; Shinohara, R.T.; Berger, C.; Ha, S.M.; Rozycki, M.; et al. Identifying the best machine learning algorithms for brain tumor segmentation, progression assessment, and overall survival prediction in the BRATS challenge. arXiv 2018, arXiv:1811.02629. [Google Scholar]
  18. Chen, C.; Liu, X.; Ding, M.; Zheng, J.; Li, J. 3D Dilated Multi-Fiber Network for Real-time Brain Tumor Segmentation in MRI. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Shenzhen, China, 13–17 October 2019; pp. 184–192. [Google Scholar]
  19. Radiomic Features. Available online: https://pyradiomics.readthedocs.io/ (accessed on 26 December 2012).
  20. Goel, M.K.; Khanna, P.; Kishore, J. Understanding survival analysis: Kaplan-Meier estimate. Int. J. Ayurveda Res. 2010, 1, 274. [Google Scholar] [PubMed] [Green Version]
  21. Devarajan, K.; Ebrahimi, N. Testing for covariate effect in the cox proportional hazards regression model. Commun. Stat.-Theory Methods 2009, 14, 2333–2347. [Google Scholar] [CrossRef] [PubMed]
  22. Baid, U.; Rane, S.U.; Talbar, S.; Gupta, S.; Thakur, M.H.; Moiyadi, A.; Mahajan, A. Overall survival prediction in glioblastoma with radiomic features using machine learning. Front. Comput. Neurosci. 2020, 14, 61. [Google Scholar] [CrossRef] [PubMed]
  23. Spearman’s Rank-Order Correlation. Available online: https://statistics.laerd.com/ (accessed on 26 December 2021).
  24. Weninger, L.; Rippel, O.; Koppers, S.; Merhof, D. Segmentation of brain tumors and patient survival prediction: Methods for the brats 2018 challenge. In International MICCAI Brainlesion Workshop; Springer: Cham, Switzerland, 2018; pp. 3–12. [Google Scholar] [CrossRef]
Figure 1. Sub-regions of GBM tumor in MRI modalities. (A) The whole tumor in FLAIR modality (yellow); (B) the tumor core in T1Ce modality (red); (C) the enhancing tumor in T1Ce modality (blue) surrounding by necrotic and non-ET tumor; (D) the total tumor structure in MRI modality [3]).
Figure 1. Sub-regions of GBM tumor in MRI modalities. (A) The whole tumor in FLAIR modality (yellow); (B) the tumor core in T1Ce modality (red); (C) the enhancing tumor in T1Ce modality (blue) surrounding by necrotic and non-ET tumor; (D) the total tumor structure in MRI modality [3]).
Electronics 11 01038 g001
Figure 2. The different MRI modalities including FLAIR, T1-weighted, contrasted enhancing T1-weighted, T2-weighted.
Figure 2. The different MRI modalities including FLAIR, T1-weighted, contrasted enhancing T1-weighted, T2-weighted.
Electronics 11 01038 g002
Figure 3. The architecture of proposal method.
Figure 3. The architecture of proposal method.
Electronics 11 01038 g003
Figure 4. The architecture of 3D ResNet18. For each basic block, batch normalization, and ReLU activation function are used after each convolution block (conv).
Figure 4. The architecture of 3D ResNet18. For each basic block, batch normalization, and ReLU activation function are used after each convolution block (conv).
Electronics 11 01038 g004
Figure 5. The KM curves of 2 groups for 3D maximum diameter in ET and WT based on median value, respectively. (a) Kaplan–Meier curve for ET; (b) Kaplan–Meier curve for WT.
Figure 5. The KM curves of 2 groups for 3D maximum diameter in ET and WT based on median value, respectively. (a) Kaplan–Meier curve for ET; (b) Kaplan–Meier curve for WT.
Electronics 11 01038 g005
Figure 6. The KM curves of 2 groups for sphericity in ET and WT based on median value, respectively. (a) Kaplan–Meier curve for ET; (b) Kaplan–Meier curve for WT.
Figure 6. The KM curves of 2 groups for sphericity in ET and WT based on median value, respectively. (a) Kaplan–Meier curve for ET; (b) Kaplan–Meier curve for WT.
Electronics 11 01038 g006
Figure 7. The KM curves of 2 groups for surface area in ET and WT based on median value, respectively. (a) Kaplan–Meier curve for ET; (b) Kaplan–Meier curve for WT.
Figure 7. The KM curves of 2 groups for surface area in ET and WT based on median value, respectively. (a) Kaplan–Meier curve for ET; (b) Kaplan–Meier curve for WT.
Electronics 11 01038 g007
Table 1. Results of segmentation for BraTS 2018 validation dataset.
Table 1. Results of segmentation for BraTS 2018 validation dataset.
MethodDice ETDice TCDice WTHD 95 ETHD 95 TCHD 95 WT
DKNet0.81820.81810.88762.68355.61124.6000
Table 3. The results of OS prediction based on deep features (DFs) extracted from ET, WT using 3D ResNet18.
Table 3. The results of OS prediction based on deep features (DFs) extracted from ET, WT using 3D ResNet18.
DFsAccuracyMSE
WT DFs0.393244,139.9
ET DFs0.321185,454.8
Selected DFs (18 features)0.464123,320.8
Table 4. The results of OS prediction from different combination features of three predictive models (SFs: 6 selected shape features, DFs: 18 selected deep features) based on accuracy (Acc) and mean squared error (MSE) metrics.
Table 4. The results of OS prediction from different combination features of three predictive models (SFs: 6 selected shape features, DFs: 18 selected deep features) based on accuracy (Acc) and mean squared error (MSE) metrics.
FeaturesLinear RegressionLightGBMMLP
AccMSEAccMSEAccMSE
SFs + Age0.536128,839.40.500108,577.90.53699,482.7
SFs + DFs + Age0.500116,463.90.46499,577.40.57197,531.8
Table 5. Comparison between our method and others in BraTS18 validation dataset.
Table 5. Comparison between our method and others in BraTS18 validation dataset.
MethodsAccuracyMSESpearmanR
[7]0.321103,839.40.247
[24]0.50097,759.50.267
[22]0.5715,955,021.10.427
[2]0.536152,250.80.216
Ours0.57197,531.80.294
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Trinh, D.-L.; Kim, S.-H.; Yang, H.-J.; Lee, G.-S. The Efficacy of Shape Radiomics and Deep Features for Glioblastoma Survival Prediction by Deep Learning. Electronics 2022, 11, 1038. https://doi.org/10.3390/electronics11071038

AMA Style

Trinh D-L, Kim S-H, Yang H-J, Lee G-S. The Efficacy of Shape Radiomics and Deep Features for Glioblastoma Survival Prediction by Deep Learning. Electronics. 2022; 11(7):1038. https://doi.org/10.3390/electronics11071038

Chicago/Turabian Style

Trinh, Dang-Linh, Soo-Hyung Kim, Hyung-Jeong Yang, and Guee-Sang Lee. 2022. "The Efficacy of Shape Radiomics and Deep Features for Glioblastoma Survival Prediction by Deep Learning" Electronics 11, no. 7: 1038. https://doi.org/10.3390/electronics11071038

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop