Multimodal Deep Learning to Differentiate Tumor Recurrence from Treatment Effect in Human Glioblastoma
Tonmoy Hossain, Zoraiz Qureshi, Nivetha Jayakumar, Thomas Eluvathingal, Muttikkal, Sohil Patel, David Schiff, Miaomiao Zhang, Bijoy Kundu

TL;DR
This study explores the use of dynamic FDG PET combined with MRI and deep learning to improve differentiation between tumor recurrence and treatment effects in glioblastoma, showing promising accuracy improvements.
Contribution
It introduces a novel application of convolutional neural networks with dynamic PET and MRI features for better classification of tumor status in glioblastoma patients.
Findings
Ki features achieved 0.71 accuracy alone.
Combining MR and Ki features increased accuracy to 0.74.
Dynamic PET features enhance differentiation between TP and TN.
Abstract
Differentiating tumor progression (TP) from treatment-related necrosis (TN) is critical for clinical management decisions in glioblastoma (GBM). Dynamic FDG PET (dPET), an advance from traditional static FDG PET, may prove advantageous in clinical staging. dPET includes novel methods of a model-corrected blood input function that accounts for partial volume averaging to compute parametric maps that reveal kinetic information. In a preliminary study, a convolution neural network (CNN) was trained to predict classification accuracy between TP and TN for brain tumors from subjects in the PET-MR image space. 3D parametric PET Ki (from dPET), traditional static PET standardized uptake values (SUV), and also the brain tumor MR voxels formed the input for the CNN. The average test accuracy across all leave-one-out cross-validation iterations adjusting for class weights was …
| Model | Modality | Accuracy | Precision | Recall |
|---|---|---|---|---|
| Single- encoder | MR | 0.56 | 0.71 | 0.68 |
| SUV | 0.65 | 0.78 | 0.72 | |
| Ki | 0.71 | 0.80 | 0.80 | |
| Dual- channel | MR+SUV | 0.53 | 0.72 | 0.60 |
| Ki+SUV | 0.71 | 0.78 | 0.84 | |
| MR+Ki | 0.71 | 0.80 | 0.65 | |
| Dual- encoder | MR+SUV | 0.62 | 0.75 | 0.72 |
| Ki+SUV | 0.65 | 0.76 | 0.76 | |
| MR+Ki | 0.74 | 0.80 | 0.84 |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRadiomics and Machine Learning in Medical Imaging · Glioma Diagnosis and Treatment · Medical Imaging Techniques and Applications
MethodsTest · Convolution
Multimodal Deep Learning to Differentiate Tumor Recurrence from Treatment Effect in Human Glioblastoma
Abstract
Differentiating tumor progression (TP) from treatment-related necrosis (TN) is critical for clinical management decisions in glioblastoma (GBM). Dynamic FDG PET (dPET), an advance from traditional static FDG PET, may prove advantageous in clinical staging. dPET includes novel methods of a model-corrected blood input function that accounts for partial volume averaging to compute parametric maps that reveal kinetic information. In a preliminary study, a convolution neural network (CNN) was trained to predict classification accuracy between TP and TN for brain tumors from subjects in the PET-MR image space. 3D parametric PET Ki (from dPET), traditional static PET standardized uptake values (SUV), and also the brain tumor MR voxels formed the input for the CNN. The average test accuracy across all leave-one-out cross-validation iterations adjusting for class weights was using only the MR, using only the SUV, and using only the Ki voxels. Combining SUV and MR voxels increased the test accuracy to . On the other hand, MR and Ki voxels increased the test accuracy to . Thus, dPET features alone or with MR features in deep learning models would enhance prediction accuracy in differentiating TP vs TN in GBM.
**Index Terms— ** Dynamic FDG Brain PET, Model Blood Input, MRI, 3D CNN, Tumor Classification
1 Introduction
Glioblastoma (GBM) is a highly aggressive brain neoplasm with a median survival of months. Surgical resection and adjuvant chemo-radio therapy are palliative treatments alone [1]. The latter induces changes to brain tissue which in-turn produces similar neuroimaging changes to tumor recurrence [2], hence making it critical for clinical management decisions to differentiate between recurring tumor (TP) and treatment effect (TN). Positron emission tomography (PET) with Fluorine-18 fluorodeoxyglucose (18F-FDG) as a surrogate marker for glucose metabolism, represents an imaging technique that can provide pathophysiologic and diagnostic data in this clinical setting. The current standard of care regarding clinical FDG PET is a qualitative and visual analysis by performing comparisons to the contra-lateral and other brain regions. Static standardized PET uptake values (SUV) measured at a specific time point post-FDG injection have been widely used as a semi-quantitative measure [3]. However, SUV does not reliably differentiate tumor from therapy effect, as it can depend on several factors such as body weight and blood glucose level. Dynamic FDG PET (dPET), an advance from traditional static FDG PET, may prove advantageous in clinical staging. dPET includes novel methods of a model-corrected blood input function that accounts for partial volume averaging to compute a parametric rate of uptake, or Ki, maps that reveal kinetic information.
In this work, we propose a multi-modal tumor classification framework consisting of a dual-encoder 3D convolutional neural network (CNN) and found that the metabolic information from dPET assists MRI in classification and the CNN combined with multiple image modalities performs better in differentiating tumor progression from treatment effect in human GBM.
2 Proposed Multi-modal Classification
In this section, we present our proposed multi-modal classification framework and its components. Our model consists of two modules – (I) Ki Map Generation & Tumor Extraction and (II) Tumor Classification shown in Fig. 1. Details of our proposed methodology are introduced as follows.
2.1 Ki Map Generation
PET Motion Correction and MR-PET Registration. To correct patient head motion during the dynamic PET scan, we perform motion correction and co-registration to MR space as described [4]. Since static PET is the standard of care for clinical diagnosis, we also compute Standardized Uptake Value (SUV) maps for evaluation.
ICA segmentation and IDIF derivation. To compute parametric glucose rate-of-uptake or Ki maps from co-registered dynamic PET scans representing kinetic information, we compute an image-derived blood input function (IDIF) from the ICA as the region of interest. An early reference frame is selected for semi-automated volumetric annotation of the ICA using thresholding and islanding in 3D Slicer. The resultant ICA segmentation is convolved to compute the average blood time-activity curve across all time frames to produce the tracer time-activity curve serving as the IDIF.
IDIF correction and graphical Patlak for parametric Ki computation. To generate the parametric brain PET maps, a model-corrected blood input function (MCIF) is computed by optimizing the image-derived input function (IDIF) derived from the ICA as described [4], to account for partial volume recovery of the blood input.
Finally, the computed MCIF and whole-brain PET data are fed into a graphical Patlak model [5]. The model performs a voxel-wise linear regression on the data to derive the rate of FDG uptake, Ki, as the slope. By analyzing millions of voxels across the entire PET volume, a parametric 3D Ki map is computed.
2.2 Tumor Extraction
To specifically ensure that the model only focuses on tumor voxels instead of brain background voxels, we perform a semi-automated segmentation of tumor volumes using the seed-based region growing segmentation tool in 3D Slicer. This is followed by Gaussian smoothing to get a conservative mask of the abnormality and then verification from clinical experts. These masks are dropped onto co-registered PET Ki, SUV, and T1-weighted MRI images to mask out the tumor.
3D parametric PET Ki, static PET standardized uptake value (SUV), and MR tumor voxels are extracted in the same image space. To perform the extraction of 3D tumor voxels while consistently preserving positional information, as a pre-processing step, the images and tumor mask for each subject are co-registered to the SRI24 atlas [6] with dimensions and re-oriented into Left Posterior Superior (LPS) orientation. This is done by registering the MR to the atlas after performing temporary bias field correction and mutual information for rigid registration using the Cancer Imaging Phenomics Toolkit (CaPTk) [7], then using the computed transformation to bring the other modalities to the same space after which the mask is applied. The masked images were further center cropped to the brain to dimensions by computing a minimum viable bounding box across all datasets to remove unnecessary background voxels and bring focus to the tumors. In Fig. 2, we visualize the extracted tumor voxels for each modality. We observe a higher signal-to-noise ratio showcasing distinct tumor metabolic features within the Ki maps compared to SUVs.
2.3 Multi-modal Architecture
After extracting tumor voxels from different image modalities, we develop a dual-encoder CNN architecture for multi-modal classification. The average dimensions of the tumors are relatively much smaller than the bounding brain region. For these low-dimensional tumor volumes and due to the low number of samples, there is a high probability that employing any SOTA classification network (has more than M parameters e.g. ResNet18: M, VGGNet16: M) will overfit. Hence, we develop a custom convolutional neural network with a limited number of encoder layers. For each modality, we utilize a shallow 3D convolutional encoder architecture with convolutional layers (kernel size , and a number of filters , and where the number of base filters is empirically set to ). The output latent feature vectors from the encoder of each modality are flattened and fused by concatenation before being fed into the fully connected layers. Additionally, a drop-out layer is added after the first dense layer with a rate of for regularization.
3 Experimental Evaluation
3.1 Dataset
Our dataset consists of dynamic 18F-FDG PET scans for subjects with GBM obtained using the whole-body time of flight (TOF) Siemens Biograph mCT scanner with attenuation correction over time. Dynamic acquisition consisted of an intravenous mCi tracer injection over seconds with the initiation of a -minute scan in list-mode format. T1-weighted MPRAGE MRI scans are also obtained for each subject using the Siemens 3T MR. The scans comprise a total of tumor abnormalities across all subjects along with surgical pathology as the ground truth for each of them. By considering multiple disjoint tumor regions present among subjects as distinct inputs, we can increase the number of training samples.
3.2 Training setup
Training experiments are performed with both single and multi-modal image input combinations consecutively to perform a comparative evaluation of their classification performance. Adjustments for class imbalance are done by using weighted categorical cross-entropy based on the training distribution of labels (TN:TP balanced class weight ratios ). For our cross-validation approach, we select Leave-one-out cross-validation (LOOCV), given the low sample size to perform a less biased and thorough measure of test metrics while utilizing most of the training data. Training is performed with the Adam optimizer and learning rate with a batch size of , consistently across all iterations for each experiment on a single P100 GPU with 16GB VRAM. For evaluation, we compute the accuracy, recall, and precision over the entire set of test predictions ( test samples) across all leave-one-out iterations.
3.3 Results Analysis and Discussion
Table 1 showcases classification metrics of our model, compared with the baseline experiments. Our metrics clearly show that the combination of anatomical differences ingrained in conventional MRI and metabolic differences captured by parametric PET Ki maps yields fairly high classification performance (best accuracy of ) compared to other modalities. Moreover, this also shows that the dual-encoder architecture, which encodes image modalities independently before fusing features outperforms compared to the simultaneous dual-channel and single-encoder architectures across all test metrics. Comparing image modalities independently trained with single encoder CNNs, we also observe that Ki alone performs better than MR and SUV with accuracies , , and , respectively. Although we do not see drastic improvements, there is an incremental increase in the accuracy and recall between 4-5%. Single and dual encoder’s similar accuracies can, however, be attributed to the lower sample size.
Prior works have explored radiomics feature extraction from multi-modal MRI [8] and diffusion MRI [9] along with feature selection and oversampling methods for this task but yield limited accuracy and have not evaluated the combination of metabolic image modalities such as PET with these structural ones. Another work follows the same input function derivation methodologies to compute average tumor Ki and other kinetic rate constants for classification using linear regression models [10]. However, in comparison, not only do we utilize image features directly and develop more complex deep learning-based CNN approach, which can scale better with more data, but also utilize multi-modal combinations involving MRI and perform evaluation against static PET SUV maps for classification.
4 Conclusion
Prediction accuracy may still be limited due to the low sample size and the resulting class imbalance. Moreover, the application of data augmentation e.g. through affine image transformations is not possible because of the high heterogeneity in structure among these tumors, and applying random transformations without a better understanding of differentiating tumor features, could alter the associated class. To overcome these problems and train robust image-based classification models that could be deployed in clinical space, future improvements could include better pre-processing and feature extraction pipelines and machine learning techniques developed for small-scale datasets. Despite the low sample size while accounting for class imbalance, the current evaluation metrics elucidate that parametric PET Ki which models underlying glucose transport into the tumors performs better than static PET SUV for the classification of progressing versus necrotic tumor volumes and hence, serves as a useful addition comprising metabolic information to structural differences incorporated within MRI. For future work, we will consider incorporating deep learning-based automatic segmentation, for an end-to-end classification model.
5 Compliance with Ethical Considerations
The dynamic FDG PET human imaging studies were approved by the Institutional Review Board (IRB) at the University of Virginia under protocol numbers IRB-HSR # 17556 and IRB-HSR # 190096.
6 Acknowledgements
The authors acknowledge grant funding from the University of Virginia Brain Institute.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] Stupp, Roger and Mason, Warren P and Van Den Bent, Martin J and Weller, Michael and Fisher, Barbara and Taphoorn, Martin JB and Belanger, Karl and Brandes, Alba A and Marosi, Christine and Bogdahn, Ulrich and others, “Radiotherapy plus concomitant and adjuvant temozolomide for glioblastoma,” New England Journal of Medicine , vol. 352, no. 10, pp. 987–996, 2005.
- 2[2] Kim, Yong Hwy and Oh, So Won and Lim, You Jung and Park, Chul-Kee and Lee, Se-Hoon and Kang, Keon Wook and Jung, Hee-Won and Chang, Kee Hyun, “Differentiating radiation necrosis from tumor recurrence in high-grade gliomas: assessing the efficacy of 18f-fdg pet, 11c-methionine pet and perfusion mri,” Clinical neurology and neurosurgery , vol. 112, no. 9, pp. 758–765, 2010.
- 3[3] Nozawa, Asae and Rivandi, Ali Hosseini and Kesari, Santosh and Hoh, Carl K, “Glucose corrected standardized uptake value (suvgluc) in the evaluation of brain lesions with 18f-fdg pet,” EJNMMI , vol. 40, no. 7, pp. 997–1004, 2013.
- 4[4] Seshadri, Vikram and Zarroli, Katherine A and Schetlick, Robert S and Massey, James C and Reyes, Jose M and Muttikal, Thomas J Eluvathingal and Patrie, James T and Berr, Stuart S and Fountain, Nathan B and Kundu, Bijoy K and others, “Dynamic fdg-pet in localization of focal epilepsy: A pilot study,” Epilepsy & Behavior , vol. 122, pp. 108204, 2021.
- 5[5] Patlak, Clifford S and Blasberg, Ronald G and Fenstermacher, Joseph D, “Graphical evaluation of blood-to-brain transfer constants from multiple-time uptake data,” Journal of Cerebral Blood Flow & Metabolism , vol. 3, no. 1, pp. 1–7, 1983.
- 6[6] Rohlfing, Torsten and Zahr, Natalie M and Sullivan, Edith V and Pfefferbaum, Adolf, “The sri 24 multichannel brain atlas: construction and applications,” in Medical Imaging 2008: Image Processing . SPIE, 2008, vol. 6914, pp. 83–94.
- 7[7] Davatzikos, Christos and Rathore, Saima and Bakas, Spyridon and Pati, Sarthak and Bergman, Mark and Kalarot, Ratheesh and Sridharan, Patmaa and Gastounioti, Aimilia and Jahani, Nariman and Cohen, Eric and others, “Cancer imaging phenomics toolkit: quantitative imaging analytics for precision diagnostics and predictive modeling of clinical outcome,” Journal of medical imaging , vol. 5, no. 1, pp. 011018, 2018.
- 8[8] Gao, Yang and Xiao, Xiong and Han, Bangcheng and Li, Guilin and Ning, Xiaolin and Wang, Defeng and Cai, Weidong and Kikinis, Ron and Berkovsky, Shlomo and Di Ieva, Antonio and others, “Deep learning methodology for differentiating glioma recurrence from radiation necrosis using multimodal magnetic resonance imaging: algorithm development and validation,” JMIR medical informatics , vol. 8, no. 11, pp. e 19805, 2020.
