- 1Department of Radiology, Yueyang Hospital of Integrated Traditional Chinese and Western Medicine, Shanghai University of Traditional Chinese Medicine, Shanghai, China
- 2Department of Radiology, The First Affiliated Hospital of Soochow University, Suzhou, Jiangsu, China
- 3Institute of Medical Imaging, Soochow University, Suzhou, Jiangsu, China
Objective: This study aimed to develop MRI-based radiomics machine learning models for predicting adverse pathological prognostic features in prostate cancer and to explore the feasibility of integrating radiomics with clinical characteristics to improve preoperative risk stratification, addressing the limitations of conventional clinical models.
Methods: A retrospective cohort of 137 prostate cancer patients between January 2021 and April 2023 with preoperative MRI and postoperative pathology data was divided into adverse-feature-positive (n=85) and negative (n=52) groups. Regions of interest (ROIs) were delineated on ADC and T2WI sequences, and 31 radiomics features were extracted using PyRadiomics. LASSO regression selected optimal features, followed by model construction via five algorithms (logistic regression, decision tree, random forest, SVM, AdaBoost). Clinical models incorporated three variables: biopsy Gleason grade, total PSA, and prostate volume. The best-performing radiomics model was combined with clinical features to build a hybrid model. Model performance was evaluated by AUC, sensitivity, specificity, accuracy, calibration curves, and decision curve analysis (DCA).
Results: Patients were randomly split into training (n=95) and validation (n=42) cohorts. The random forest model using ADC-T2WI combined features achieved the highest AUC (0.832; 95% CI: 0.706–0.958) in the validation set, outperforming the clinical model (AUC=0.772). The hybrid model demonstrated superior performance (AUC=0.909; 95% CI: 0.822–0.995), with sensitivity=0.813, specificity=0.885, and accuracy=0.857. Calibration and DCA confirmed its robust clinical utility (p<0.01 vs. single models).
Conclusions: The biparametric MRI radiomics-random forest model effectively predicts adverse pathological features in prostate cancer. Integration with clinical characteristics further enhances predictive accuracy, offering a non-invasive tool for preoperative risk stratification and personalized treatment planning.
1 Introduction
Prostate cancer (PCa), the second most prevalent malignancy in men globally, poses a significant clinical challenge due to its high incidence of advanced-stage diagnosis and poor prognosis in China (1, 2). Accurate preoperative prediction of adverse pathological prognostic features (APPFs)—including extracapsular extension, seminal vesicle invasion, and high Gleason scores—is critical for personalized treatment planning, yet remains suboptimal with conventional MRI interpretation (3, 4).
Multiparametric MRI (mpMRI) has become a cornerstone in PCa diagnosis, offering high sensitivity for detecting APPFs (5–7). However, its reliance on gadolinium-based contrast agents, prolonged scan times, and interobserver variability limit widespread clinical adoption (8–10). Emerging evidence suggests biparametric MRI (bpMRI), combining T2-weighted imaging and diffusion-weighted imaging (DWI), achieves comparable diagnostic accuracy to mpMRI while reducing cost and complexity (11, 12). Despite these advances, MRI alone struggles to quantify microscopic tumor heterogeneity, a key determinant of APPFs (13).
Radiomics, an automated high-throughput feature extraction technique, bridges this gap by translating imaging data into mineable biomarkers reflective of tumor biology (14–16). Recent studies demonstrate radiomics models based on mpMRI can predict APPFs (AUC: 0.76–0.94) (17–19), yet bpMRI radiomics remains underexplored. Moreover, existing models often neglect the integration of clinical variables (e.g., PSA, biopsy Gleason grade), potentially underestimating combined predictive power (20). Machin learning (ML) algorithms extract high−dimensional imaging features that are not readily accessible through visual assessment, transforming conventional MRI into quantitative “digital biopsies”. In prostate imaging, ML−driven radiomics has been shown to improve lesion detection, tumor aggressiveness grading, and recurrence prediction, frequently outperforming PI−RADS assessment (21). These advances provide the rationale for our study, which evaluates an ML−based radiomics pipeline to pre−operatively stratify adverse pathological features and potentially streamline imaging pathways.
This study aims to address these gaps by (1): developing bpMRI-based radiomics models using five machine learning algorithms to predict APPFs (2); constructing a clinical model from routine preoperative variables; and (3) evaluating whether a radiomics-clinical hybrid model outperforms single-modality approaches. By leveraging bpMRI’s practicality and radiomics’ quantifiable insights, we propose a cost-effective tool for preoperative risk stratification, potentially guiding nerve-sparing surgery eligibility or adjuvant therapy needs, thereby reducing overtreatment and healthcare burdens.
2 Materials and methods
2.1 Study design and population
This retrospective study enrolled 137 prostate cancer patients who underwent radical prostatectomy at the First Affiliated Hospital of Soochow University Hospital between January 2021 and April 2023. Inclusion criteria (1): Preoperative biparametric MRI including ADC and T2WI sequences (2); Surgery within 4 weeks post-MRI (3); Complete clinicopathological data (age, PSA, biopsy Gleason grade, prostate volume). Exclusion criteria (1): Poor image quality (motion artifacts or incomplete coverage) (2); Prior prostate surgery or hormonal therapy. Patients were classified into adverse-pathology-positive (n=85, ≥1 feature: extracapsular extension, positive surgical margins, lymphovascular invasion) and negative (n=52) groups. Baseline characteristics (age, PSA) were balanced between groups (p>0.05). The study protocol was approved by the First Affiliated Hospital of Soochow University Ethics Committee, with waived informed consent due to retrospective anonymized data.
2.2 Image acquisition and preprocessing
MRI scans were performed using Siemens Skyra 3.0T and GE Signa 3.0T systems with standardized protocols (Table 1). To mitigate scanner variability, ADC maps were normalized using ComBat harmonization. Two radiologists (5+ years’ experience) independently delineated tumor ROIs on ADC maps, referencing T2WI and DWI (b=50,1000 s/mm²). Inter-observer agreement was assessed by Dice similarity coefficient (mean=0.82). ROIs were rigidly registered across sequences using 3D-Slicer v5.3.0 and resampled to isotropic voxels (1×1×1 mm³).
2.3 Radiomics feature extraction and stability
A total of 851 radiomics features (shape, first-order, texture, wavelet) were extracted via PyRadiomics. To ensure reproducibility, 30 randomly selected cases were re-annotated by the same observer after 2 months, retaining features with ICC≥0.75. Z-score normalization was applied to all features.
2.4 Feature selection and model development
The dataset was randomly split into training (n=95) and validation (n=42) sets (7:3 ratio). In the training set:
1. Univariate analysis (Mann-Whitney U test, p<0.05) identified features associated with adverse pathology.
2. LASSO regression (10-fold cross-validation, λ selected by 1se rule) reduced redundancy, yielding 18 ADC, 5 T2WI, and 8 combined-sequence features.
3. Five machine learning algorithms (logistic regression, decision tree, random forest, SVM, AdaBoost) were trained with hyperparameter optimization (grid search or equivalent cross-validated procedure).
A clinical model was built using three variables selected by AIC-based stepwise regression: biopsy Gleason grade, total PSA, and prostate volume. The top-performing radiomics model (random forest) was integrated with clinical features to construct a hybrid model.
2.5 Statistical analysis
Model performance was evaluated by AUC, sensitivity, specificity, and accuracy. Calibration curves (Brier score) and decision curve analysis (net benefit threshold: 10–30%) assessed clinical utility. Statistical significance between models was tested via DeLong’s test (AUC comparison) and bootstrapping (1000 iterations). Analyses were conducted in R v4.3.1 (glmnet, caret, pROC packages).
3 Results
3.1 Cohort characteristics and data balance
A total of 137 prostate cancer patients were enrolled, including 85 with adverse pathological features (positive group) and 52 without (negative group). The cohort was randomly divided into training (n=95, 59 positive, 36 negative) and validation (n=42, 26 positive, 16 negative) sets at a 7:3 ratio. Baseline clinical characteristics (e.g., age, total PSA, prostate volume) showed no significant differences between training and validation sets (p > 0.05), ensuring balanced group allocation (Tables 2 and 3).

