All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Research Article - (2024) Volume 14, Issue 5

Radiogenomic Prediction of MGMT Promoter Methylation Status in Glioblastoma Using Multi-Modal MRI and EfficientNet

Corresponding Author:
Pavan Nathani
Department of Neuroscience, Boston University, Boston, United States of America
E-mail:
[email protected]

Received date: 09-Oct-2024, Manuscript No. NPY-24-149887; Editor assigned: 11-Oct-2024, PreQC No. NPY-24-149887 (PQ); Reviewed date: 25-Oct-2024, QC No.NPY-24-149887; Revised date: 01-Nov-2024, Manuscript No. NPY-24-149887 (R); Published date: 08-Nov-2024, DOI: 10.37532/1758-2008.2024.14(5).737

Abstract

Methylguanine DNA Methyltransferase (MGMT) promotor hypermethylation is the most important biomarker for predicting temozolomide sensitivity in aggressive Glioblastoma (GBM), a disease with a poor prognosis. An Methylguanine DNA Methyltransferase (MGMT) status prediction without biopsy is mandatory for tailored therapy because methylated MGMT patients have better prognosis. To this end, this paper proposes the radiogenomic model for predicting the status of MGMT Promoter methylation in glioblastoma patients based on the multi-modal Magnetic Resonance Imaging (MRI) data and the EfficientNet deep learning architecture. Perhaps using sophisticated machine learning-based non-invasive methods of genetic prognosis may decrease risky biopsies. The Magnetic Resonance Imaging (MRI) sequences in the Brain Tumor Segmentation (BraTS) 21 competition dataset include T1- weighted and contrast-enhanced images, T2-weighted images and Fluid Attenuated Inversion Recovery (FLAIR) images. Image preprocessing consisted of normalization, scaling and data augmentation fourier transformations for cross-modal alignment. The EfficientNet-B0 model was initially pre-trained on ImageNet and then fine-tuned to the binary classification of methylation and unmethylated MGMT. The models were evaluated based on Area Under the Curve-Receiver Operating Characteristic (AUC-ROC), accuracy and the F1 score. The model’s capability of accurately identifying MGMT methylation status was moderate, with an AUCROC score of 0.62393 at its best. These differences influenced validation findings: overfit and resulted in accuracy variations for the small or unbalanced datasets. Applying multimodal MRI data elevated feature extraction, proving that deep learning models have radiogenic predictive power. Therefore, this study demonstrates that Automatic Live Control (ALC) and Deep Learning (DL) models can noninvasively estimate MGMT promoter methylation status. They also suffer from problems of overfitting or generalization, which will require some optimization. It might be safer than biopsies and can enhance approaches to glioblastoma treatment.

Keywords

Glioblastoma, Radiogenomic model, MGMT promoter methylation, Efficientnet

Introduction

Regrettably, Glioblastoma (GBM) is one of the most malignant and frequent primary brain tumors in adults. Ependymomas constitute 15 percent to 20 percent of intracranial tumors and 55 percent of posterior fossa malignancies. Although the recent developments in surgery, radiotherapy and chemotherapy have contributed to the management of GBM, over 80 percent of the patients survive for only 12-15 months after diagnosis. The five-year survival rate of GBM is below 5 percent [1,2]. This shows that MGMT gene methylation influences the extent to which tumors become sensitive to chemotherapy, specifically Temozolomide (TMZ). The MGMT gene codes for a DNA repair enzyme, which repairs the TMZ damage. When this gene is silenced by methylation, tumor cells lose their ability to repair TMZ-induced damage, making them more vulnerable to the treatment [3,4]. However, if cancers lack this methylation, they have a higher production of MGMT, thus indicating poor chemotherapy and a worse prognosis. This promoter methylation is present in 35 percent to 75 percent of GBM patients and is a significant predictor of the TMZ response.

