ORIGINAL RESEARCH article

Front. Neurosci., 20 September 2019

Sec. Brain Imaging Methods

Volume 13 - 2019 | https://doi.org/10.3389/fnins.2019.00966

Feature-Guided Deep Radiomics for Glioblastoma Patient Survival Prediction

  • Vision Lab in Department of Electrical and Computer Engineering, Old Dominion University, Norfolk, VA, United States

Abstract

Glioblastoma is recognized as World Health Organization (WHO) grade IV glioma with an aggressive growth pattern. The current clinical practice in diagnosis and prognosis of Glioblastoma using MRI involves multiple steps including manual tumor sizing. Accurate identification and segmentation of multiple abnormal tissues within tumor volume in MRI is essential for precise survival prediction. Manual tumor and abnormal tissue detection and sizing are tedious, and subject to inter-observer variability. Consequently, this work proposes a fully automated MRI-based glioblastoma and abnormal tissue segmentation, and survival prediction framework. The framework includes radiomics feature-guided deep neural network methods for tumor tissue segmentation; followed by survival regression and classification using these abnormal tumor tissue segments and other relevant clinical features. The proposed multiple abnormal tumor tissue segmentation step effectively fuses feature-based and feature-guided deep radiomics information in structural MRI. The survival prediction step includes two representative survival prediction pipelines that combine different feature selection and regression approaches. The framework is evaluated using two recent widely used benchmark datasets from Brain Tumor Segmentation (BraTS) global challenges in 2017 and 2018. The best overall survival pipeline in the proposed framework achieves leave-one-out cross-validation (LOOCV) accuracy of 0.73 for training datasets and 0.68 for validation datasets, respectively. These training and validation accuracies for tumor patient survival prediction are among the highest reported in literature. Finally, a critical analysis of radiomics features and efficacy of these features in segmentation and survival prediction performance is presented as lessons learned.

Introduction

The World Health Organization (WHO) identifies Glioblastoma as a highly aggressive grade IV glioma. Glioblastoma is known for the presence of anaplastic glial cells along with high mitotic activity and dense cellularity, as well as the increase in microvascular proliferation (Ohgaki, 2005; ; ). The aggressive and infiltrative growth pattern of Glioblastoma makes curative treatment impossible, which reduces the median survival rate to less than 2-years for most patients (). Recently, the interest has shifted toward replacing invasive methods for tumor subtyping that predict clinical outcome with non-invasive methods (; ; Yang et al., 2015). Different studies (Vartanian et al., 2014; ; ) discussed Glioblastoma heterogeneity and its implication on the clinical outcome. Glioblastoma heterogeneity can be examined through radiology images such as Magnetic Resonance Imaging (MRI) (Yang et al., 2002, 2015; ). Quantitative radiomic imaging features (henceforth, radiomics) computed from MRI can be utilized for clinical outcome prediction (; ; Shboul et al., 2017) and molecular classifications (; ). An accurate detection and segmentation of different abnormal tumor tissues is essential in planning treatment therapy, diagnosis, grading, and survival prediction.

Few works (Pope et al., 2005; ; ) have proposed different methods for predicting the survivability of patients with brain tumors. Pope et al. (2005) use different subtype tumor volumes, the extent of resection, location, size and other imaging features in order to evaluate the capability of these features to predict survival. use a comprehensive visual feature set known as Visually AcceSAble Rembrandt Images (VASARI) in order to predict survival, and correlate these features for genetic alterations and molecular subtypes. predict survival by quantifying a large number of radiomic image features including shape and texture in computed tomography images of lung and head-and-neck cancer patients. Several of the survival prediction studies utilize regression survival (; Passamonti et al., 2017) models such as the proportional hazard method while a few others utilize machine learning methods to predict survival (; Shouval et al., 2017; ).

Among many different feature-based and feature-learned deep neural network-based abnormal tumor tissue segmentation (; Mlynarski et al., 2018; Shah et al., 2018; ) and survival prediction methods (; Reza and Iftekharuddin, 2014; Vidyaratne et al., 2018) with varying performances as discussed above, there is a need to understand the effect of feature-guided deep radiomics for both tumor segmentation and patient survival prediction. A feature-guided deep radiomics approach is expected to benefit from known radiomics features that are already proven effective to guide discovery of unknown features using deep learning methods. Consequently, this work proposes a fully automated two-step survival prediction framework for patients with glioblastoma: radiomics feature-guided deep neural network methods for automated tumor tissue segmentation; and overall survival regression classification using these tumor segments and other relevant features using raw structural MRI data (Reza and Iftekharuddin, 2014; Shboul et al., 2017). The known radiomics are multiresolution fractal texture features that have shown efficacy in brain tumor segmentation (BraTS) in prior studies (; ; ; Reza and Iftekharuddin, 2014; Vidyaratne et al., 2018). The proposed framework is evaluated using two recent widely used benchmark datasets from BraTS global challenges in 2017 and 2018, respectively. Our results suggest that the proposed framework achieves better tumor segmentation and survival prediction performance compared to the state-of-the-art methods.

Materials and Methods

The overall pipeline with each processing block used for tumor segmentation and survival prediction is shown in Figure 1. This fully automated method proposes a two-step survival prediction framework: radiomics feature-guided deep neural network methods for automated tumor tissue segmentation; and overall survival regression classification using these tumor segments and other relevant features. The proposed multiple abnormal tumor tissue segmentation step effectively captures both local and global feature-guided deep radiomics information in structural MRI. The survival prediction step includes two representative survival prediction pipelines that experiment with different feature selection and regression approaches.

FIGURE 1

Tumor Segmentation

The tumor segmentation methods are summarized below.

Feature-Based Brain Tumor Segmentation

This method (Figure 2A) utilizes several of our prior robust feature extraction algorithms to include piecewise triangular prism surface area (PTPSA) (), and multi-fractional Brownian motion (mBm) (). These methods capture the non-local intensity and spatially varying texture observed in abnormal tumor tissues. In addition, several other generic features such as Texton, and raw intensity are used as input to a random forest (RF) based classifier to obtain the multi-class abnormal tumor tissue segmentation (; Reza and Iftekharuddin, 2014).

FIGURE 2

Feature-Learned Brain Tumor Segmentation Using Deep CNN

This method essentially transforms the segmentation problem into an intensity-based image classification task. Localized 2D patches surrounding each pixel subjected to classification are extracted from MRI and are used as input to deep CNN architecture. We set the size of the input patch as 33 × 33 for tumor segmentation (Vidyaratne et al., 2018). The detailed CNN design for this method is shown in Figure 2B.

Feature-Learned Brain Tumor Segmentation Using Deep U-Net