Table 2. Clinical characteristics between positive and negative groups for adverse pathological prognosis in prostate cancer.

Table 3. Clinical characteristics between training and validation sets for adverse pathological prognosis in prostate cancer.
3.2 Performance of radiomics models
1. Single-sequence models: ①ADC model: The random forest (RF) algorithm achieved the highest validation AUC (0.743, 95% CI: 0.574-0.911), though sensitivity (0.731) and specificity (0.813) remained moderate. ②T2WI Model: Logistic regression (AUC=0.844) and RF (AUC=0.834) demonstrated balanced sensitivity (0.808) and specificity (0.750), outperforming other algorithms.
2. ADC-T2WI combined model: RF yielded superior performance (validation AUC=0.832, 95% CI: 0.706–0.958), highlighting the complementary value of multimodal features (Figure 1, Table 4).
3. Overfitting analysis: SVM and AdaBoost exhibited significant performance drops between training (AUC≈1.0) and validation sets (ΔAUC >0.25), indicating overfitting.

Figure 1. Comparative analysis of roc curves between ADC-T2WI integrated sequence machine learning models in training (A) and validation cohorts (B).
3.3 Clinical-radiomics hybrid model
1. Clinical model: Incorporating biopsy Gleason grade, total PSA, and prostate volume, the clinical model achieved moderate validation performance (AUC=0.772, sensitivity=0.692).
2. Hybrid Model: Integration of radiomics (Radscore) and clinical features significantly improved predictive accuracy (validation AUC=0.909, 95% CI: 0.822–0.995; p <0.05 vs. single models via DeLong’s test). The hybrid model demonstrated balanced sensitivity (0.885) and specificity (0.813), with a Brier score of 0.15, indicating high calibration accuracy (Figure 2).