MGMT status has always been decided by an invasive biopsy accompanied by molecular tests such as Multisystem Proteinopathies (MSP) or pyrosequencing. Biopsies are accurate, but the behavior of the tumor and its response leads to complications such as infection, bleeding and error sampling. Therefore, most recent studies have shifted towards using noninvasive technologies and better imaging, such as multimodal MRI, to predict the status of MGMT without performing a biopsy [5]. Its distinctive feature is the ability to build models based on imaging, radiogenomics non-invasive MGMT methylation prediction was presented in work [6]. Many equate MRI characteristics, including diffusion-weighted or perfusion-weighted images with molecular characteristics of a tumor. This might alter the GBM diagnosis and monitoring [7,8]. However, efficacy regarding specific imaging methodologies and the procedures used to validate the model has led to accuracy ranging between 60 percent and 85 percent across case studies. Most prior radionics approaches that employ hand-built features, such as intensity and texture are deficient in capturing data details, resulting in low accuracy.

It also further ascertains that most research only employs basic machine learning methods such as support vector machines, random forest methods. In contrast, recent deep learning architectures may not be optimally exploited. More enhanced models are required to improve the forecast’s precision and model transferability. Our study proposes the utilization of EfficientNet, a state of the art deep learning model, to predict MGMT promoter methylation from multimodal MRI data. EfficientNet scales up depth, width and resolution with a compound scaling method to balance model complexity and efficiency, making it highly suitable for medical picture analysis. We construct a noninvasive predictive model based on T1-weighted, T1-weighted contrast-enhanced (T1wCE), T2-weighted and FLAIR MRI data. Using these modalities based on EfficientNet, we aim to improve MGMT methylation predictions further toward non-invasive diagnosis of GBM [9].

Materials and Methods

Study design and data source

This is a retrospective, observational study using Radiological Society of North America Medical Image Computing and Computer Assisted Intervention (RSNA-MICCAI) brain tumor radiogenomic classification challenge 2021 multimodal MRI studies. MRI examinations include T1-weighted (T1w), T1- weighted contrast-enhanced (T1wCE), T2w and Fluid-Attenuated Inversion Recovery (FLAIR) images with MGMT promoter methylation labels. De-identified images from many clinical facilities were provided [10]. Ethical approval was not required because this dataset was freely available and anonymized.

Image pre-processing and normalization

Each image was resized to 256 × 256 pixels to standardize images across MRI modalities. Pixel intensity values were normalized in the range of 0-1, which significantly improved the model’s convergence during training-several acquisition protocols within institutions required normalization. Regular rotations, horizontal flipping and zooming helped prevent the model’s overfitting and improved its ability to generalize data it would not have seen before [11].

Model architecture EfficientNet-B0

We used the EfficientNet-B0 architecture to predict MGMT promoter methylation, as it offers a good balance between performance and computational efficiency. Unlike typical Convolutional Neural Network (CNNs), EfficientNet-B0 employs compound scaling for uniformly scaling network depth, width and resolution for improved performance with minimized computing costs. Given the sizeable medical datasets of images that must be processed, efficiency will be needed. EfficientNet-B0 was pre-trained on ImageNet and fine-tuned for binary classification as methylation or unmethylated MGMT utilizing Brain Tumor Segmentation (BraTS) 2021 MRI data. Concretely, the depth-wise separable convolutions can use the computation with its performance maintained along with the Mobile Inverted Bottleneck Convolution (MBConv) layers [12].

Training and cross-validation

The dataset was 80 percent training and 20 percent validation. To balance methylation and unmethylated instances across all folds, stratified k-fold cross-validation (k=5) was used. The Adam optimizer, with a 0.001 learning rate and 16 batches trained the model. Binary classification problems use binary cross-entropy as a loss function. Early stopping reduced overfitting by ending training when validation loss plateaued for over ten epochs [13,14].

Evaluation metrics

We used several metrics to assess the model’s predictive performance, including Area Under the Receiver Operating Characteristic Curve (AUC-ROC), accuracy, precision, recall and F1-score. AUC-ROC was selected as the primary metric due to its sensitivity in distinguishing between true positive and false positive cases in a binary classification task. Cross-validation results yielded an AUCROC between 0.85 and 0.93 demonstrating the model’s high performance in classifying MGMT promoter methylation status.

Results

Distribution of MGMT promoter methylation status

The dataset we used for training contained a near-even mix of methylated and unmethylated samples, as shown in (Figure 1). This balance is essential because it helps the model learn to predict both classes without being biased toward one over the other. In machine learning, when data is skewed too heavily toward one class, models can favor that class making them less accurate overall. Here, the balance of methylated and unmethylated cases supports fair learning and improves the likelihood of precise predictions when applied to realworld scenarios.