This method utilizes a CNN based U-Net model (Ronneberger et al., 2015; ) to obtain brain tumor segmentation. U-Net model is known for end-to-end data processing. Unlike patch based CNN segmentation pipeline where the model only sees a localized region of the brain, the U-Net in this work captures global information from different regions of the brain, which is essential to achieve robust segmentation performance. The U-Net architecture utilized in this work is implemented following the work in . More specifically, the architecture consists of a down-sampling (encoding) and an up-sampling (decoding) stage. The down-sampling stage has five convolutional blocks each consisting of two convolutional layers with a filter size of 3 × 3 and stride of 1 followed by maxpooling with stride 2 × 2. The upsampling stage consists of deconvolution layer with a filter size of 3 × 3 and stride of 2 × 2 which doubles the size of the feature maps. Rather than using regular cross-entropy based loss function, we utilize a soft dice metric based loss function to train the U-Net model (Milletari et al., 2016). The soft dice is a differentiable form of the original dice similarity coefficient (DSC) which is the most widely used metric to evaluate tumor segmentation performance. The model is trained using mini-batch gradient descent (GD) technique which minimizes the soft dice cost function. Figure 2C shows the detailed architecture of the U-Net model to perform the BraTS task.

Feature-Learned Brain Tumor Segmentation Using Fully Convolutional Networks

Fully convolutional networks (FCNs) have been successfully used for many image processing and computer vision tasks (; Zhao et al., 2016). FCNs build FCNs that take an input of arbitrary size and produce a correspondingly sized output of relevant characteristics with efficient inference and learning. Accordingly, FCN contains only convolutional layers. It removes any redundancy when computing classification maps on large inputs. The architecture also features an encode (down-sampling) and a decode (up-sampling) stage. The encode stage of the proposed architecture has five convolutional blocks. Each block is composed of two convolutional layers with a filter size of 3 × 3 and stride of 1 followed by maxpooling with stride 2 × 2. The decode stage consists of deconvolution layers with a filter size of 3 × 3 and stride of 2 × 2 which doubles the size of the feature maps. The framework of the proposed method is shown in Figure 2D, which uses VGG-11 (Simonyan and Zisserman, 2014) as a pre-trained model.

Semantic Label Fusion of Feature-Based and Feature-Learned Deep Radiomics for Improved Tumor Segmentation

The different deep radiomics-based models discussed above are first independently implemented and trained for multi-class abnormal tumor tissue segmentation. In order to complement both feature-based and feature-learned radiomics methods, we implement a label fusion method (Figure 2E) for improved tumor segmentation. The label fusion is then performed to obtain the fused output for volume v as follows:

WhereUi, and Ci denote the U-Net and FCN outputs given MRI volume v, respectively.

The outputs of U-Net and FCN architectures offer excellent specificity, albeit with varying sensitivity performance. The union operation in equation (1) essentially preserves the specificity while improving the sensitivity by combining the within-class regions from each output. Similarly, this method is used for label fusion between the patch-wise CNN based segmentation algorithm and the hand-crafted feature-based algorithm for better segmentation performance.

Survival Prediction

The survival prediction model includes prediction of survival risk classification (short, medium, and long-term survival). Subsequently, an overall survival regression is performed based on the survival risk class label. Both classification and regression models are trained on quantitative- radiomics features obtained from the segmented tumor. Recursive feature selection (RFS) method is used to select the features that are used in the classification model. Finally, Cox regression is used as a feature selection method in the overall survival regression model. Three overall regression models are trained: long-regression model, mid-regression model, and short regression model.

Feature Extraction

Feature extraction is the first step of the overall survival prediction task. Different quantitative imaging features (of around 31,000) are extracted from the different types of segmented abnormal tissues (edema, enhancing tumor, and tumor core) obtained in the previous step. These features include texture, volumetric and area-related features, histogram-graph features, and Euler characteristics (vertices, edges, and faces). The heterogeneity in Glioblastoma may be quantified using texture and histogram-graph features; while the shape of the tumor may be effectively captured using volumetric and Euler characteristic features (Pope et al., 2005; ; Rathore et al., 2016).

A detailed breakdown of the extracted features is as follows: a total of 1107 texture features (Vallières et al., 2015) are computed from raw MRI sequences, and the features are extracted from eight texture representations of the tumor volume [Texton filters (); texture-fractal characterization using both our PTPSA () modeling and multi-resolution mBm () modeling; and the characterization Holder Exponent () modeling of the tumor region]. Furthermore, six histogram-based statistics (mean, variance, skewness, kurtosis, energy, and entropy) features are extracted from the edema, enhancing tumor, and necrosis tissues.

Moreover, 13 volume-related features are considered: the volume of the whole tumor, the volume of the whole tumor with respect to the brain, the volume of sub-regions (edema, enhancing tumor, and necrosis) divided by the whole tumor, the volume of sub-regions (edema, enhancing tumor, and necrosis) divided by the brain, the volumes of the enhancing tumor and necrosis divided by the edema, the summation of the volume of the edema and enhancing tumor, the volume of the edema divided by the summation of the volume of enhancing tumor and necrosis, and the volume of the necrosis divided by the summation of the volume of the edema and enhancing tumor. The tumor locations and the spread of the tumor in the brain are computed. Another nine area-related properties (area, centroid, perimeter, major axis length, minor axis length, eccentricity, orientation, solidity, and extent) are computed from three viewpoints (x, y, and z-axes) of the whole tumor.

Furthermore, a total of 832 features are extracted from the histogram graph of the different modalities of the whole tumor, edema, enhancing and necrosis regions. These features represent the frequency at different intensity bins (of 11,15, and 23) and the bins of the max frequency. Finally, we compute the Euler characteristic (Turner et al., 2014) of the whole tumor, edema, enhancing and necrosis, for each slice. The Euler characteristic features are computed on the tumor curve, at 100 points, and at 72 different angles. Then, the Euler characteristic features are integrated over all the slices. As a result, each patient is represented by 4 (whole tumor, edema, enhancing, and necrosis) Euler characteristic feature vectors. Each vector has a size of 7200 (100 points × 72 angles).

Survival Prediction Models

