ORIGINAL RESEARCH article

Front. Oncol., 31 March 2025

Sec. Neuro-Oncology and Neurosurgical Oncology

Volume 15 - 2025 | https://doi.org/10.3389/fonc.2025.1517205

MRI-based deep transfer learning models for predicting progesterone receptor expression in meningioma

Song GaoSong Gao1Li ZhaoLi Zhao1Nan LiNan Li2Xiaoming ZhouXiaoming Zhou1Chongfeng Duan*Chongfeng Duan1*
  • 1Department of Radiology, The Affiliated Hospital of Qingdao University, Qingdao, China
  • 2Department of Information Management, The Affiliated Hospital of Qingdao University, Qingdao, China

Objectives: The progesterone receptor (PR) is an important biomarker in meningiomas, influencing tumor growth, prognosis, and potential treatment options. The objective of this study was to predict PR expression in meningioma via deep transfer learning (DTL).

Methods: A total of 307 patients were included in the study, including 173 positive patients and 134 negative patients. The clinical features were analyzed. The DTL features were extracted via the fine-tuned ResNet 50 model and selected by the intraclass correlation coefficient (ICC), spearman correlation coefficient and least absolute shrinkage and selection operator (LASSO). The predictive models were built via logistic regression (LR), support vector machine (SVM) and naive Bayes. The discriminative ability of the model was assessed by receiver operating characteristic (ROC) curve analysis and the area under the curve (AUC). The accuracy, sensitivity and specificity were also calculated. Decision curve analysis (DCA) curves were drawn to evaluate the clinical usefulness of the nomogram.

Results: A total of 2048 DTL features were extracted, and 35 features were selected for model construction. In the test set, the AUCs of the LR, naive Bayes, and SVM models were 0.819 (95% CI: 0.7081-0.9300), 083(95% CI: 0.7216-0.9376), and 0.842 (95% CI: 0.7359-0.9488), respectively. There was no significant difference between any two models according to the Delong test. The SVM model exhibited a greater net benefit across the highest probability according to the DCA curve.

Conclusions: The SVM model achieved better predictive performance and represents a useful tool for evaluating meningioma.

Introduction

Meningioma is a common tumor with the highest incidence among all primary central nervous system tumors (13). Meningioma is categorized into three subtypes, namely, Grade 1, Grade 2, and Grade 3, based on the 2021 classification of the World Health Organization (WHO) (1). Different grades of tumors present varying biological behaviors and prognoses (4, 5) and the prediction of tumor grade is critical for clinical decision-making (4, 6, 7). However, other valuable evaluation indices, in addition to the WHO grade, have been insufficiently examined in meningioma studies. The progesterone receptor (PR) plays a significant role in the development and progression of meningioma. The PR is an important biomarker in meningioma, influencing tumor growth, prognosis, and potential treatment options.

The expression of PR has been found to affect the growth of meningioma (811). Moreover, the behavior of meningioma varies between sexes, with a higher incidence in females than in males, particularly during reproductive years. This suggests a potential link between sex hormones and tumor growth. Additionally, meningioma tends to grow rapidly in pregnant women or patients receiving hormone replacement therapy. Interestingly, grade 2 and 3 meningioma are more common in males. Several studies have also shown a correlation between PR expression, WHO grade, and recurrence (1216). Specifically, negative PR expression is associated with a greater risk of recurrence and more aggressive tumors. PR positive meningiomas tend to be less aggressive and more responsive to treatment. Higher PR expression is associated with lower recurrence rates, especially in WHO Grade 1 meningiomas. The PR can also influence the potential treatment options. Progesterone antagonists could be potential treatment options and PR status may help guide post-surgical management and the need for additional therapy. Therefore, PR expression is a valuable biomarker for evaluating meningioma and warrants further investigation.