Figure 2. Calibration performance evaluation of the multimodal prediction model in training (A) and independent validation (B) datasets.
3.4 Clinical utility
Decision Curve Analysis: The hybrid model provided the highest net benefit across risk a clinically relevant range of threshold probabilities (20–70%), with a 32% reduction in overtreatment observed at a threshold of 0.8 compared to clinical- or radiomics-only strategies (Figure 3).

Figure 3. Decision curve analysis demonstrating clinical utility of three predictive models: the clinical model (red), the radiomics model (green), and the multimodal model integrating both radiomics and clinical features (blue), in terms of net benefit across various decision thresholds.
Nomogram Application: A patient with biopsy Gleason grade 3, PSA=15 ng/mL, and Radscore=1.8 would receive a total risk score of 78%, guiding high-risk classification (Figure 4).

Figure 4. Clinical-radiomics nomogram for visualized risk stratification, integrating biopsy Gleason grade, TPSA, PV, and radiomics features to predict patient risk and guide clinical decision-making.
4 Discussion
4.1 Radiomics models for predicting adverse pathological features
Our study demonstrates that bpMRI-based radiomics models outperform clinical models in predicting APPFs, with the ADC-T2WI combined random forest model achieving a validation AUC of 0.832. This aligns with prior evidence that radiomics captures tumor heterogeneity beyond conventional imaging (22, 23). The superiority of ADC-T2WI over single sequences likely stems from their complementary roles: ADC quantifies cellular density via restricted diffusion (24), while T2WI delineates macrostructural invasion (e.g., capsular irregularity) (25). Notably, our bpMRI model rivals the diagnostic performance of multiparametric MRI (mpMRI) models reported by Gandaglia et al. (AUC=0.81) (26), suggesting that DCE sequences—despite providing hemodynamic data—may offer marginal gains insufficient to justify their added cost and scan time in preoperative prognostication.
Random forest algorithms excelled in our cohort, consistent with Shu et al.’s findings in high-risk prostate cancer stratification (AUC=0.89) (27). This algorithm’s resistance to overfitting and ability to rank feature importance enhance clinical interpretability. In contrast, SVM’s underperformance may reflect our cohort’s limited sample size (n=137) and LASSO-driven linear feature selection, which constrained its capacity to resolve nonlinear boundaries (28).
4.2 Clinical variables and their limitations
The clinical model, incorporating biopsy Gleason grade, PSA, and prostate volume, achieved moderate performance (AUC=0.772). While Gleason grade and PSA are established predictors of tumor aggression (29, 30), prostate volume’s inverse correlation with APPFs may arise from PSA dilution in larger glands dominated by benign hyperplasia (31, 32). However, clinical variables alone fail to capture microscale heterogeneity (e.g., focal extracapsular extension), underscoring the need for radiomics integration.
4.3 Synergy of radiomics and clinical data
The hybrid model (AUC=0.909) exemplifies the translational potential of multimodal integration. Radiomics features encode tumor microarchitecture (e.g., wavelet textures reflecting stromal fibrosis), while clinical variables contextualize systemic disease burden. This synergy mirrors Fan et al.’s mpMRI-based model (AUC=0.857) (32) but achieves higher accuracy at lower cost—a critical advance for resource-constrained settings. These findings are consistent with emerging evidence that integrating mpMRI radiomics with key clinical variables consistently enhances prognostic performance. For instance, Prata et al. (33) demonstrated superior discrimination of clinically significant prostate cancer when textural features were combined with serum and biopsy data (AUC ≈ 0.80). Similarly, Santucci et al. (34) reported that radiomics-augmented radiomics-RF models outperformed established clinical nomograms for predicting lymph-node involvement (AUC 0.89 vs. 0.79 for the best nomogram).
Clinically, a nomogram-derived risk probability exceeding 80% may serve as a decision threshold for high-risk classification. The hybrid model, implemented as a nomogram, provides individualized risk estimates to support treatment decisions. Patients with lower predicted risk (e.g., <50%) may be eligible for nerve-sparing surgery or active surveillance, while those above 80% are likely high-risk and may need aggressive treatment. As shown in the DCA, applying 80% risk threshold, the hybrid model led to a 32% relative reduction in overtreatment compared to clinical or radiomics-only strategies.
4.4 Limitations and future directions
Our study has limitations. First, the single-center retrospective design (n=137) risks selection bias and overfitting, evidenced by the hybrid model’s wide bootstrap AUC CI (0.82–0.97). External validation across diverse populations and MRI platforms is essential. Although random-forest hyper-parameters were chosen by an inner five-fold cross-validation grid search, the AUC nevertheless fell from 0.943 (cross-validated training estimate) to 0.832 in the 42-patient hold-out set. Given the small size of the validation cohort and the residual optimism intrinsic to internal cross-validation, such a decline is expected and underscores the importance of forthcoming multi-institutional external testing. Second, manual ROI delineation, despite high inter-observer agreement (Dice=0.82), introduces subjectivity. Deep learning-based segmentation could improve reproducibility. Third, although we applied intensity normalization and ComBat harmonization, we did not formally quantify radiomics-feature stability across scanner vendors (Siemens vs GE) or across repeated time-points. Scanner-specific hardware, gradient non-linearities and coil configurations can all influence feature distributions, and dedicated phantom or repeat-scan studies will therefore be required to confirm the effectiveness of harmonization in future work. Future work should: 1) Expand data sources: Integrate genomic markers (e.g., PTEN loss) and advanced MRI sequences (e.g., VERDICT) to refine biological specificity. 2) Optimize clinical integration: Develop real-time risk calculators embedded in PACS systems, enabling point-of-care decision support.
In conclusion, this study establishes that bpMRI radiomics-clinical hybrid models predict prostate cancer APPFs with high accuracy (AUC=0.909), suggests potential to reduce reliance on contrast-enhanced imaging in selected patients. By quantifying both microscopic heterogeneity (via radiomics) and macroscopic disease burden (via clinical variables), our approach offers a cost-effective tool for personalized surgical planning. Future multicenter trials should validate these findings and explore AI-driven automation to bridge the gap between radiomics research and clinical implementation.
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 First Affiliated Hospital of Soochow University Ethics Committee. The studies were conducted in accordance with the local legislation and institutional requirements. The ethics committee/institutional review board waived the requirement of written informed consent for participation from the participants or the participants’ legal guardians/next of kin because Written informed consent was waived because the study involved no intervention, posed minimal risk to participants, and utilized fully anonymized retrospective clinical data.
Author contributions
MJ: Writing – original draft, Writing – review & editing, Conceptualization, Investigation. ZM: Conceptualization, Software, Writing – original draft. RX: Data curation, Methodology, Writing – original draft, Writing – review & editing. MG: Conceptualization, Writing – original draft, Writing – review & editing, Investigation. XL: Writing – original draft, Software. GL: Supervision, Validation, Writing – review & editing. PL: Software, Supervision, Writing – review & editing. SH: Funding acquisition, Resources, Writing – review & editing.
Funding
The author(s) declare that financial support was received for the research and/or publication of this article. This study was funded by Jiangsu Province Capability Improvement Project through Science, Technology and Education (Jiangsu Provincial Medical Key Discipline Cultivation Unit, No.JSDW202242) and Suzhou Key Laboratory of Medical Imaging (No.SZS2024032).
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.
References
1. Cao W, Chen HD, Yu YW, Li N, and Chen WQ. Changing profiles of cancer burden worldwide and in China: a secondary analysis of the global cancer statistics, 2020. Chin Med J (Engl). (2021) 134:783–91. doi: 10.1097/CM9.0000000000001474
2. Li K, Zhang Y, Tian S, Su Q, Mei Y, Shi W, et al. Analysis of factors associated with positive surgical margins and the five-year survival rate after prostate cancer resection and predictive modeling. Front Oncol. (2024) 14:1360404. doi: 10.3389/fonc.2024.1360404
3. Villers A, Lemaitre L, Haffner J, and Puech P. Current status of MRI for the diagnosis, staging and prognosis of prostate cancer: implications for focal therapy and active surveillance. Curr Opin Urol. (2009) 19:274–82. doi: 10.1097/MOU.0b013e328329a2ed
4. Priester A, Natarajan S, Khoshnoodi P, Margolis DJ, Raman SS, Reiter RE, et al. Magnetic resonance imaging underestimation of prostate cancer geometry: use of patient-specific molds to correlate images with whole mount pathology. J Urol. (2017) 197:320–6. doi: 10.1016/j.juro.2016.07.084
5. Rosenkrantz AB, Prabhu V, Sigmund EE, Babb JS, Deng FM, and Taneja SS. Utility of diffusional kurtosis imaging as a marker of adverse pathologic outcomes among prostate cancer active surveillance candidates undergoing radical prostatectomy. AJR Am J Roentgenol. (2013) 201:840–6. doi: 10.2214/AJR.12.10397
6. Harmon SA, Gesztes W, Young D, Mehralivand S, McKinney Y, Sanford T, et al. Prognostic features of biochemical recurrence of prostate cancer following radical prostatectomy based on multiparametric MRI and immunohistochemistry analysis of MRI-guided biopsy specimens. Radiology. (2021) 299:613–23. doi: 10.1148/radiol.2021202425
7. Delongchamps NB, Beuvon F, Eiss D, Flam T, Muradyan N, Zerbib M, et al. Multiparametric MRI is helpful to predict tumor focality, stage, and size in patients diagnosed with unilateral low-risk prostate cancer. Prostate Cancer Prostatic Dis. (2011) 14:232–7. doi: 10.1038/pcan.2011.9
8. Cuocolo R, Stanzione A, Ponsiglione A, Romeo V, Verde F, Creta M, et al. Clinically significant prostate cancer detection on MRI: a radiomic shape features study. Eur J Radiol. (2019) 116:144–9. doi: 10.1016/j.ejrad.2019.05.006
9. Di Campli E, Delli Pizzi A, Seccia B, Cianci R, D’Annibale M, Cipollari S, et al. Diagnostic accuracy of biparametric vs multiparametric MRI in clinically significant prostate cancer: comparison between readers with different experience. Eur J Radiol. (2018) 101:17–23. doi: 10.1016/j.ejrad.2018.02.005
10. Naiki T, Okamura T, Nagata D, Mori Y, Kawai N, Ogawa K, et al. Preoperative prediction of neurovascular bundle involvement of localized prostate cancer by combined T2 and diffusion-weighted imaging of magnetic resonance imaging, number of positive biopsy cores, and Gleason score. Asian Pac J Cancer Prev. (2011) 12:909–13. doi: 10.31557/APJCP.2011.12.4.909
11. Guzzo TJ, Resnick MJ, Canter DJ, Brucker BM, Viterbo R, and Malkowicz SB. Endorectal T2-weighted MRI does not differentiate between favorable and adverse pathologic features in men with prostate cancer who would qualify for active surveillance. Urol Oncol. (2012) 30:301–5. doi: 10.1016/j.urolonc.2010.07.019
12. Litjens G, Debats O, Barentsz J, Karssemeijer N, and Huisman H. Computer-aided detection of prostate cancer in MRI. IEEE Trans Med Imaging. (2014) 33:1083–92. doi: 10.1109/TMI.2014.2303821
13. Hectors SJ, Cherny M, Yadav KK, Beksac AT, Thulasidass H, Lewis S, et al. Radiomics features measured with multiparametric magnetic resonance imaging predict prostate cancer aggressiveness. J Urol. (2019) 202:498–506. doi: 10.1097/JU.0000000000000301
14. Lambin P, Rios-Velazquez E, Leijenaar R, Carvalho S, van Stiphout RG, Granton P, et al. Radiomics: extracting more information from medical images using advanced feature analysis. Eur J Cancer. (2012) 48:441–6. doi: 10.1016/j.ejca.2011.11.036
15. Damascelli A, Gallivanone F, Cristel G, Tettamanti S, Raccagni D, Gianolli L, et al. Advanced imaging analysis in prostate MRI: building a radiomic signature to predict tumor aggressiveness. Diagnostics (Basel). (2021) 11:594. doi: 10.3390/diagnostics11040594
16. Ogbonnaya CN, Zhang X, Alsaedi BSO, Wang Y, Wang L, Wang Y, et al. Prediction of clinically significant cancer using radiomics features of pre-biopsy of multiparametric MRI in men suspected of prostate cancer. Cancers (Basel). (2021) 13:6199. doi: 10.3390/cancers13246199
17. Stoyanova R, Pollack A, Takhar M, Ford T, Zhang H, Krishna N, et al. Association of multiparametric MRI quantitative imaging features with prostate cancer gene expression in MRI-targeted prostate biopsies. Oncotarget. (2016) 7:53362–76. doi: 10.18632/oncotarget.10575
18. He D, Wang X, Fu C, Liu H, Wang Y, and Wang X. MRI-based radiomics models to assess prostate cancer, extracapsular extension and positive surgical margins. Cancer Imaging. (2021) 21:46. doi: 10.1186/s40644-021-00434-2
19. Chang JS, Choi H, Chang YS, Kim BK, Kwon GY, and Lee JY. Prostate-specific antigen density as a powerful predictor of extracapsular extension and positive surgical margin in radical prostatectomy patients with prostate-specific antigen levels of less than 10 ng/ml. Korean J Urol. (2011) 52:809–14. doi: 10.4111/kju.2011.52.12.809
20. Zhang W, Zhang W, Li X, Wang Y, Liu C, Wang K, et al. Predicting tumor perineural invasion status in high-grade prostate cancer based on a clinical-radiomics model incorporating T2-weighted and diffusion-weighted magnetic resonance images. Cancers (Basel). (2022) 15:86. doi: 10.3390/cancers15010086
21. Gillies RJ, Kinahan PE, and Hricak H. Radiomics: images are more than pictures, they are data. Radiology. (2016) 278:563–77. doi: 10.1148/radiol.2015151169
22. Lu Y, Li B, Huang H, Zhang Y, Wang Y, Liu X, et al. Biparametric MRI-based radiomics classifiers for the detection of prostate cancer in patients with PSA serum levels of 4∼10 ng/mL. Front Oncol. (2022) 12:1020317. doi: 10.3389/fonc.2022.1020317
23. Zhao YY, Xiong ML, Liu YF, Wang Y, Li Y, Wang X, et al. Magnetic resonance imaging radiomics-based prediction of clinically significant prostate cancer in equivocal PI-RADS 3 lesions in the transitional zone. Front Oncol. (2023) 13:1247682. doi: 10.3389/fonc.2023.1247682
24. Messina E, La Torre G, Pecoraro M, Cossu E, Bove P, Ricci P, et al. Design of a magnetic resonance imaging-based screening program for early diagnosis of prostate cancer: preliminary results of a randomized controlled trial—Prostate Cancer Secondary Screening in Sapienza (PROSA). Eur Radiol. (2024) 34:204–13. doi: 10.1007/s00330-023-09645-7
25. Gandaglia G, Ploussard G, Valerio M, Larcher A, Sanz B, Fossati N, et al. The key combined value of multiparametric magnetic resonance imaging, and magnetic resonance imaging–targeted and concomitant systematic biopsies for the prediction of adverse pathological features in prostate cancer patients undergoing radical prostatectomy. Eur Urol. (2020) 77:733–41. doi: 10.1016/j.eururo.2019.09.041
26. Shu X, Liu Y, Qiao X, Zhang H, Zhang Y, Wang Y, et al. Radiomic-based machine learning model for the accurate prediction of prostate cancer risk stratification. Br J Radiol. (2023) 96:20220238. doi: 10.1259/bjr.20220238
27. Lee JY, Lee KS, Seo BK, Cho KR, Woo OH, Song SE, et al. Radiomic machine learning for predicting prognostic biomarkers and molecular subtypes of breast cancer using tumor heterogeneity and angiogenesis properties on MRI. Eur Radiol. (2022) 32:650–60. doi: 10.1007/s00330-021-08146-8
28. Guazzoni G, Lazzeri M, Nava L, Lughezzani G, Larcher A, Scattoni V, et al. Preoperative prostate-specific antigen isoform p2PSA and its derivatives, %p2PSA and prostate health index, predict pathologic outcomes in patients undergoing radical prostatectomy for prostate cancer. Eur Urol. (2012) 61:455–66. doi: 10.1016/j.eururo.2011.10.038
29. Mathieu R, Moschini M, Beyer B, Gust KM, Seisen T, Briganti A, et al. Prognostic value of the new Grade Groups in Prostate Cancer: a multi-institutional European validation study. Prostate Cancer Prostatic Dis. (2017) 20:197–202. doi: 10.1038/pcan.2016.62
30. Yashi M, Mizuno T, Yuki H, Kato M, Kato T, Kawamura S, et al. Prostate volume and biopsy tumor length are significant predictors for classical and redefined insignificant cancer on prostatectomy specimens in Japanese men with favorable pathologic features on biopsy. BMC Urol. (2014) 14:43. doi: 10.1186/1471-2490-14-43
31. Kassouf W, Nakanishi H, Ochiai A, Babaian KN, Troncoso P, and Babaian RJ. Effect of prostate volume on tumor grade in patients undergoing radical prostatectomy in the era of extended prostatic biopsies. J Urol. (2007) 178:111–4. doi: 10.1016/j.juro.2007.03.013
32. Fan X, Xie N, Chen J, Zhang Y, Liu Y, Wang Y, et al. Multiparametric MRI and machine learning based radiomic models for preoperative prediction of multiple biological characteristics in prostate cancer. Front Oncol. (2022) 12:839621. doi: 10.3389/fonc.2022.839621
33. Prata F, Anceschi U, Cordelli E, Faiella E, Civitella A, Tuzzolo P, et al. Radiomic machine-learning analysis of multiparametric magnetic resonance imaging in the diagnosis of clinically significant prostate cancer: new combination of textural and clinical features. Curr Oncol. (2023) 30:2021–31. doi: 10.3390/curroncol30020157
34. Santucci D, Ragone R, Vergantino E, Vaccarino F, Esperto F, Prata F, et al. Comparison between three radiomics models and clinical nomograms for prediction of lymph node involvement in PCa patients combining clinical and radiomic features. Cancers (Basel). (2024) 16:2731. doi: 10.3390/cancers16152731
Keywords: prostate cancer, magnetic resonance imaging, radiomics, machine learning, biparametric MRI
Citation: Jiang M, Miao Z, Xu R, Guo M, Li X, Li G, Luo P and Hu S (2025) Clinical-radiomics hybrid modeling outperforms conventional models: machine learning enhances stratification of adverse prognostic features in prostate cancer. Front. Oncol. 15:1625158. doi: 10.3389/fonc.2025.1625158
Received: 08 May 2025; Accepted: 14 July 2025;
Published: 06 August 2025.
Edited by:
Almir Galvão Vieira Bitencourt, A. C. Camargo Cancer Center, BrazilReviewed by:
Francesco Prata, Campus Bio-Medico University Hospital, ItalySaleh Alanezi, Northern Border University, Saudi Arabia
Copyright © 2025 Jiang, Miao, Xu, Guo, Li, Li, Luo and Hu. 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: Peng Luo, eXlsdW9wZW5nQDE2My5jb20=; Su Hu, aHVzdUBzdWRhLmVkdS5jbg==
†These authors have contributed equally to this work and share first authorship