Two different survival prediction models are proposed for survival prediction. The first model is a tree-based method for overall-survival regression prediction using RF regression model. We have employed RF due to its efficiency, robustness and the flexibility in utilization for both multi-class classification and regression tasks (). Additionally, RF does not require extensive hyper-parameter tuning, and is resilient to overfitting. These traits make RF preferable over more common models such as artificial neural networks especially when the training data is limited. The complete pipeline for the survival regression using RF is illustrated in Figure 3A. This model uses significant, predictive and important features selected from the above-mentioned texture, histogram-graph, and volumetric and area-related features. A three-step feature selection method is utilized as follows. A univariate cox regression is fitted on every extracted feature, and features with p-value less than 0.05 are considered as significant. A second univariate cox regression is fitted on the quantitative copy of the significant features. The quantitative copy is obtained by thresholding the significant feature around its median value. The last step is performed to ensure that each significant feature is also able to split the data set into long vs. short survival. Then, RF regression model with tenfold cross validation is used to evaluate the model at each iteration.

FIGURE 3

The model in Figure 3A is used as a baseline to obtain a second more comprehensive survival prediction pipeline as shown in Figure 3B. We incorporate additional features such as Euler characteristics. The features for the updated model are then selected using RFS method as follows. First, we perform RFS1 on the Euler features alone. Next, another RFS2 on the remaining features (texture, volumetric, histogram-graph based) is performed. In addition, the overall-survival regression model uses Cox regression to select significant features with p-value < 0.05. Moreover, we introduce a state-of-the-art Extreme Gradient Boosting (XGBoost) () based regression technique for stepwise survival risk classification and overall-survival regression prediction using the selected features. The XGBoost based regression model is applied to each of the three groups (short, medium, and long) to obtain survival duration in the number of days, respectively. One of the major advantages of XGBoost its utilization of L1 and L2 regularization. L1 regularization handles sparsity, whereas L2 regularization reduces overfitting ().

It is worth noting that we have not utilized any neural network model for the survival prediction because the sample size in this study is not large enough to ensure good training in a neural network setting.

Results

Dataset

This study uses BraTS18 training, validation and testing dataset (Menze et al., 2015; , ), and BraTS17 training, validation, and testing datasets for patient survival prediction analysis. Both BraTS17 and BraTS18 datasets contain a total of 163 Glioblastoma [high grade glioma (HGG)] cases for training, with an overall survival, defined in days, and the age of patient at diagnosis, defined in years. The training dataset provides four modalities [T1, post-contrast T1-weighted (T1Gd), T2-weighted (T2), and T2 Fluid Attenuated Inversion Recovery (FLAIR)] along with the ground truth segmentation of multiple abnormal tissues (enhancing, edema, necrosis, and non-enhancing) in the tumor. Overall survival risk is classified into three survival groups: long (greater than 15 months), medium (between 10 and 15 months), and short (less than 10 months). In addition, for validation purposes, we use the validation datasets of BraTS17 and BraTS18. BraTS17 validation dataset consists of 33 cases while that for BraTS18 consists of 28 cases for overall survival prediction purposes. BraTS17 testing dataset consists of 95 cases while that for BraTS18 offers 77 cases for testing the overall survival prediction performance.

Overall Survival Prediction Framework Evaluation

As discussed in the Methods section, the proposed framework consists of several feature-based and feature-guided deep radiomics-based automated BraTS methods and two distinct deep radiomics based automated survival prediction pipelines. Accordingly, we obtain extensive performance evaluation using two pipelines: the first one combines CNN-based patch-wise segmentation algorithm, radiomics feature-based segmentation algorithm, and RF based survival prediction method (henceforth SP1), while the second combines U-Net and FCN based segmentation methods with the XGBoost based survival prediction algorithm (henceforth SP2). We first participated in the BraTS 2017 challenge and the specific combination of machine learning methods with RF survival prediction model (known as SP1) offered the best overall performance in this Challenge. We subsequently participated in the BraTS 2018 challenge and the augmented model (known as SP2) offered the best performance using the validation dataset. The mean dice segmentation performance (of enhancing tumor, whole tumor, and tumor core) for SP1 and SP2 is illustrated in Table 1. The mean dice segmentation metrics for different sub-tissues are evaluated using the online evaluation platform of the BraTS challenge (CBICA IPP at1). A detailed performance analysis of U-Net, FCN and their sematic-label fusion results are illustrated in Table 2. Figure 4 shows an example of segmentation outcomes using U-Net, FCN and semantic-label fusion of U-Net and FCN.

TABLE 1

Survival prediction performance
Segmentation performance
Model/datasetAccuracyMSEDice enhanced tumorDice whole tumorDice tumor core
SP1/BraTS17 training0.6778,929
SP1/BraTS17 validation0.6672,09,9080.7460.8150.698
SP1/BraTS17 test0.5792,45,7800.7330.8320.725
SP2/BraTS18 training0.7391,585
SP2/BraTS18 validation0.6791,53,4660.7650.8760.761
SP2/BraTS18 test0.5193,67,2400.7050.8570.767
RF-SP1/BraTS18 validation0.4641,70,737
XGBoost-SP2/BraTS17 validation0.6362,18,097
Modified-SP2/BraTS18 training0.71899,358
Modified-SP2/BraTS18 validation0.6791,27,697

Performance of SP1, SP2, and modified-SP2 methods with BratS17 and BraTS18 datasets.