Although convolutional neural networks (CNNs) are widely used in deep learning and rely on real-world images, constructing a CNN medical model can be challenging due to the limited sample sizes in medical research. As a result, deep transfer learning (DTL) has become a popular approach in various studies. DTL involves training a pretrained model on a vast dataset, such as ImageNet, to detect a broad range of image features. These features can then provide a foundation for other image-related tasks. By fine-tuning the pretrained model on a smaller dataset specific to the task and teaching it to recognize new features, its performance on a new task can be improved (17).

Several previous studies have employed DTL to predict the grade of meningioma (18, 19). However, to the best of our knowledge, no study has yet utilized DTL to predict PR expression in meningiomas. In this study, with the aim of providing a more comprehensive evaluation of the disease and offering valuable support for clinical decision-making, we employed DTL to predict PR expression in meningioma.

Materials and methods

Patients

This study was performed in accordance with the Declaration of Helsinki. Approval for this retrospective study from the institutional review board of the Affiliated Hospital of Qingdao University was acquired, and the requirement for informed consent was waived by the institutional review board of the Affiliated Hospital of Qingdao University. We searched for patients who were diagnosed with meningioma from January 1, 2012, to January 1, 2022, in the pathology database. The patients were selected according to the following inclusion criteria: (1) did not receive any treatment before surgery, (2) magnetic resonance imaging (MRI) examination was applied one week before surgery, and (3) tumor grade and PR expression were given during the pathological diagnosis. The exclusion criteria were as follows: (1) the image quality was affected by severe artifacts and was not suitable for analysis, and (2) the tumor grade or PR expression was ambiguous. The enrolled patients were divided into positive and negative PR expression groups. There were 307 patients enrolled in the study, including 173 positive patients and 134 negative patients. The clinical data, including sex and age, were recorded. The training set and the test set were randomly divided at a ratio of 8:2.

MRI examination and MRI feature analysis

Signa 1.5T and 3.0T MRI from GE and prisma and skyra 3.0T MRI from Siemens were used with the same scan parameters as follows: TR=1800 ms; TE=10 ms; slice thickness=5 mm; and FOV=25 cm. Each patient received 0.1 ml/kg Gd-DTPA before enhanced T1WI examination. The enhanced T1 WI images were used for further analysis.

Two neuroradiologists with 10 years and 20 years of experience analyzed the images. Both of the neuroradiologists were blinded to the group of tumors and interpreted the following MRI features by consensus: size, shape, heterogeneous enhancement, necrosis or cystic degeneration, indistinct margins, peritumoral edema, and surrounding invasion.

Image preprocessing and tumor segmentation

The workflow of the study is shown in Figure 1. Image preprocessing and tumor segmentation were accomplished via 3D slicer software (version 4.11, https://www.slicer.org/). The image preprocessing procedure of enhanced T1 WI images included three procedures: N4ITK MRI bias correction, bin width, and image resampling. To eliminate unwanted low-frequency intensity nonuniformity, the N4ITK MRI bias correction method was employed (20). A uniform bin width of 25 was applied to normalize the image intensities across various MRI machines. The original resolution of the images was 0.5 × 0.5 × 5mm³. The image was resampled to achieve a voxel size of 1 × 1 × 1 mm³ by the algorithm of nearest neighbor interpolation, ensuring the preservation of scales and directions (21).

Figure 1
www.frontiersin.org

Figure 1. The workflow of the study. ROI, Region of interest; DTL, Deep transfer learning; LASSO, Least absolute shrinkage and selection operator; ROC, Receiver operating characteristic; DCA, Decision curve analysis.

The processed enhanced T1 WI images were used to outline the region of interest (ROI). The ROI was carefully drawn by a neuroradiologist with 10 years of experience. The ROI contained all the slices of the tumor.

DTL feature extraction and selection

We first cropped the max ROI from the 3D ROI of enhanced T1 WI images as the input to the model. It meant that one slice of the 3D volume with maximal diameter was utilized for feature extraction. Considering that the different MRI features of tumors (such as necrosis or cystic degeneration, calcification) determined the DTL features, all parts of the tumor were remained in the ROI. The max ROIs were normalized to the pixel of 224×224 by the algorithm of nearest neighbor interpolation. ResNet50 was selected as the pretrained model and all its layers were utilized. The images of the training and test sets were fed into the pretrained model for fine-tuning. The batch size and number of epochs were 32 and 30, respectively, in the fine-tuned model. All the images were input into the fine-tuned model to extract DTL features.

The stable features were selected by calculating the intraclass correlation coefficient (ICC). Twenty meningiomas were randomly selected from the dataset for ICC calculation. Two neuroradiologists independently drew the ROIs of the 20 meningiomas. The level of stable feature was set at higher than 0.80. The stable features were analyzed via the following methods.

Z score normalization was employed for the DTL features. The spearman correlation coefficient was used to evaluate the correlation between two features. Only one feature was retained if the correlation coefficient of two features was >0.9. Finally, we utilized least absolute shrinkage and selection operator (LASSO) to select features for model construction.

Model construction and evaluation

The machine learning models included logistic regression (LR), support vector machine (SVM) and naive Bayes. The performances of different models were compared. The discriminative ability of the model was assessed by the receiver operating characteristic (ROC) curve and area under the receiver operating characteristic curve (AUC). The accuracy, sensitivity and specificity were also calculated. The calibration curve was used to assess the calibration of the model. Decision curve analysis (DCA) curves were drawn to evaluate the clinical usefulness of the nomogram.

Statistical analysis

The categorical variables were compared via the chi-square test, whereas the quantitative variables were compared via the t test to evaluate differences between two groups. A DeLong test of AUCs was performed to assess the models.

p < 0.05 was considered statistically significant. The data processing was based on the one-key AI platform (http://www.medai.icu). The codes can be found at https://gitee.com/wangqingbaidu/OnekeyCompo?_from=gitee_search.

Results

Table 1 presents the clinical characteristics of the two groups in the training and test sets. The numbers of positive and negative patients in the training and test sets were 139 and 106 and 34 and 28, respectively. There was no significant difference in the clinical characteristics of the patients in the training set. There was a significant difference in sex in the test set.

Table 1
www.frontiersin.org

Table 1. The clinical features of the two groups in the training and test sets.

A total of 2048 DTL features were extracted in each ROI from the fine-tuned model. Thirty-five features were selected after ICC calculation, spearman analysis and LASSO regression. The dimensionality reduction process of LASSO is shown in Figures 2, 3 shows the selected features and their correlation coefficients. The λ value of LASSO was 0.0518. Table 2; Figure 4A show the results of the different models. The AUCs of the LR, naive Bayes, and SVM models were 0.899 (95% CI: 0.8618-0.9360), 0.861 (95% CI: 0.8150-0.9076), and 0.974 (95% CI: 0.9592-0.9896) in the training set and 0.819 (95% CI: 0.7081-0.9300), 0.83 (95% CI: 0.7216-0.9376), and 0.842 (95% CI: 0.7359-0.9488) in the test set, respectively. There was no significant difference between any two models in the Delong test (LR vs. SVM=0.2899, LR vs. naive Bayes=0.7388, SVM vs. naive Bayes=0.5917). Figure 4B shows the calibration curves of the model. According to the DCA curve (Figure 5), the SVM model had a greater net benefit across the highest probability than the LR and naive Bayes models did.

Figure 2
www.frontiersin.org

Figure 2. The process of LASSO regression in DTL features selection. (A) Different color line represents corresponding coefficient of each feature. (B) Tuning parameter(λ) selection in LASSO. The λ value of 0.0518 is selected.

Figure 3
www.frontiersin.org

Figure 3. The selected DTL features and the correlation coefficient. The X axis represents the coefficient, and the Y axis represents the feature name. The length of the blue bar chart represents the coefficient value of the feature.

Table 2
www.frontiersin.org

Table 2. The results of different models.

Figure 4
www.frontiersin.org

Figure 4. The ROC (A) and calibration curve (B) of LR model, SVM model and Naive Bayes model. (A) The AUCs of the LR, naive Bayes, and SVM models were 0.819 (95% CI: 0.7081-0.9300), 0.83(95% CI: 0.7216-0.9376), and 0.842 (95% CI: 0.7359-0.9488) in the test set. SVM model achieved the highest AUC. (B) In the calibration curve, the 45° straight line represents the perfect match between the actual and predicted probabilities. The closer the curve approaches perfectly calibrated line, the better the calibration of the model is. Three models both have a good calibration. LR, Logistic regression; SVM, Support vector machine.

Figure 5
www.frontiersin.org

Figure 5. The DCA curve of LR model, SVM model and Naive Bayes model. The X axis represents the threshold probability and the Y axis represents the net benefit. The blue, yellow and green curve respectively represent LR, SVM and Naive Bayes model. The SVM model achieves greater net benefit than the LR and naive Bayes models across the most range probability. The SVM model has a better clinical utility. LR, Logistic regression; SVM, Support vector machine.

Discussion

The present study constructed three models to predict PR expression in meningioma, each of which exhibited good predictive performance with a relatively high AUC. Among the models, the SVM model demonstrated superior performance, as evidenced by a greater net benefit across the highest probability in the DCA curve. Specifically, the SVM model achieved an AUC of 0.842 (95% CI: 0.7359-0.9488), with an accuracy rate of 0.806, a sensitivity value of 0.771, and a specificity value of 0.852 in the test set.

The role of PR expression in meningioma growth and prognosis has been extensively studied. Numerous studies have shown that meningiomas with higher grades, greater cellular proliferation, and a greater risk of recurrence are more likely to have negative PR expression. Kuroi Y et al. (22) reported that negative PR expression was correlated with recurrence and shorter recurrence-free survival in meningioma patients. Furthermore, their study revealed a significantly greater proportion of positive PRs in skull base meningiomas than in nonskull base meningiomas. Maiuri F et al. (23) reported an inverse correlation between PR expression and WHO grade and Ki67-MIB1 expression (p < 0.0001). They also reported that low or moderately low PR expression was significantly correlated with recurrence (p = 0.0004). Despite the importance of PR expression in meningioma, only a few studies have attempted to predict PR expression preoperatively. Bozdağ M et al. (24) assessed the relationships between the apparent diffusion coefficient (ADC) and several histopathological parameters, but no significant correlation between the ADC and the PR score was observed.

The present study was the first to construct DTL models to predict PR expression. DTL is a powerful machine learning technique that leverages a pretrained model to address new tasks. By transferring the pretrained model’s knowledge to the new task, DTL enables the model to achieve higher performance with less data and computational resources. DTL has been widely used in various fields, such as computer vision, natural language processing, and speech recognition. In meningioma research, DTL has been primarily employed for grade prediction. In our study, we used DTL to predict PR expression and achieved good predictive performance. The SVM model had an AUC of 0.842 (0.7359-0.9488), with an accuracy rate of 0.806, a sensitivity value of 0.771 and a specificity value of 0.852 in the test set. The SVM model had a greater net benefit across the highest probability according to the DCA curve. DCA is a valuable method for evaluating the clinical utility of predictive models by assessing their net benefit across different threshold probabilities. It helps determine whether using a model to guide clinical decisions would improve outcomes compared to alternative strategies. The model with the highest net benefit across a range of threshold probabilities is considered the most clinically useful. In the present study, the SVM model achieved greater net benefit than the LR and naive Bayes models across the highest probability in DCA.

The present study had several limitations that need to be acknowledged. First, the retrospective nature of the study may have introduced selection bias and overestimated the accuracy of the diagnosis. Second, the DTL features were extracted solely from enhanced T1WI, which does not include other important MRI sequences, such as T1WI, T2WI, FLAIR imaging, and DWI. Thus, future studies should consider the use of multiple sequences. Third, the max slice of ROI was utilized for prediction instead of entire 3D ROI due to computational complexity and limited hardware resources. Considering that 3D ROI contained more tumor information, we will use 3D ROI to improve prediction accuracy in the future. Fourth, although the sample size was relatively large, further validation of the results in more meningiomas and other centers is necessary before clinical application. Moreover, although SVM model achieved a high AUC, there was no significant differences between the models in the Delong test. Multicenter and large sample studies are needed to improve the robustness of the findings. To address this, we plan to increase the number of cases in future studies.

Conclusion

We developed three models for predicting PR expression in meningiomas and achieved better predictive performance. Among the three models, the SVM model performed the best, with an AUC of 0.842 (95% CI: 0.7359–0.9488), an accuracy rate of 0.806, a sensitivity value of 0.771, and a specificity value of 0.852. Our study provides valuable insights for assessing meningiomas and offers practical recommendations to aid in clinical decision-making.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The studies involving humans were approved by the Affiliated Hospital of Qingdao University. The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required from the participants or the participants’ legal guardians/next of kin in accordance with the national legislation and institutional requirements.

Author contributions

SG: Conceptualization, Data curation, Writing – original draft. LZ: Methodology, Project administration, Writing – original draft. NL: Methodology, Software, Writing – original draft. XZ: Supervision, Validation, Writing – review & editing. CD: Software, Supervision, Writing – review & editing.

Funding

The author(s) declare that no financial support was received for the research and/or publication of this article.

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.

Generative AI statement

The author(s) declare that no Generative AI was used in the creation of this manuscript.

Publisher’s note

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.

Abbreviations

ADC, Apparent diffusion coefficient; AUC, Area under the receiver operating characteristic curve; CI, Confidence interval; CNN, Convolutional neural networks; DCA, Decision curve analysis; DTL, Deep transfer learning; FLAIR, Fluid attenuated inversion recovery; ICC, Intraclass correlation efficient; LASSO, Least absolute shrinkage and selection operator; LR, Logistic regression; MRI, Magnetic resonance imaging; PR, Progesterone receptor; ROC, Receiver operating characteristic; ROI, Region of interest; SVM, Support vector machine; WHO, World Health Organization.

References

1. Louis DN, Perry A, Wesseling P, Brat DJ, Cree IA, Figarella-Branger , et al. The 2021 WHO classification of tumors of the central nervous system: a summary. Neuro Oncol. (2021) 23:1231–51. doi: 10.1093/neuonc/noab106

PubMed Abstract | Crossref Full Text | Google Scholar

2. Ostrom QT, Gittleman H, Truitt G, Boscia A, Kruchko C, Barnholtz-Sloan JS. CBTRUS statistical report: primary brain and other central nervous system tumors diagnosed in the United States in 2011-2015. Neuro Oncol. (2018) 20:iv1–iv86. doi: 10.1093/neuonc/noy131

PubMed Abstract | Crossref Full Text | Google Scholar

3. Nabors LB, Portnow J, Ahluwalia M, Baehring J, Brem H, Brem S, et al. Central nervous system cancers, version 3.2020, NCCN clinical practice guidelines in oncology. J Natl Compr Canc Netw. (2020) 18:1537–70. doi: 10.6004/jnccn.2020.0052

PubMed Abstract | Crossref Full Text | Google Scholar

4. Rogers L, Barani I, Chamberlain M, Kaley TJ, McDermott M, Raizer J, et al. Meningiomas: knowledge base, treatment outcomes, and uncertainties. A RANO review. J Neurosurg. (2015) 122:4–23. doi: 10.3171/2014.7.JNS131644

PubMed Abstract | Crossref Full Text | Google Scholar

5. Whittle IR, Smith C, Navoo P, Collie D. Meningiomas. Lancet. (2004) 363:1535–43. doi: 10.1016/S0140-6736(04)16153-9

PubMed Abstract | Crossref Full Text | Google Scholar

6. Li D, Jiang P, Xu S, Li C, Xi S, Zhang J, et al. Survival impacts of extent of resection and adjuvant radiotherapy for the modern management of high-grade meningiomas. J Neurooncol. (2019) 145:125–34. doi: 10.1007/s11060-019-03278-w

PubMed Abstract | Crossref Full Text | Google Scholar

7. Black PM, Villavicencio AT, Rhouddou C, Loeffler JS. Aggressive surgery and focal radiation in the management of meningiomas of the skull base: preservation of function with maintenance of local control. Acta Neurochir (Wien). (2001) 143:555–62. doi: 10.1007/s007010170060

PubMed Abstract | Crossref Full Text | Google Scholar

8. Lusis EA, Scheithauer BW, Yachnis AT, Fischer BR, Chicoine MR, Paulus W, et al. Meningiomas in pregnancy: a clinicopathologic study of 17 cases. Neurosurgery. (2012) 71:951–61. doi: 10.1227/NEU.0b013e31826adf65

PubMed Abstract | Crossref Full Text | Google Scholar

9. Laviv Y, Bayoumi A, Mahadevan A, Young B, Boone M, Kasper EM. Meningiomas in pregnancy: timing of surgery and clinical outcomes as observed in 104 cases and establishment of a best management strategy. Acta Neurochir (Wien). (2018) 160:1521–9. doi: 10.1007/s00701-017-3146-8

PubMed Abstract | Crossref Full Text | Google Scholar

10. Qi ZY, Shao C, Huang YL, Hui GZ, Zhou YX, Wang Z. Reproductive and exogenous hormone factors in relation to risk of meningioma in women: a meta-analysis. PloS One. (2013) 8:e83261. doi: 10.1371/journal.pone.0083261

PubMed Abstract | Crossref Full Text | Google Scholar

11. Harland TA, Freeman JL, Davern M, McCracken DJ, Celano EC, Lillehei K, et al. Progesterone-only contraception is associated with a shorter progression-free survival in premenopausal women with WHO Grade I meningioma. J Neurooncol. (2018) 136:327–33. doi: 10.1007/s11060-017-2656-9

PubMed Abstract | Crossref Full Text | Google Scholar

12. Maiuri F, De Caro MB, Esposito F, Cappabianca P, Strazzullo V, Pettinato G, et al. Recurrences of meningiomas: predictive value of pathological features and hormonal and growth factors. J Neurooncol. (2007) 82:63–8. doi: 10.1007/s11060-005-9078-9

PubMed Abstract | Crossref Full Text | Google Scholar

13. Fewings PE, Battersby RD, Timperley WR. Long-term follow up of progesterone receptor status in benign meningioma: a prognostic indicator of recurrence? J Neurosurg. (2000) 92:401–5. doi: 10.3171/jns.2000.92.3.0401

PubMed Abstract | Crossref Full Text | Google Scholar

14. Roser F, Nakamura M, Bellinzona M, Rosahl SK, Ostertag H, Samii M. The prognostic value of progesterone receptor status in meningiomas. J Clin Pathol. (2004) 57:1033–7. doi: 10.1136/jcp.2004.018333

PubMed Abstract | Crossref Full Text | Google Scholar

15. Pravdenkova S, Al-Mefty O, Sawyer J, Husain M. Progesterone and estrogen receptors: opposing prognostic indicators in meningiomas. J Neurosurg. (2006) 105:163–73. doi: 10.3171/jns.2006.105.2.163

PubMed Abstract | Crossref Full Text | Google Scholar

16. Abdelzaher E, El-Gendi SM, Yehya A, Gowil AG. Recurrence of benign meningiomas: predictive value of proliferative index, BCL2, p53, hormonal receptors and HER2 expression. Br J Neurosurg. (2011) 25:707–13. doi: 10.3109/02688697.2010.522743

PubMed Abstract | Crossref Full Text | Google Scholar

17. Bonada M, Rossi LF, Carone G, Panico F, Cofano F, Fiaschi P, et al. Deep learning for MRI segmentation and molecular subtyping in glioblastoma: critical aspects from an emerging field. Biomedicines. (2024) 12:1878. doi: 10.3390/biomedicines12081878

PubMed Abstract | Crossref Full Text | Google Scholar

18. Zhu Y, Man C, Gong L, Dong D, Yu X, Wang S, et al. A deep learning radiomics model for preoperative grading in meningioma. Eur J Radiol. (2019) 116:128–34. doi: 10.1016/j.ejrad.2019.04.022

PubMed Abstract | Crossref Full Text | Google Scholar

19. Yang L, Xu P, Zhang Y, Cui N, Wang M, Peng M, et al. A deep learning radiomics model may help to improve the prediction performance of preoperative grading in meningioma. Neuroradiology. (2022) 64:1373–82. doi: 10.1007/s00234-022-02894-0

PubMed Abstract | Crossref Full Text | Google Scholar

20. Tustison NJ, Avants BB, Cook PA, Zheng Y, Egan A, Yushkevich PA, et al. N4ITK: improved N3 bias correction. IEEE Trans Med Imaging. (2010) 29:1310–20. doi: 10.1109/TMI.2010.2046908

PubMed Abstract | Crossref Full Text | Google Scholar

21. Depeursinge A, Foncubierta-Rodriguez A, Van De Ville D, Müller H. Three-dimensional solid texture analysis in biomedical imaging: review and opportunities. Med Image Anal. (2014) 18:176–96. doi: 10.1016/j.media.2013.10.005

PubMed Abstract | Crossref Full Text | Google Scholar

22. Kuroi Y, Matsumoto K, Shibuya M, Kasuya H. Progesterone receptor is responsible for benign biology of skull base meningioma. World Neurosurg. (2018) 118:e918–24. doi: 10.1016/j.wneu.2018.07.100

PubMed Abstract | Crossref Full Text | Google Scholar

23. Maiuri F, Mariniello G, de Divitiis O, Esposito F, Guadagno E, Teodonno G, et al. Progesterone receptor expression in meningiomas: pathological and prognostic implications. Front Oncol. (2021) 11:611218. doi: 10.3389/fonc.2021.611218

PubMed Abstract | Crossref Full Text | Google Scholar

24. Bozdağ M, Er A, Ekmekçi S. Association of apparent diffusion coefficient with Ki-67 proliferation index, progesterone-receptor status and various histopathological parameters, and its utility in predicting the high grade in meningiomas. Acta Radiol. (2021) 62:401–13. doi: 10.1177/0284185120922142

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: meningioma, progesterone receptor, magnetic resonance imaging, deep transfer learning, predict

Citation: Gao S, Zhao L, Li N, Zhou X and Duan C (2025) MRI-based deep transfer learning models for predicting progesterone receptor expression in meningioma. Front. Oncol. 15:1517205. doi: 10.3389/fonc.2025.1517205

Received: 25 October 2024; Accepted: 10 March 2025;
Published: 31 March 2025.

Edited by:

Giulia Cossu, Centre Hospitalier Universitaire Vaudois (CHUV), Switzerland

Reviewed by:

Andrea Bianconi, University of Genoa, Italy
Ivo Peto, University of South Florida, United States

Copyright © 2025 Gao, Zhao, Li, Zhou and Duan. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Chongfeng Duan, ZHVhbmNmQHFkdWhvc3BpdGFsLmNu

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.

Research integrity at Frontiers

94% of researchers rate our articles as excellent or good

Learn more about the work of our research integrity team to safeguard the quality of each article we publish.


Find out more