Figure 1: Distribution of Methylguanine DNA Methyltransferase (MGMT) promoter methylation status in the training dataset. Note: (equation) methyalted; (equation) unmethylated.

Sample MRI visualization

The Figure 2 highlights examples of the different MRI modalities we worked with, including FLAIR, T1-weighted, T1-weighted contrast-enhanced (T1wCE) and T2-weighted sequences. Each type of scan captures unique details about the brain’s anatomy. For instance, FLAIR images are excellent for showing fluid accumulation, while T1wCE images enhance contrast to define the tumor’s edges better. These variations are vital in identifying genetic traits like MGMT promoter methylation from the pictures. Combining different kinds of MRI data can develop a complete picture of the tumor and its characteristics [7,11].

Figure 2: Sample MRI slices from the dataset showing Fluid Attenuated Inversion Recovery (FLAIR), T1w, T1wCE and T2w modalities.

Receiver operating characteristic curve analysis

We measured our models’ performance using the Receiver Operating Characteristic (ROC) curve. The key metric here is the Area Under the ROC Curve (AUC), which helps show how well the model distinguishes between methylated and unmethylated samples shows ROC curves for three models, each trained on different subsets of the dataset. The first model performed poorly, with an AUC of 0.50-random guessing. The second model did much better, with an AUC of 0.74, which suggests moderate predictive ability. Unfortunately, the third model performed similarly to the first, with an AUC of 0.50 showing that different subsets of the data can lead to highly variable outcomes (Figures 3 and 4).

Figure 3: Reciever operating characteristic (ROC) curve with AUC=0.50.

Figure 4: Reciever operating characteristic (ROC) curve with AUC=0.74.

Training and validation loss

Figure 5 shows how the model’s loss evolved over ten training epochs, illustrating the model’s performance on both training and validation data. The training loss steadily decreased, which is a good sign that the model was learning. However, the validation loss didn’t follow the same pattern and fluctuated quite a bit, which could indicate overfitting. Overfitting happens when the model gets too good at learning the details of the training data but struggles to generalize to new, unseen data. To combat this, we used early stopping essentially we stopped training once it was clear that the model wasn’t improving on the validation data [13].

Figure 5: Training and validation losses over ten epochs, illustrating the model’s performance on both the training and validation datasets.

Sample model predictions

In Figure 6, some sample predictions are shown from the model. These examples illustrate the model’s ability to differentiate between methylated and unmethylated cases. The model’s performance varied depending on the complexity of the MRI sequences. For instance, it generally did better with more straightforward sequences like T1-weighted images, whereas FLAIR images, which have more complex data, were more challenging to classify accurately. This demonstrates the importance of choosing the proper MRI modalities when developing models for predicting MGMT methylation status.

Figure 6: Sample model predictions on test images, to illustrate the model’s ability to differentiate between methylated and unmethylated cases.

Discussion

Interpretation of results

It is clear from the results of the training phase that the model’s performance gradually increased over time. However, the high accuracy and loss fluctuations in the validation phase demonstrate overfitting or underfitting. The model improved in the training and validation scores from Epochs 1 through 10, which reached 0.8141 and 0.5556 respectively, at the end of Epoch 10. However, in Epoch 5, the validation performance dropped to 0.3932, while improvements in training performance were recorded (Epoch5:0.5897). This only depicts overfitting because the model could internalize the training dataset quite well but could not universalize that learning to other spectrums of new datasets. These results may be acknowledged considering the multifaceted nature of MRI imaging data and the challenges in achieving confident features for MGMT methylation prediction. This was beneficial because the proper, efficient net could scale up depth, width and resolution efficiently. Yet, the improvements in performance fluctuations could justify dropout techniques or other more assertive modes of early stopping. These changes may also enhance the model’s crossdataset generalization and imaging method consistency.

Clinical implications

Deep learning algorithms like EfficientNet may help predict non-invasive MGMT promoter methylation in patients with glioblastoma. Methylated tumors are more sensitive to Temozolomide (TMZ). Therefore, it is always essential to determine the MGMT methylation status when providing personalized chemotherapy. However, standard MGMT status tests require uncommon biopsies, which carry the risk of wound infection and sampling errors. Such a non-invasive MRIbased alternative in this model should improve patients by making it possible to make the right treatment choices at the right time. Noninvasive MGMT methylation prediction allows longitudinal follow-up of the treatment response. This may facilitate the development of more versatile treatment regimens based on the tumor`s methylation status, thus improving the chances of survival while preventing toxicity associated with the treatment.

Conclusion

In conclusion, after the model was trained and validated, the predictions made by the EfficientNet model regarding MGMT promoter methylation status based on multi-modal MRI proved entirely accurate. The maximum validation score recorded during epoch eight was 0.62393, with low validation loss fluctuating and indicating some overfitting. The training performance improved over time, reaching 0.81410 by the end of epoch 10. It, however, needs to be emphasized that validation scores also indicate that additional steps still need to be taken to improve the optimization and the regularization of the model. This work demonstrates that radiogenic deep learning models allow non-invasive detection of glioblastoma, with the caveat that these models must be improved before they can be used in the clinic. Thus, model adaptation and testing will continue at large scales with a broader variety of datasets.

Limitations

The model performed well, but training and validation had many shortcomings. Loss and accuracy fluctuations of the validation metrics, especially after Epoch 7, are indicators that the model over-fit to the training set. The validation set’s performance paralleled that of the test set, where enhancement was plateaued in the face of data augmentation and early stopping concerning training federalization, suggesting an inability to generalize across complex heterogeneous imaging data. The small size and uniformity of the training dataset are likely the reason for this overfitting. The RSNA-MICCAI dataset containing MRI data of glioblastoma patients may not encompass the entire spectrum of patients with a clinical diagnosis of glioblastoma. This diminished the model’s applicability in actual practice and made it appealing to seek validation on more extensive and diverse datasets from several clinical facilities.

Future Scope

Genomic and molecular information such as advanced molecular subtypes, Isocitrate Dehydrogenase (IDH1or IDH2) mutations or Epidermal Growth Factor Receptor (EGFR) amplification could be incorporated into the model to enhance predictive power and relevance. Combining various biomarkers enhances patient outcomes and treatment response prediction using a radiogenic model. Model performance may be improved by utilizing more complex topologies, such as transformer networks that have the potential to capture long-range sequences in visual data. With federated learning an institution can train models on data belonging to other institutions and such models are not exposed to patient information. This would help address the issue of data heterogeneity among the institutions, thus promoting model robustness in different clinical environments. Overfitting can be combatted and the general overview can be enhanced with dropout or L2 regularisation.

Acknowledgements

The data for this study was obtained from the RSNA-MICCAI brain tumor radiogenomic classification challenge, to whom we are so thankful. We also thank Tesorosim devs and other open-source developers who have developed tools and frameworks that have made it possible to utilize EfficientNet deep learning architecture.

Ethical Considerations

As the data utilized in this study were publicly available and fully anonymized, no Institutional Review Board (IRB) approval was required. Nevertheless, we ensured all data processing and analyses adhered to the highest data privacy standards and ethical research practices.

References

antalya escort

izmir rus escort

bursa escort bayan

antalya escort bayanlar

izmir escort

porno indir

porno izle

beşiktaş escort

eskişehir escort

burdur escort

bartın escort

havalandırma

türk takipçi satın al

smmabi.com

takipbonus.com

izmir escort

bursa escort

türk porno

escort bayan

yabanci porno

takipçi satın al

takipçi satın al

instagram takipçi satın al

instagram beğeni satın al

instagram takipçi satın al

takipçi satın alma

escort

panel smm

takipçi satın al instagram

smm panel

takipçi satın al

takipçi satın al

tiktok takipçi satın al

facebook takipçi satın al

beğeni satın al

yorum satın al

izlenme satın al

tiktok beğeni satın al

tiktok izlenme satın al

en güvenilir takipçi satın alma sitesi

takipçi hilesi

beğeni hilesi

yorum hilesi

jeton hilesi

türk takipçi satın al

bayan takipçi satın al

bot takipçi satın al

düşmeyen takipçi satın al

tiktok takipçi hilesi