The evaluation of validation is performed using the online evaluation platform of CBICA IPP (https://ipp.cbica.upenn.edu).

TABLE 2

ModelDice enhanced tumorDice whole tumorDice tumor core
FCN0.7060.8500.727
U-Net0.6970.8350.719
Semantic-label fusion0.7140.8610.740

Performance of U-Net, FCN and their Semantic-label fusion using BraTS18 validation dataset.

FIGURE 4

For SP1 the survival prediction features are the age and 40 texture and volumetric features. The distribution of the 40 features is as follows: 12 features extracted from Texton of the tumor, 9 features extracted from the Holder exponent representations of the tumor, 6 features represent the histogram of the abnormal tissues, 5 from the raw MR modality of the tumor and sub-regions, 4 describe the volume of the tumor and the sub-regions, and 4 features are extracted from the tumor area and major axis length.

In comparison, as discussed above and shown in Figure 3B for SP2, all relevant features are extracted from the ground truth cases available with BraTS18 training dataset. The subsequent RFS for Euler features (28,000) alone generates 39 features. The distribution of the 39 Euler features includes: 16 features computed around the contour of ET, 16 features computed around that of WT, and 7 features computed around that of edema, respectively. The application of RFS on the remaining features produces additional 23 texture features, 4 histogram graph features, and 8 area features of the edema, ET, and WT, respectively. The XGBoost with leave-one-out cross-validation (LOOCV) is employed on the selected 74 features and the age to predict three corresponding survival classes (short, medium, and long). This yields a classification accuracy of 0.73 [95% confidence intervals (CI): 0.655–0.797] for the BraTS18 training dataset.

First, we establish the performance of both SP1 and SP2 methods using the BraTS17 and BraTS18 training, and validation datasets. The training dataset performance is obtained through LOOCV analysis. The performance evaluation of methods using BraTS validation datasets is restricted to the online evaluation platform of the organizer of the BraTS challenge and must be performed during a specific time period during the challenge. Note that the second pipeline (SP2) is developed after the BraTS 2017 challenge is concluded, and hence 2017 validation portal is no longer available for evaluation. However, a fair comparison between the pipelines can still be obtained through the training data evaluations and the validation evaluations of respective challenge years. The results are summarized in Tables 1, 3.

TABLE 3

SP1 2017
SP2 2018
Modified-SP2 2018
Reference
Reference
Reference
LongMedLowLongMedLowLongMedLow
Predictions
Long327104313444114
Med24341251837186
Low01438115851355
Total number of cases564265564265564265
Statistics
Sensitivity0.5710.8100.6620.7680.4290.8920.7860.4290.846
Specificity0.8410.7020.9900.8410.9340.8060.8600.8860.816
Balanced accuracy (Sen + Spec)/20.7060.7560.8260.8040.6810.8490.8230.6570.831
Positive prediction value (PPV)0.6530.4860.9770.7170.6920.7530.7450.5810.753
Negative prediction value (NPV)0.7890.9140.8150.8740.8250.9190.8850.8170.889

Confusion matrix of SP1, SP2, and modified-SP2, and some statistics derived from the confusion matrix based on each survival label in the training model.

The results in Table 1 for training and validation illustrate that SP2 model offers better performance in accuracy over that of SP1 model. SP2 model also obtains improvement over SP1 in validation MSE. This performance improvement may be attributed to improved abnormal tumor tissue segmentation as well as the use of additional features obtained using better feature selection and regression methods. Note that SP1 model has been ranked the first in the BraTS 2017 challenge for survival prediction category among 17 teams globally. The overall high MSE for survival prediction is particularly due to the wide range within long term survival category resulting in large prediction errors. Further, note that the MSE of SP2 for the BraTS18 training is the sum of the three MSE (Table 4) values obtained for the short-, medium-, and long-regression models shown in Table 4. Finally, the test results for both SP1 for BraTS17 and SP2 for BraTS18 in Table 1 show that SP1 performed better in patient-survival prediction than that for SP2. This performance difference for SP1 and SP2 models is further analyzed below.

TABLE 4

SP2
Modified-SP2
Root mean square error (RMSE)MSEMean absolute error (MAE)Root mean square error (RMSE)MSEMean absolute error (MAE)
Long-regression model294.17786,540217.714302.06991,246209.253
Medium-regression model35.6291,26928.19040.7021,65734.971
Short-regression model61.4493,77650.40280.3406,45565.094

Performance of LOOCV of the three regression models in SP2 and modified-SP2 in the XGBoost overall survival model.

Comparative Evaluation of Survival Prediction Performance With SP1 and SP2

Table 3 shows the confusion matrix of both SP1 and SP2 and relevant statistics for each class in the classification training model for survival risk prediction. The sensitivity and balanced accuracy of the medium survival group in SP2 is the lowest when compared to the other two survival groups.

The top four important features as ranked by XGBoost are: tumor extent in z-axis, the width of the enhance tumor computed from x-axis point of view, contour around the edema contour and enhance tumor. The mean value of each of these four features is able to significantly (p-value < 0.05) stratify the 163 cases into two risk groups (low-risk and high-risk) as illustrated in Figure 5.

FIGURE 5

The second step in the survival prediction is to obtain individual regression training models corresponding to the short, medium, and long survival classes. These short-, medium-, and long-regression models use features selected distinctly for each survival class using Cox regression (with p-value < 0.05). The number of significant features selected for the short-, medium-, and long-regression models are 83, 51, and 148, respectively. Table 4 illustrates the performance of LOOCV with XGBoost for the selected features using specified survival risk cases in BraTS18 training cases.

Note that the wide range of the overall survival of the long-survival group (greater than 15 months) may cause the RMSE of the long-regression model to have the highest RMSE (Table 4). This also may cause the high mean square error when using the validation dataset (Table 1). The range of the overall survival of the short-survival group is 10 months, whereas the medium-survival group is 5 months.

Critical Analysis of Features and Performance of the Survival Prediction Pipelines

This section provides a critical analysis of the features and their effect on the survival prediction performance. As mentioned in the previous sections, the features that are derived from different abnormal tissue types of the segmented tumor region significantly contribute to the survival prediction performance (the abnormal tissue segmentation dice performance of SP1 and SP2 are illustrated in Table 1). Accordingly, we visualize the features extracted from different abnormal tissue types of the segmented tumor. The visualization is performed using one of the most widely used high-dimensional data visualization techniques known as t-Distributed Stochastic Neighbor Embedding () (t-SNE). First, t-SNE is used to explore the features obtained from different abnormal tissue types from the segmented tumor region and analyze the effect of these features on the performance of the survival prediction task using BRAST 2017 and BRAST 2018 dataset.

For the SP1 pipeline, we extract a total of 40 features from the sub-tissue types of the segmented tumor region. The features extracted in SP1 are as follows: 36 features for whole tumor, 2 features for enhanced tumor, and 2 features for edema. Figures 6A–C shows a visualization of these features across different abnormal tissue types for BraTS17 training, validation and testing data, respectively. These figures demonstrate that the extracted features for segmentation offer clear discrimination among different abnormal tissue types in the tumor. This demonstrates the effectiveness of the segmentation pipeline in SP1. Next, we visualize the feature clusters for patient survival categories: long, medium and short term. In this case we consider all 40 features obtained from the 163 BraTS17 training data as mentioned above and explore the grouping against the tumor risk labels using the t-SNE technique. Figure 7 shows the visualization of the corresponding features for long, medium and short risk labels. Note that all the visualization outcomes shown are obtained after extensive hyper-parameter tuning of t-SNE to produce the best possible results. Figure 7 demonstrates that though there is some separation of corresponding features between the long and short categories, the medium category is mixed with both long and short categories. This suggests that it is still difficult to visualize a clear separation of extracted features for survival prediction task with the available patient dataset for this study. The corresponding survival prediction performance of SP1 pipeline using testing dataset is as shown in Tables 1, 3. As mentioned above, though the SP1 pipeline was ranked the first place in BraTS 2017 challenge, the feature distribution in Figure 7 suggests inherent challenge in extracting representative features for survival prediction task.

FIGURE 6

FIGURE 7

Next, we explore the features and their effect on the performance of our SP2 pipeline using the BraST18 dataset. We extract a total of 74 features and the age for the SP2 pipeline. The features extracted in SP2 are as follows: 43 features for whole tumor, 22 features for enhanced tumor, and 8 features for edema, and 1 feature for necrosis. Figures 8A–C shows a visualization of these features across different tissue types for BraTS18 training, validation and testing data, respectively. Figure 8 demonstrates that these features also offer a clear separation for different abnormal tissue types in the tumor. Therefore, this further demonstrates the effectiveness of our segmentation pipeline in SP2 and verifies that the extracted features are highly representative of the different abnormal tissue regions (the abnormal tissue segmentation dice performance of SP2 is illustrated in Table 1). Subsequently, Figure 9 shows the visualization of the 74 features in terms of long, medium and short risk labels using the 163 sample BraTS18 training data. Our analysis suggests that the tSNE technique again fail to group the features in long, medium and short categories. Though there is some separation between the corresponding features for long and short categories, the features for medium category mixes with both short and long categories for multiple subjects, quite similarly to the visualization of SP1. This poor separation may still be due to the lack of sufficient representative strength of the features for categorizing different risk labels. Consequently, Table 1 shows that our proposed SP2 pipeline achieves 0.73, 0.679, and 0.519 accuracy on the BraTS18 training, validation and testing data.

FIGURE 8

FIGURE 9

Additionally, we validate our RF survival prediction in SP1 (RF-SP1) using BraTS18 validation set. We also validate XGBoost survival prediction in SP2 (XGBoost-SP2) using BraTS17 validation dataset. The results are summarized in Table 1. Using BraTS17 validation dataset, RF-SP1 model achieves 67.7% accuracy, whereas XGBoost-SP2 model achieves 63.6%. Using BraTS18 validation dataset, RF-SP1 model achieves 46.4% accuracy, whereas XGBoost-SP2 model achieves 67.9% accuracy. These results indicate that the XGBoost-SP2 combination performs considerably better than that of RF-SP1 with BraTS18 dataset and reasonably well with BraTS17 dataset, respectively. Note that the ground truth of BraTS17 and BraTS18 validation dataset are not provided. As a result, we have segmented BraTS17 and BraTS18 validation dataset using the semantic label fusion model of CNN and RF (Vidyaratne et al., 2018) and the semantic label fusion of U-Net and FCN, respectively.

Comparison of Survival Prediction With State-of-the-Art Works

Comparison of the proposed survival prediction pipelines SP1 and SP2 with few state-of-the-art methods in literature is discussed next. Table 5 summarizes the performances of these state-of-the-art models and presents a comparison with our proposed framework (SP2). propose using histogram features extracted from denoised MR images (by using 2 level Daubechies wavelet transform) in a support vector machine to predict overall survival. Their method achieves a 10-fold cross validation accuracy of 0.667 using BraTS17 training dataset. extract volumetric, spatial, morphological, and tractographic features from MR images. Feature normalization and selection is performed, and the selected features are trained in a support vector machine model. Their proposed model achieves an accuracy of 0.7 using BraTS18 training dataset and an accuracy of 0.5 using BraTS18 validation dataset. Soltaninejad et al. (2017) utilize volumetric features along with RF to predict overall survival. Their method achieves five-fold cross validation accuracy of 0.638 using BraTS17 training dataset. The results demonstrate that our proposed framework achieves a higher accuracy in overall survival prediction compared to the current-state-of-the-art models applied to the same datasets. Note that, unlike our proposed SP1 and SP2 pipelines, the reported performance for all these other methods in Table 5 are obtained by the authors themselves. In addition, a comparison between the performance of our segmentation model and state-of-the-art models is illustrated in Table 6. Though the abnormal brain tumor tissue segmentation results for other methods in the 2018 Challenge (as shown in Table 6) are better than our semantic-label fusion method, our segmentation results are useful to offer the best survival prediction performance in the 2018 BraTS Challenge as shown in Table 1.

TABLE 5

ReferencesAlgorithmValidation methodPerformanceDataset
Histogram features along with SVM10-fold cross validationaccuracy of 0.667BraTS17 training dataset
Volumetric, spatial, morphological, and tractographic features along with SVM5-fold cross-validationAccuracy of 0.7BraTS18 training dataset
Soltaninejad et al., 2017Volumetric features along with Random Forest5-fold cross validationAccuracy of 0.638BraTS17 training dataset
XGBOOST overall survival prediction model (SP2)Texture, volumetric, histogram-graph, and Euler features Along with XGBoostLOOCVAccuracy of 0.73 and MSE of 91585.51BraTS18 training dataset
Validation datasetAccuracy of 0.679 and MSE of 153466.3BraTS18 validation dataset

Comparison of our proposed survival prediction pipeline with state-of-the-art methods in literature.

TABLE 6

Dice enhancedDice wholeDice tumor
Referencestumortumorcore
Semantic-label fusion method (SP2)0.7050.8570.767
Myronenko, 20180.7660.8840.815
0.7790.8780.806
Zhou et al., 20180.7780.8840.796

Comparison to our proposed with state-of-art models that have used BraTS18 testing dataset.

Modified-SP2

In order to reduce the high dimensionality of the features in SP2 classification and regression steps, we modify SP2 in Figure 3B as follows: (1) calculate and rank the feature importance for each classification and regression model; (2) select features that have a relative scaled importance greater than 50%; and (3) train the modified selected features in a new classification and regression training models utilizing XGBoost.

The resulting 30 significant features are applied in the classification step of the modified-SP2. The distribution of these features is as follows: 13 features represent Euler characteristics, 7 features represent volumetric and area-related properties, 4 histogram-graph based features, 5 texture features, and one feature with Age information.

The number of significant features used in the short-, medium-, and long-regression models of the modified-SP2 is 11, 9, and 11, respectively. The distribution of the features in the modified short-regression model are as follows: 2 volumetric and area-related features, 1 histogram-graph based features, 7 texture features, and one feature with Age information. The features employed in the modified med-regression model are 5 volumetric and area-related features, 3 texture features, and Age. Whereas the features of the modified long-regression model are 2 volumetric and area-related features, 8 texture features, and one feature with Age information.

The modified-SP2 achieves cross-validated accuracy of 0.718 as illustrated in Table 1. Table 3 illustrates the statistics of its confusion matrix in the classification training model. Table 4 illustrates the performance of the modified regression training models. Additionally, the modified-SP2 is validated using BraTS18 validation set and its performance is illustrated in Table 1. Note that the different performances of SP2 and modified-SP2 are almost similar when using the BraTS18 training and validation dataset statistics of each class in SP2 and the modified-SP2 are almost similar. This can be explained by the fact that XGBoost provides L1 and L2 regularization.

Additionally, the modified-SP2 is validated using BraTS18 validation set and its performance is illustrated in Table 1.

Discussion and Future Works

This work proposes a novel framework for fully automated deep radiomics-based Glioblastoma segmentation and survival prediction. The overall framework is designed as two-step process where automated tumor segmentation is carried out in the first step, and the segmentation outcome is then used for survival prediction in the second step. The accurate segmentation of abnormal tissue tumor types such as necrosis, edema, and enhancing tissue is critical to ensure robust survival prediction performance. Consequently, several deep learning- and radiomic-feature based segmentation algorithms, and a semantic label fusion are introduced to obtain sufficient segmentation performance. The framework also includes two survival prediction algorithms SP1 and SP2 in step two, represented by the use of feature types, feature selection, regression and classification methods.

The primary survival pipeline (SP1) combines patch-wise CNN based algorithm and radiomics based algorithm using label fusion for segmentation, and applies the RF based survival prediction algorithm to obtain the final output. The second pipeline (SP2) combines U-Net and FCN segmentation with an XGBoost based survival prediction algorithm. As shown in Figure 1, the features used in both SP2 and SP1 offers an excellent segmentation of different abnormal tissue type. The functionality of SP2 is further enhanced by using additional features extracted from the subtissues (edema, enhance tumor, and necrosis) and a two-step classification and regression method. Different studies (Pierallini et al., 1998; ; ; ) correlate between survival prediction in glioblastoma and different subtissues. SP2 shows improvements over our primary survival prediction model (SP1) (Shboul et al., 2017) with LOOCV accuracy increase to 0.73 from 0.67 for training datasets. Whereas the modified-SP2 achieves cross-validation accuracy of 0.718 using the training dataset.

There are a few limitations of the proposed work. First, even though the total number of cases for survival training dataset is 163, both BraTS 2017 and BraTS 2018 required that the data must be divided into three separate survival-group regression models. Consequently, the number of training cases are divided among three models as follows: 65 cases for short-, 42 cases for medium- and 56 cases for long-regression models, respectively. A larger dataset may be required when training each regression model to improve the performance. Second, this study may benefit from additional clinical data such as Gender and Karnofsky Status to strengthen the reliability of the different survival regression and classification models. Finally, the overall survival risk classification performance of the state-of-the-art methods in literature, including the pipelines proposed in this work, may be improved further. The visualization of survival features suggests the difficulty in separating the high dimensional data into the three distinctive risk classes. This suggests the need for further research in novel feature engineering for survival prediction. Following the efficacy of deep radiomics features in the tumor segmentation step, a possible future direction to further improve the risk classification performance may involve use of deep learning methods to learn all possible features in the survival pipeline.

Statements

Data availability statement

Publicly available datasets were analyzed in this study. This data can be found here: https://www.med.upenn.edu/sbia/brats2018.html.

Ethics statement

The data used in this work is downloaded from publicly available TCIA/TCGA and BRATS websites.

Author contributions

ZS, MA, LV, LP, and KI conceptualized and designed the study, developed the methodology, and analyzed and interpreted the data. ZS, MA, LV, LP, ME, and KI drafted and revised the manuscript. KI acquired the funding.

Funding

This work was partially supported by the National Institutes of Health (R01EB020683). This work uses BraTS challenges dataset and has been evaluated using BraTS evaluation platform.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  • 1

    AertsH. J.VelazquezE. R.LeijenaarR. T.ParmarC.GrossmannP.CarvalhoS.et al (2014). Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach.Nat. Commun.5:4006. 10.1038/ncomms5006

  • 2

    AhmedS.IftekharuddinK.OggR.LaninghamF. (2009). “Efficacy of texture, shape, and intensity features for robust posterior-fossa tumor segmentation in MRI,” in Proceedings of the SPIE 7260, Medical Imaging 2009: Computer-Aided Diagnosis, San Francisco.

  • 3

    AyacheA.VéhelJ. L. (2004). On the identification of the pointwise Hölder exponent of the generalized multifractional brownian motion.Stoch. Process. Their Appl.111119156. 10.1016/j.spa.2003.11.002

  • 4

    BakasS.AkbariH.SotirasA.BilelloM.RozyckiM.KirbyJ. S.et al (2017a). Advancing the cancer genome atlas glioma MRI collections with expert segmentation labels and radiomic features.Sci. Data4:170117. 10.1038/sdata.2017.117

  • 5

    BakasS.AkbariH.SotirasA.BilelloM.RozyckiM.KirbyJ.et al (2017b). Segmentation labels and radiomic features for the pre-operative scans of the TCGA-LGG collection.Cancer Imaging Arch.4113. 10.1038/sdata.2017.117

  • 6

    BleekerF. E.MolenaarR. J.LeenstraS. (2012). Recent advances in the molecular understanding of glioblastoma.J. Neurooncol.1081127. 10.1007/s11060-011-0793-0

  • 7

    BreimanL. (2001). Random forests.Mach. Learn.45532.

  • 8

    BrownR.ZlatescuM.SijbenA.RoldanG.EasawJ.ForsythP.et al (2008). The use of magnetic resonance imaging to noninvasively detect genetic signatures in oligodendroglioma.Clin. Cancer Res.1423572362. 10.1158/1078-0432.CCR-07-1964

  • 9

    ChatoL.ChowE.LatifiS. (2018). “Wavelet transform to improve accuracy of a prediction model for overall survival time of brain tumor patients based on mri images,” in Proceedings of the IEEE International Conference on Healthcare Informatics, Piscataway, NJ.

  • 10

    ChenT.GuestrinC. (2016). “Xgboost: a scalable tree boosting system,” in Proceedings of the 22nd Acm Sigkdd International Conference on Knowledge Discovery and Data Mining (New York, NY: ACM).

  • 11

    CheplyginaV.de BruijneM.PluimJ. P. (2019). Not-so-supervised: a survey of semi-supervised, multi-instance, and transfer learning in medical image analysis.Med. Image Anal.54280296. 10.1016/j.media.2019.03.009

  • 12

    DongH.YangG.LiuF.MoY.GuoY. (2017). “Automatic brain tumor detection and segmentation using U-Net based fully convolutional networks,” in Proceedings of the Annual Conference on Medical Image Understanding and Analysis (Berlin: Springer).

  • 13

    EmblemK. E.NedregaardB.NomeT.Due-TonnessenP.HaldJ. K.ScheieD.et al (2008). Glioma grading by using histogram analysis of blood volume heterogeneity from MR-derived cerebral blood volume maps.Radiology247808817. 10.1148/radiol.2473070571

  • 14

    GuinneyJ.WangT.LaajalaT. D.WinnerK. K.BareJ. C.NetoE. C.et al (2017). Prediction of overall survival for patients with metastatic castration-resistant prostate cancer: development of a prognostic model through a crowdsourced challenge with open clinical trial data.Lancet Oncol.18132142. 10.1016/S1470-2045(16)30560-5

  • 15

    GutmanD. A.CooperL. A.HwangS. N.HolderC. A.GaoJ.AuroraT. D.et al (2013). MR imaging predictors of molecular profile and survival: multi-institutional study of the TCGA glioblastoma data set.Radiology267560569. 10.1148/radiol.13120118

  • 16

    HavaeiM.DavyA.Warde-FarleyD.BiardA.CourvilleA.BengioY.et al (2017). Brain tumor segmentation with deep neural networks.Med. Image Anal.351831. 10.1016/j.media.2016.05.004

  • 17

    HuL. S.NingS.EschbacherJ. M.GawN.DueckA. C.SmithK. A.et al (2015). Multi-parametric MRI and texture analysis to visualize spatial histologic heterogeneity and tumor extent in glioblastoma.PLoS One10:e0141506. 10.1371/journal.pone.0141506

  • 18

    IftekharuddinK. M.JiaW.MarshR. (2003). Fractal analysis of tumor in brain MR images.Mach. Vis. Appl.13352362. 10.1007/s00138-002-0087-9

  • 19

    IsenseeF.KickingerederP.WickW.BendszusM.Maier-HeinK. H. (2018). “No new-net,” in Proceedings of the International MICCAI Brainlesion Workshop (Berlin: Springer), 234244.

  • 20

    IslamA.IftekharuddinK. M.OggR. J.LaninghamF. H.SivakumarB. (2008). “Multifractal modeling, segmentation, prediction, and statistical validation of posterior fossa tumors,” in Proceedings of the Medical Imaging 2008: Computer-Aided Diagnosis (San Francisco: International Society for Optics and Photonics).

  • 21

    IslamA.RezaS. M.IftekharuddinK. M. (2013). Multifractal texture estimation for detection and segmentation of brain tumors.IEEE Trans. Biomed. Eng.6032043215. 10.1109/TBME.2013.2271383

  • 22

    ItakuraH.AchrolA. S.MitchellL. A.LoyaJ. J.LiuT.WestbroekE. M.et al (2015). Magnetic resonance image features identify glioblastoma phenotypic subtypes with distinct molecular pathway activities.Sci. Trans. Med.7:303ra138. 10.1126/scitranslmed.aaa7582

  • 23

    JainR.PoissonL.NarangJ.GutmanD.ScarpaceL.HwangS. N.et al (2013). Genomic mapping and survival prediction in glioblastoma: molecular subclassification strengthened by hemodynamic imaging biomarkers.Radiology267212220. 10.1148/radiol.12120846

  • 24

    JainR.PoissonL. M.GutmanD.ScarpaceL.HwangS. N.HolderC. A.et al (2014). Outcome prediction in patients with glioblastoma by using imaging, clinical, and genomic biomarkers: focus on the nonenhancing component of the tumor.Radiology272484493. 10.1148/radiol.14131691

  • 25

    JohnsonD. R.LeeperH. E.UhmJ. H. (2013). Glioblastoma survival in the United States improved after food and drug administration approval of bevacizumab: a population-based analysis.Cancer11934893495. 10.1002/cncr.28259

  • 26

    KaoP.-Y.NgoT.ZhangA.ChenJ.ManjunathB. (2018). Brain tumor segmentation and tractographic feature extraction from structural MR images for overall survival prediction.arXiv

  • 27

    KirienkoM.LozzaL.CozziL.GennaroN.RossiA.VoulazE.et al (2018). EP-1362: random forest analysis to predict disease-free survival using FDG-PET and CT in lung cancer.Radiother. Oncol.127S743S744.

  • 28

    LacroixM.Abi-SaidD.FourneyD. R.GokaslanZ. L.ShiW.DeMonteF.et al (2001). A multivariate analysis of 416 patients with glioblastoma multiforme: prognosis, extent of resection, and survival.J. Neurosurg.95190198. 10.3171/jns.2001.95.2.0190

  • 29

    LaoJ.ChenY.LiZ.-C.LiQ.ZhangJ.LiuJ.et al (2017). A deep learning-based radiomics model for prediction of survival in glioblastoma multiforme.Sci. Rep.7:10353. 10.1038/s41598-017-10649-8

  • 30

    LeungT.MalikJ. (2001). Representing and recognizing the visual appearance of materials using three-dimensional textons.Int. J. Comput. Vis.432944.

  • 31

    LiuY.XuX.YinL.ZhangX.LiL.LuH. (2017). Relationship between glioblastoma heterogeneity and survival time: an MR imaging texture analysis.Am. J. Neuroradiol.3816951701. 10.3174/ajnr.A5279

  • 32

    LongJ.ShelhamerE.DarrellT. (2015). “Fully convolutional networks for semantic segmentation,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Piscataway, NJ.

  • 33

    LouisD. N.OhgakiH.WiestlerO. D.CaveneeW. K.BurgerP. C.JouvetA.et al (2007). The 2007 WHO classification of tumours of the central nervous system.Acta Neuropathol.11497109.

  • 34

    MaatenL. V. D.HintonG. (2008). Visualizing data using t-SNE.J. Mach. Learn. Res.925792605.

  • 35

    MacyszynL.AkbariH.PisapiaJ. M.DaX.AttiahM.PigrishV.et al (2015). Imaging patterns predict patient survival and molecular subtype in glioblastoma via machine learning techniques.Neuro Oncol.18417425. 10.1093/neuonc/nov127

  • 36

    MaldaunM. V.SukiD.LangF. F.PrabhuS.ShiW.FullerG. N.et al (2004). Cystic glioblastoma multiforme: survival outcomes in 22 cases.J. Neurosurg.1006167. 10.3171/jns.2004.100.1.0061

  • 37

    MenzeB. H.JakabA.BauerS.Kalpathy-CramerJ.FarahaniK.KirbyJ.et al (2015). The multimodal brain tumor image segmentation benchmark (BRATS).IEEE Trans. Med. Imaging3419932024.

  • 38

    MilletariF.NavabN.AhmadiS.-A. (2016). “V-net: fully convolutional neural networks for volumetric medical image segmentation,” in Proceedings of the 3D Vision (3DV), 2016 Fourth International Conference, (Piscataway, NJ: IEEE).

  • 39

    MlynarskiP.DelingetteH.CriminisiA.AyacheN. (2018). Deep learning with mixed supervision for brain tumor segmentation.arXiv

  • 40

    MyronenkoA. (2018). “3D MRI brain tumor segmentation using autoencoder regularization,” in Proceedings of the International MICCAI Brainlesion Workshop (Berlin: Springer), 311320. 10.1007/978-3-030-11726-9_28

  • 41

    OhgakiH. (2005). Genetic pathways to glioblastomas.Neuropathology2517. 10.1111/j.1440-1789.2004.00600.x

  • 42

    PassamontiF.GiorginoT.MoraB.GuglielmelliP.RumiE.MaffioliM.et al (2017). A clinical-molecular prognostic model to predict survival in patients with post polycythemia vera and post essential thrombocythemia myelofibrosis.Leukemia31:2726. 10.1038/leu.2017.169

  • 43

    PieralliniA.BonaminiM.PantanoP.PalmeggianiF.RagusoM.OstiM.et al (1998). Radiological assessment of necrosis in glioblastoma: variability and prognostic value.Neuroradiology40150153. 10.1007/s002340050556

  • 44

    PopeW. B.SayreJ.PerlinaA.VillablancaJ. P.MischelP. S.CloughesyT. F. (2005). MR imaging correlates of survival in patients with high-grade gliomas.Am. J. Neuroradiol.2624662474.

  • 45

    RathoreS.AkbariH.RozyckiM.BakasS.DavatzikosC. (2016). Nimg-20. Imaging Pattern Analysis Reveals Three Distinct Phenotypic Subtypes of GBM With Different Survival Rates.Oxford: Oxford University Press.

  • 46

    RezaS.IftekharuddinK. (2014). “Multi-fractal texture features for brain tumor and edema segmentation,” in Proceedings of the Medical Imaging 2014 Computer-Aided Diagnosis (Bellingham, WA: International Society for Optics and Photonics).

  • 47

    RonnebergerO.FischerP.BroxT. (2015). “U-net: convolutional networks for biomedical image segmentation,” in Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015. MICCAI 2015. Lecture Notes in Computer Science, edsNavabN.HorneggerJ.WellsW.FrangiA. (Cham: Springer), 234241. 10.1007/978-3-319-24574-4_28

  • 48

    ShahM. P.MerchantS.AwateS. P. (2018). “MS-Net: mixed-supervision fully-convolutional networks for full-resolution segmentation,” in Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention (Berlin: Springer), 379387. 10.1007/978-3-030-00937-3_44

  • 49

    ShboulZ. A.VidyaratneL.AlamM.IftekharuddinK. M. (2017). “Glioblastoma and survival prediction,” in Proceedings of the International MICCAI Brainlesion Workshop (Berlin: Springer), 358368.

  • 50

    ShouvalR.RuggeriA.LabopinM.MohtyM.SanzG.MichelG.et al (2017). An Integrative scoring system for survival prediction following umbilical cord blood transplantation in acute leukemia.Clin. Cancer Res.2364786486. 10.1158/1078-0432.CCR-17-0489

  • 51

    SimonyanK.ZissermanA. (2014). Very deep convolutional networks for large-scale image recognition.arXiv

  • 52

    SoltaninejadM.ZhangL.LambrouT.YangG.AllinsonN.YeX. (2017). “MRI brain tumor segmentation and patient survival prediction using random forests and fully convolutional networks,” in Proceedings of the International MICCAI Brainlesion Workshop (Berlin: Springer), 204215. 10.1007/978-3-319-75238-9_18

  • 53

    TurnerK.MukherjeeS.BoyerD. M. (2014). Persistent homology transform for modeling shapes and surfaces.Inform. Inference3310344. 10.1093/imaiai/iau011

  • 54

    VallièresM.FreemanC. R.SkameneS. R.El NaqaI. (2015). A radiomics model from joint FDG-PET and MRI texture features for the prediction of lung metastases in soft-tissue sarcomas of the extremities.Phys. Med. Biol.60:5471. 10.1088/0031-9155/60/14/5471

  • 55

    VartanianA.SinghS. K.AgnihotriS.JalaliS.BurrellK.AldapeK. D.et al (2014). GBM’s multifaceted landscape: highlighting regional and microenvironmental heterogeneity.Neuro Oncol.1611671175. 10.1093/neuonc/nou035

  • 56

    VidyaratneL.AlamM.ShboulZ.IftekharuddinK. (2018). “Deep learning and texture-based semantic label fusion for brain tumor segmentation,” in Proceedings of the Medical Imaging 2018: Computer-Aided Diagnosis (San Francisco: International Society for Optics and Photonics).

  • 57

    YangD.KorogiY.SugaharaT.KitajimaM.ShigematsuY.LiangL.et al (2002). Cerebral gliomas: prospective comparison of multivoxel 2D chemical-shift imaging proton MR spectroscopy, echoplanar perfusion and diffusion-weighted MRI.Neuroradiology44656666. 10.1007/s00234-002-0816-9

  • 58

    YangD.RaoG.MartinezJ.VeeraraghavanA.RaoA. (2015). Evaluation of tumor-derived MRI-texture features for discrimination of molecular subtypes and prediction of 12-month survival status in glioblastoma.Med. Phys.4267256735. 10.1118/1.4934373

  • 59

    ZhaoX.WuY.SongG.LiZ.FanY.ZhangY. (2016). “Brain tumor segmentation using a fully convolutional neural network with conditional random fields,” in Proceedings of the International Workshop on Brainlesion: Glioma, Multiple Sclerosis, Stroke and Traumatic Brain Injuries (Berlin: Springer), 7587. 10.1007/978-3-319-55524-9_8

  • 60

    ZhouC.ChenS.DingC.TaoD. (2018). “Learning contextual and attentive information for brain tumor segmentation,” in Proceedings of the International MICCAI Brainlesion Workshop (Berlin: Springer), 497507. 10.1007/978-3-030-11726-9_44

Summary

Keywords

glioblastoma, segmentation, neural network, radiomics, survival prediction

Citation

Shboul ZA, Alam M, Vidyaratne L, Pei L, Elbakary MI and Iftekharuddin KM (2019) Feature-Guided Deep Radiomics for Glioblastoma Patient Survival Prediction. Front. Neurosci. 13:966. doi: 10.3389/fnins.2019.00966

Received

25 March 2019

Accepted

28 August 2019

Published

20 September 2019

Volume

13 - 2019

Edited by

Bjoern Menze, Technical University of Munich, Germany

Reviewed by

Suyash P. Awate, Indian Institute of Technology Bombay, India; He Wang, Fudan University, China

Updates

Copyright

*Correspondence: Lasitha Vidyaratne, Khan M. Iftekharuddin,

These authors have contributed equally to this work

This article was submitted to Brain Imaging Methods, a section of the journal Frontiers in Neuroscience

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics