Skip to main content

ORIGINAL RESEARCH article

Front. Med., 21 December 2023
Sec. Nuclear Medicine
This article is part of the Research Topic Workflow Optimisation for Radiological Imaging View all 17 articles

Comparison and analysis of multiple machine learning models for discriminating benign and malignant testicular lesions based on magnetic resonance imaging radiomics

  • 1School of Medicine and Health Management, Huazhong University of Science and Technology, Wuhan, China
  • 2Department of Radiology, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China
  • 3Computer Center, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China
  • 4Britton Chance Center and MoE Key Laboratory for Biomedical Photonics, Wuhan National Laboratory for Optoelectronics, Huazhong University of Science and Technology, Wuhan, China

Objective: Accurate identification of testicular tumors through better lesion characterization can optimize the radical surgical procedures. Here, we compared the performance of different machine learning approaches for discriminating benign testicular lesions from malignant ones, using a radiomics score derived from magnetic resonance imaging (MRI).

Methods: One hundred fifteen lesions from 108 patients who underwent MRI between February 2014 and July 2022 were enrolled in this study. Based on regions-of-interest, radiomics features extraction can be realized through PyRadiomics. For measuring feature reproducibility, we considered both intraclass and interclass correlation coefficients. We calculated the correlation between each feature and the predicted target, removing redundant features. In our radiomics-based analysis, we trained classifiers on 70% of the lesions and compared different models, including linear discrimination, gradient boosting, and decision trees. We applied each classification algorithm to the training set using different random seeds, repeating this process 10 times and recording performance. The highest-performing model was then tested on the remaining 30% of the lesions. We used widely accepted metrics, such as the area under the curve (AUC), to evaluate model performance.

Results: We acquired 1,781 radiomic features from the T2-weighted maps of each lesion. Subsequently, we constructed classification models using the top 10 most significant features. The 10 machine-learning algorithms we utilized were capable of diagnosing testicular lesions. Of these, the XGBoost classification emerged as the most superior, achieving the highest AUC value of 0.905 (95% confidence interval: 0.886–0.925) on the testing set and outstripping the other models that typically scored AUC values between 0.697–0.898.

Conclusion: Preoperative MRI radiomics offers potential for distinguishing between benign and malignant testicular lesions. An ensemble model like the boosting algorithm embodied by XGBoost may outperform other models.

1 Introduction

Testicular cancer, which is the most common solid tumor in males aged 15–34 years, is anticipated to result in approximately 470 fatalities and usher in an estimated 9,190 new cases in the United States by 2023 (1). Based on a 2020 statistical report, testicular cancer ranks among the top five causes of cancer-related fatalities in males aged 20–39 years in the United States (2). The standard treatment for malignant testicular lesions is inguinal orchiectomy (3, 4). For patients with benign testicular lesions, a more sensible treatment approach often involves conservative care, complemented by regular follow-ups and testicular preservation surgery. This is primarily because orchiectomy can adversely impact the patient’s reproductive abilities and mental health, an effect particularly profound among young adult males (4, 5). Accurate identification of testicular tumors through better lesion characterization can help to reduce unnecessary radical surgical procedures (6).

Ultrasonography (US) is often used to confirm the presence of tumors in patients with testicular lesions (7). However, US has limited ability to distinguish benign and malignant testicular lesions effectively or to predict tumor size accurately (8). The advanced multi-directional and multi-sequence scanning capabilities of magnetic resonance imaging (MRI) can effectively depict testicular lesions and their relationship to surrounding tissues. Furthermore, it can infer possible tissue compositions, thereby providing valuable aid in both the diagnosis and differential diagnoses of these lesions (9). Therefore, MRI can afford us more adequate information and help to clarify some uncertainties or ambiguities in the results of the US, thereby reducing unnecessary surgical treatment (10).

Machine learning (ML), a multidisciplinary facet of artificial intelligence, endows computers with the capability to learn, enabling them to perform complex tasks similarly to humans. It is applied to both scientific research and industrial production to make accurate predictions using diverse data sources (11). Since it has achieved excellent prediction results in a wide range of applications, machine learning technology has attracted significant interest from medical researchers and clinicians (12).

In the past decade, the rapid development of medical image analysis has promoted the development of radiomics, which acquires massive quantitative information from image (1315). It has a great application prospect in diagnosis, grading, staging, and prognosis of many tumors (1618). Our previous studies established machine learning using radiomic signatures based on histogram analysis of apparent diffusion coefficient (ADC) (19). A previous study combined features and clinical indicators extracted from MRI to create predictive models to diagnose benign and malignant testicular lesions (20). However, to the best of our knowledge, no study to date has compared different modeling methods for the diagnosis of testicular diseases.

Therefore, we intend to utilize MRI imaging data for a comparative analysis of various machine learning algorithms deployed in differentiating between benign and malignant testicular diseases.

2 Materials and methods

2.1 Patients

A total of 394 patients, who underwent routine testicular MRI examinations, were recruited from February 2014 to July 2022. Of these, 286 patients were excluded based on the following criteria: (1) patients with no significant testicular lesions on MRI (n = 185); (2) patients who underwent biopsies, surgery, or treatment prior to MRI examination (n = 77); (3) patients with no testicular lesions confirmed by pathology (n = 16); and (4) patients who lacked MRI data or had MRI data of poor image quality (n = 8). Finally, 115 lesions were identified from 108 patients screened, including 44 benign and 71 malignant tumors. In this study, all lesions were diagnosed from testicular tissue sections after surgery or biopsy specimens. A flowchart of the case identification process is shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. Inclusion and exclusion criteria.

2.2 MRI protocol

We use the advanced type superconducting magnetic resonance system MAGNETOM Skyra, to scan patients with follow specification 3.0 T technology parameters, and set up an 18-element matrix and a 32-channel coil. The MRI protocol was listed in Supplementary Table S1. Due to the limited sample size, diffusion-weighted imaging and dynamic contrast-enhanced MRI were not included in this study.

2.3 Image segmentation

All transverse T2-weighted images (T2WI) were input into ITK-SNAP software (version 3.4.0) to realize the 3D segmentation of the target region manually. The lesions of all patients were manually segmented by radiologists with extensive experience in abdominal imaging. The two readers had 4 years and 5 years of experience, respectively. Segmentation was independently conducted to assess the reproducibility of inter-observer segmentation. Both two readers were blinded to the histopathological results. A radiologist with 4 years of experience (Reader 1) visualized the testicular lesions 1 month later to assess intra-observer segmentation reproducibility.

2.4 Radiomics feature extraction

The PyRadiomics package (version 2.1.2) was adopted to extract features from MRI. All MRI data were resampled with the same resolution (1.0 × 1.0 × 1.0 mm), and the built-in standardization function of PyRadiomics with a scale of 1 was used to normalize the intensity of MRI data. Nineteen filters were applied to each MRI scan of a lesion, as listed in Supplementary Table S2. All classes of features (Supplementary Table S3), with the exception of shape, were computed for both the original and derived images.

2.5 Inter- and intra-correlation analysis of features

The robustness of the features was evaluated using ICCs. Randomly selected 34 lesions and the segmentation was operated by Reader 1 (4 years’ experience in abdominal imaging). Secondary segmentation of these cases was performed by Reader 1 month later to evaluate the reproducibility within the observer. These images were also assessed by Reader 2 (5 years’ experience in abdominal imaging) to assess consistency between observers. Features with ICC ≥0.8 were considered to be robust and were included in the follow-up study. Feature selection was performed with the maximum relevance and minimum redundancy (mRMR) approach (21), and the classification model based on radiomics was established. Figure 2 shows the workflow of radiomics signature development.

FIGURE 2
www.frontiersin.org

Figure 2. Illustration of the study design.

2.6 Model construction and evaluation

The included cases were divided into the training and testing set according to the ratio of 7:3. The following machine-learning models were considered: logistic regression (LR), quadratic discriminant analysis (QDA), k-nearest neighbor classifier (KNN), decision tree (DT), support vector machine (SVM), Gaussian naive Bayes (GaussianNB), random forest (RF), adaptive boosting (AdaBoost), gradient boosting (GB), and extreme gradient boosting (XGBoost). In the training set used to evaluate prediction performance and stability, different random seeds were set to train each classifier for 10 times. The average performance on the training set was recorded (Supplementary Table S4). The optimal model in the training cohort was subsequently tested in testing set.

When using the XGBoost algorithm, the following parameters are considered for adjustment: The learning_rate refers to the learning rate or step size, which controls the adjustment of model weights in each iteration. A small learning rate may require more training rounds, but it can potentially result in better prediction performance. The n_estimators refers to the number of trees, i.e., the number of sub-models or subtrees in the generated model. Insufficient trees may cause underfitting, while an excess of trees may cause overfitting. The max_depth indicates the maximum distance between the root node and the furthest leaf node in each tree. It affects the complexity of the model, as deeper trees result in a more complex model. Excessively large depths can lead to overfitting. The min_child_weight is used to determine the minimum weight sum of child sub-trees. If the weight of instances in a newly partitioned sub-tree is below this value, further partitioning will not occur. This parameter helps avoid overfitting. The gamma parameter adjusts the degree of instance importance. A node will only split if the reduction in the loss function value after the split exceeds the specified gamma threshold. The colsample_bytree refers to the subsample ratio of columns, which is feature sampling used to construct each tree. The colsample_bytree is the subsample ratio considered during tree building. The subsample represents the subsample ratio of observed samples, which helps prevent overfitting. Typically, the value is between 0.5 and 1. In the experimental phase of this study, grid search was used to find appropriate parameters that ensured the model maintained optimal performance.

2.7 Statistical analysis

The Python (version 3.7) package was used for statistical analysis. For continuous variables, data are presented as means ± standard deviation. ICCs were computed to evaluate the agreement between features. Indicators covered the area under the receiver operating characteristic curve (AUC), average precision of the curve and five confusion matrix related indicators. These were computed by the bootstrap method (1,000 subsamples, 100 times). To evaluate the efficient of models and clinical practicability, calibration curve and decision curve analysis (DCA) analyses were employed. p-values less than 0.05 were considered to be statistically significant.

3 Results

3.1 Patients

After inclusion and exclusion and characteristic analysis, the study included108 patients with 115 testicular lesions (44 benign and 71 malignant). Patients had a wide age range (from 5 to 74 years), and the mean age was 36.25 years. Besides, the mean ages of the patients with benign and malignant lesion were 33.93 years and 46.40 years, respectively. Pathological analysis was performed in each case, and the statistical distribution is presented in Table 1. No significant difference in age was observed between the benign and malignant groups (p = 0.217).

TABLE 1
www.frontiersin.org

Table 1. Distribution of pathological findings in the included cases.

3.2 Radiomics feature extraction and selection

T2WI contrast-enhanced sequence was used for radiomics features extraction. For each image space, 356 non-texture and 1,425 texture features were obtained from both the original and filtered images. ICCs were calculated for the inter-observer agreement, and 1,277 and 1,242 features were thought to be highly reproducible in terms of ICC values (ICC ≥0.8). A total of 1,182 features were considered to be robust and were included in the subsequent analysis. Finally, the mRMR method was used to eliminate redundant features and to select a subset of 10 features that were most relevant to the target to build the classification models. The radiomics features ranked by the mRMR method were mostly filter-based (7/10), which played an important role in the establishment of models.

3.3 Performance of models

On the training set, the prediction performance of 10 machine learning models was evaluated. All models performed well on the training set (AUC scores were greater than 0.8), and their performances are listed in Table 2. Among all the models, XGBoost exhibited the best diagnostic performance, which has a highest AUC (0.905, 95% CI, 0.886–0.925), sensitivity (0.895, 95% CI, 0.867–0.928), accuracy (0.886, 95% CI, 0.864–0.908), and NPV (0.875, 95% CI, 0.844–0.901) on the testing set. Other indicators of performance are showed in Table 3.

TABLE 2
www.frontiersin.org

Table 2. Performance of the models in the training cohort.

TABLE 3
www.frontiersin.org

Table 3. Performance of XGBoost in the testing cohort.

The prediction probabilities of each model for all lesions are shown in Figure 3A. The positive cases are mainly concentrated at the top, whereas the negative samples are mainly at the bottom, and the predicted results are more consistent with the reality. However, cases with a prediction probability of about 0.5 are relatively difficult to estimate, and the predicted values of each model are scattered. The correlation coefficients of the probabilities for each model are showed in Figure 3B. The coefficients of the RF, GB, AdaBoost and XGBoost models were 0.82 or higher (range: 0.82–0.93), indicating strong correlations. In addition, the LR, DT, GaussianNB, and RF models had high correlations, with coefficients >0.82, particularly RF and LR (coefficient = 0.94), while the correlation coefficient of SVM and KNN was 0.83.

FIGURE 3
www.frontiersin.org

Figure 3. Prediction probabilities and correlation coefficients for each model. (A) Swarm plot of predicted probability of each model for all cases. Each dot represents a single sample. The orange and blue dots indicate malignant and benign lesions, respectively. (B) Correlation coefficients of the predicted probability for each model.

In all cases, the AUC of XGBoost was 0.965 (95% CI, 0.955–0.973), as shown in Figure 4A. The Brier score of calibration curve is 0.091 (Figure 4B), which means the predicted probability and the actual malignant testicular lesions are approximated. In the decision curve, compared to assuming that all testicular tumors are malignant, the net profit of the prediction using XGBoost will be higher between the prediction probability of 10 to 95 percent (Figure 4C).

FIGURE 4
www.frontiersin.org

Figure 4. The XGBoost classifier for all cases. (A) Receiver operating characteristic (ROC) curve for XGBoost for discrimination of testicular lesions. (B) Calibration curve shows that the possibility of malignant testicular tumors is consistent with the true incidence. (C) Decision curve analysis (DCA) plot of the testicular lesions.

4 Discussion

In the present study, we used MRI as the object of feature extraction for predicting benign and malignant testicular lesions. Among all methods, the XGBoost classifier achieved best predictive performance, and the results revealed that machine learning models established based on radiomics features were able to differentiate benign from malignant testicular lesions.

Currently, MRIs serve as powerful tools that offer valuable insights into the characterization of various pathologies. The differentiation of testicular lesions, particularly between benign and malignant lesions, presents significant challenges for clinical experts. For radiologists, the visual differentiation of testicular lesions in MRI often requires a high level of expertise and experience. In terms of visual differential diagnosis, experts typically rely on certain key characteristics observed in MRI. The integration of machine learning models, particularly those employing radiomic analysis, aims to overcome these challenges by quantitatively analyzing a wider range of features than what the human eye can discern. These advanced techniques offer promising avenues for improving diagnostic accuracy; they are intended to complement the expert judgment of clinical professionals. MRI-based radiomics models are emerging as an innovative approach to aid clinical decision-making. Several previous studies illustrate the efficacy and superior performance of these models. For instance, Zhang et al. (22) carried out a comparative analysis between traditional models and MRI-based radiomics models for diagnosing divergent carotid plaques. The outcomes indisputably denoted enhanced diagnostic performance by the radiomics model. Furthermore, the contribution of the AdaBoost classifier was substantial in differentiating low-grade gliomas from glioblastoma peritumoral regions relying on MRI radiomics (23). In this study, we observed a strong association and impressive correlation among the predicted probabilities of the boosting algorithms, such as gradient boosting (GB), AdaBoost, and extreme gradient boosting (XGBoost), across all examined cases. This signifies their potential for effectively distinguishing between benign and malignant lesions based on multidimensional radiomic data. Furthermore, we unveiled a noteworthy finding: the random forest (RF) model and these boosting algorithms yielded correlation coefficients equal to or higher than 0.88. This talent of the integrated algorithm to capture complex relationships between various features is well reflected in its superior performance. Interestingly, the logistic regression (LR) model was found to have a high correlation coefficient with the RF model. This emphasizes that classical models can powerfully differentiate between benign and malignant tumors. Hence, we should not undermine their potential while exploiting the power of advanced algorithms. Overall, the robust performance of the MRI-based radiomics models in our study, alongside findings from prior research, proposes a promising paradigm for future clinical applications. Particularly for the classification and diagnosis of diverse pathologies, these models could influence a shift from conventional diagnostic methods towards a more integrated and personalized approach.

In this study, the superior performance of XGBoost may be attributed to its gradient boosting framework, which inherently minimizes exponentially the discrepancy between predicted and true outcomes at each iteration. It’s this boosting feature that makes it a robust and reliable algorithm for modeling complex patterns and predicting outcomes in healthcare data. Moreover, the significant findings of our study showcase the potential of employing machine learning models built on the basis of radiomic features in clinical radiology. Unlike conventional assessment methods, which rely heavily on subjective impressions or labor-intensive quantitative volumetric analysis, machine learning offers an objective and systematic approach to medical imaging evaluation. By leveraging robust algorithms, it allows for high-throughput detection and quantification of pertinent images’ features, offering reproducible and unbiased results. At its core, our findings highlight a paradigm shift in the evaluation of testicular lesions. The coupling of radiomics, machine learning, and, specifically, the use of the XGBoost algorithm underscores the emergence of a new era in clinical diagnostics. Interestingly, our study not only documents an improved method for predicting benign and malignant lesions but also sets a benchmark for future research to further optimize these prediction models, thereby enhancing our understanding and management of testicular diseases.

Correct noninvasive preoperative diagnosis is critically important for proper clinical decision-making and devising appropriate surgical plans, as it seeks to prevent unnecessary orchiectomy and enhance the quality of patient care. MRI has emerged as a promising imaging modality, exhibiting valuable radiomic features particularly relevant to testicular germ cell tumors (24, 25). As the body of literature in this area advances, a greater understanding of these radiomic characteristics can refine diagnostic accuracy and impact clinical practice. Zhang et al. (26) demonstrate the potential of T2-weighted imaging (T2WI)-based radiomics for differentiating seminomas from non-seminomas, yielding an impressive area under the curve (AUC) score of 0.979. In comparison to Zhang’s study, our investigation benefits from a larger sample size and demonstrates substantial diagnostic performance by leveraging sophisticated machine learning algorithms. This improved methodology adds validity to our results and bolsters the case for the incorporation of MRI-based machine learning models in disease diagnosis. Similarly, He et al. (27) explore the application of MRI-based radiomic models for distinguishing benign and malignant prostate lesions. The study reports AUCs of 0.775 (T2WI) and 0.863 (apparent diffusion coefficient, ADC) for models based on single sequences. More notably, the integration of clinical characteristics enhances lesion discrimination capabilities, indicating the potential for combining radiomic data with patient profiling to further optimize diagnostic performance. The convergence of MRI and machine learning in these studies represents a paradigm shift in diagnostic approaches, signifying the growing importance of noninvasive and accurate methods in clinical practice. By transcending traditional, subjective assessments, machine-learning-assisted MRI has the potential to provide robust, reproducible, and data-driven insights with the added advantage of efficient, high-throughput analysis.

Notably, other imaging domains, such as ultrasound, may also contribute to distinguishing benign and malignant testicular tumors. Ultrasound imaging is a first-line, non-invasive diagnostic tool used in the evaluation of testicular tumors. It allows us to observe variations in size, shape, and location and to detect any discrete lesions, which can help guide clinical management. Typically, benign testicular tumors are well-defined, have homogeneous consistency, and may exhibit a halo of hypervascularity if there is inflammation or cystic changes. Various benign tumors, such as Leydig cell tumors, Sertoli cell tumors, and granulosa cell tumors, can be identified based on these characteristics. Conversely, malignant testicular tumors often present with a heterogeneous echo texture due to areas of necrosis, hemorrhage, or calcification. Growth patterns, vascularization, and the presence of metastatic tumors in the abdomen or pelvis seen on ultrasound can help identify malignant conditions such as seminomas and non-seminomatous germ cell tumors. Isidori et al. (28) investigated the accuracy of non-enhanced ultrasound combined with enhanced ultrasound in distinguishing benign and malignant lesions of ≤1.5 cm in the testes. Their results demonstrated that the combination of unenhanced and contrast-enhanced US achieved high accuracy in the diagnosis of small testicular malignancies (area under the ROC curve performance: 0.927; 95% confidence interval: 0.872, 0.981). This study suggests that the combination of enhanced and non-enhanced ultrasound effectively distinguishes benign and malignant testicular lesions of ≤1.5 cm, compensating for the inferior differentiating ability of non-enhanced ultrasound. However, it should be noted that ultrasound findings alone may not definitively distinguish benign from malignant tumors. Correlation with patient history, physical examination, and tumoral markers can further substantiate the diagnosis.

The current study emphasizes the paramount need for an accurate prognosis of testicular lesions in the pursuit of limiting false-negative results, as wrongful identification can pose a significant risk for patients. Orchiectomy stands as the conventional method of treatment for presumptive malignant testicular masses; however, the potential for error underscores the importance of discerning between benign and malignant testicular lesions. Misdiagnosis can result in unnecessary surgical intervention or postpone necessary treatment, thereby influencing patient outcomes and quality of life. Each patient presents a unique probability of predicting malignant testicular lesions, thereby underscoring individual-based therapeutic planning. In our quest to strike a risk-benefit balance, decision curve analysis (DCA) holds immense promise as a means to offer quantitative reference values that can inform the treatment strategy. This study incorporated DCA as a key component in our evaluation methodology for the listed model’s prediction results. By presenting a graphical representation of the model’s applicability at varying threshold probabilities, DCA aids in the comprehension of potential benefits against potential harms in decision-making processes. Moreover, it augments the traditional measures of test performance by integrating patient preferences into the analysis. Our model’s performance demonstrated significant consistency with the actual rate of testicular cancer across all cases, as revealed by the calibration plot. In essence, the calibration plot offers a visual demonstration of the model’s predictive qualities in comparison to the ideal prediction. A curve that aligns closely with the 45-degree line infers perfect calibration, whereas deviation from the line implicates over- or underestimation. Thus, the proximity of the presented calibration curve to the real cancer rate supports the robustness of our model in predicting malignant testicular lesions. Moreover, the results of DCA computations signal that our model is generally applicable for a broad scope of threshold probabilities. It accentuates the rigor of the model predictions and manifests its potential adaptability across a spectrum of clinical settings.

This study focused on T2WI for the diagnosis of testicular diseases, as it is a routine and pivotal sequence in testicular MRI protocols. T2WI offers exceptional tissue contrast resolution, which is crucial for accurately delineating testicular lesions and differentiating between various disease types. This technique highlights differences in tissue composition and internal lesion structure, aiding in the identification of features like cystic components and solid areas. While diffusion-weighted imaging (DWI) and dynamic contrast-enhanced (DCE) sequences have diagnostic value, their limited use in clinical practice restricted their inclusion in our analysis.

Our study had several limitations. First and foremost, this study’s reliance on data from a single center limits the scope of its findings. Given the wide spectrum of global health contexts and population dynamics, it should be noted that results derived from a single-center study may not be universally applicable. As a result, our findings should be interpreted with a certain level of caution when extended to other settings with differing population and health system characteristics. Future research could benefit from a multi-center trial, which would allow for a more diverse sampling of patient populations and healthcare settings. This would enhance the generalizability of our findings and further validate the insights we have gleaned from this investigation. Secondly, we must acknowledge the relatively small sample size of our study due to the low incidence of testicular cancer. While this small sample size enabled us to investigate this essential topic, it could nonetheless have affected the statistical power and practicability of our study. Considering this, we propose that future research on this topic strive for larger sample sizes to ensure a more robust analysis of data, gain a nuanced understanding of this cancer variety, and facilitate a more reliable estimate of the examination process’s practicability. Lastly, we have recognized that the usage of the mRMR (minimum redundancy maximum relevance) algorithm could potentially underestimate the importance of features that individually bear limited impact on the targeted outcome but collectively can be highly effective. While the mRMR algorithm serves as a valuable tool for selecting relevant features in a dataset, it may not recognize the cumulative effect of feeble features. Future investigations should consider evaluating alternative methods alongside, or instead of, the mRMR algorithm. Employing different feature selection techniques could potentially give a more holistic view of factors affecting clinical outcomes, thereby enhancing the robustness and reliability of the results.

In summary, despite these limitations, our study provides essential insights into the fight against testicular cancer. Patient prognosis and treatment could be improved through further multi-center studies with larger sample sizes and different statistical methods. Nevertheless, it is vital that future research builds on this foundation and continues to explore these avenues to further advance our understanding and capabilities in combating this disease.

5 Conclusion

In conclusion, machine learning models based on MRI could accurately predict benign and malignant testicular lesions in the present study. Compared with a simple machine learning model, the ensemble model may achieve better performance, particularly when using the boosting algorithm represented by XGBoost. Information from a single sequence is limited, prompting the potential combination of different types of images or multiple sequences of a particular kind for machine learning training and prediction in the future. Additionally, integrating different machine learning could enhance predictive effectiveness.

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 Tongji Hospital, Tongji Medical College, Huazhong University of Science & Technology. 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 in view of the retrospective nature of the study and all the procedures being performed were part of the routine examination.

Author contributions

YF: Formal analysis, Methodology, Writing – original draft, Investigation, Software. ZF: Data curation, Funding acquisition, Investigation, Writing – original draft. LW: Writing – review & editing. WL: Formal analysis, Methodology, Writing – review & editing, Conceptualization. ZL: Writing – review & editing. XM: Writing – review & editing, Data curation, Writing – original draft. JL: Funding acquisition, Resources, Supervision, Writing – review & editing, Project administration. JZ: Funding acquisition, Project administration, Resources, Supervision, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This work was supported by the National Natural Science Foundation of China (Nos. 81801668, 62072349, and 82001787).

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.

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.

Supplementary material

The Supplementary material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fmed.2023.1279622/full#supplementary-material

References

1. Baird, DC, Meyers, GJ, and Hu, JS. Testicular cancer: diagnosis and treatment. Am Fam Physician. (2018) 97:261–8.

PubMed Abstract | Google Scholar

2. Siegel, RL, Miller, KD, Wagle, NS, and Jemal, A. Cancer statistics, 2023. CA Cancer J Clin. (2023) 73:17–48. doi: 10.3322/caac.21763

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Gilligan, T, Lin, DW, Aggarwal, R, Chism, D, Cost, N, Derweesh, IH, et al. Testicular Cancer, version 2.2020, NCCN clinical practice guidelines in oncology. J Natl Compr Cancer Netw. (2019) 17:1529–54. doi: 10.6004/jnccn.2019.0058

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Stephenson, A, Eggener, SE, Bass, EB, Chelnick, DM, Daneshmand, S, Feldman, D, et al. Diagnosis and treatment of early stage testicular cancer: AUA guideline. J Urol. (2019) 202:272–81. doi: 10.1097/JU.0000000000000318

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Gentile, G, Rizzo, M, Bianchi, L, Falcone, M, Dente, D, Ciletti, M, et al. Testis sparing surgery of small testicular masses: retrospective analysis of a multicenter cohort. J Urol. (2020) 203:760–6. doi: 10.1097/JU.0000000000000579

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Tsili, AC, Bertolotto, M, Turgut, AT, Dogra, V, Freeman, S, Rocher, L, et al. MRI of the scrotum: recommendations of the ESUR scrotal and penile imaging working group. Eur Radiol. (2018) 28:31–43. doi: 10.1007/s00330-017-4944-3

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Albers, P, Albrecht, W, Algaba, F, Bokemeyer, C, Cohn-Cedermark, G, Fizazi, K, et al. Guidelines on testicular Cancer: 2015 update. Eur Urol. (2015) 68:1054–68. doi: 10.1016/j.eururo.2015.07.044

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Shtricker, A, Silver, D, Sorin, E, Schreiber, L, Katlowitz, N, Tsivian, A, et al. The value of testicular ultrasound in the prediction of the type and size of testicular tumors. Int Braz J Urol. (2015) 41:655–60. doi: 10.1590/S1677-5538.IBJU.2013.0077

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Tsili, AC, Argyropoulou, MI, Giannakis, D, Tsampalas, S, Sofikitis, N, and Tsampoulas, K. Diffusion-weighted MR imaging of normal and abnormal scrotum: preliminary results. Asian J Androl. (2012) 14:649–54. doi: 10.1038/aja.2011.172

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Parenti, GC, Feletti, F, Carnevale, A, Uccelli, L, and Giganti, M. Imaging of the scrotum: beyond sonography. Insights Imaging. (2018) 9:137–48. doi: 10.1007/s13244-017-0592-z

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Jordan, MI, and Mitchell, TM. Machine learning: trends, perspectives, and prospects. Science. (2015) 349:255–60. doi: 10.1126/science.aaa8415

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Sidey-Gibbons, JAM, and Sidey-Gibbons, CJ. Machine learning in medicine: a practical introduction. BMC Med Res Methodol. (2019) 19:64. doi: 10.1186/s12874-019-0681-4

PubMed Abstract | CrossRef Full Text | Google Scholar

13. 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

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Rizzo, S, Botta, F, Raimondi, S, Origgi, D, Fanciullo, C, Morganti, AG, et al. Radiomics: the facts and the challenges of image analysis. Eur Radiol Exp. (2018) 2:36. doi: 10.1186/s41747-018-0068-z

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Gillies, RJ, Kinahan, PE, and Hricak, H. Radiomics: images are more than pictures. Radiology. (2016) 278:563–77. doi: 10.1148/radiol.2015151169

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Zhao, J, Zhang, W, Zhu, YY, Zheng, HY, Xu, L, Zhang, J, et al. Development and validation of noninvasive MRI-based signature for preoperative prediction of early recurrence in Perihilar cholangiocarcinoma. J Magn Reson Imaging. (2022) 55:787–802. doi: 10.1002/jmri.27846

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Wang, J, Wu, CJ, Bao, ML, Zhang, J, Wang, XN, and Zhang, YD. Machine learning-based analysis of MR radiomics can help to improve the diagnostic performance of PI-RADS v2 in clinically relevant prostate cancer. Eur Radiol. (2017) 27:4082–90. doi: 10.1007/s00330-017-4800-5

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Gao, M, Huang, S, Pan, X, Liao, X, Yang, R, and Liu, J. Machine learning-based radiomics predicting tumor grades and expression of multiple pathologic biomarkers in gliomas. Front Oncol. (2020) 10:1676. doi: 10.3389/fonc.2020.01676

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Fan, C, Sun, K, Min, X, Cai, W, Lv, W, Ma, X, et al. Discriminating malignant from benign testicular masses using machine-learning based radiomics signature of appearance diffusion coefficient maps: comparing with conventional mean and minimum ADC values. Eur J Radiol. (2022) 148:110158. doi: 10.1016/j.ejrad.2022.110158

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Xu, M, Fang, M, Zou, J, Yang, S, Yu, D, Zhong, L, et al. Using biparametric MRI radiomics signature to differentiate between benign and malignant prostate lesions. Eur J Radiol. (2019) 114:38–44. doi: 10.1016/j.ejrad.2019.02.032

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Peng, H, Long, F, and Ding, C. Feature selection based on mutual information: criteria of max-dependency, max-relevance, and min-redundancy. IEEE Trans Pattern Anal Mach Intell. (2005) 27:1226–38. doi: 10.1109/TPAMI.2005.159

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Zhang, R, Zhang, Q, Ji, A, Lv, P, Zhang, J, Fu, C, et al. Identification of high-risk carotid plaque with MRI-based radiomics and machine learning. Eur Radiol. (2021) 31:3116–26. doi: 10.1007/s00330-020-07361-z

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Malik, N, Geraghty, B, Dasgupta, A, Maralani, PJ, Sandhu, M, Detsky, J, et al. MRI radiomics to differentiate between low grade glioma and glioblastoma peritumoral region. J Neuro-Oncol. (2021) 155:181–91. doi: 10.1007/s11060-021-03866-9

CrossRef Full Text | Google Scholar

24. Wakileh, GA, Ruf, C, Heidenreich, A, Dieckmann, KP, Lisson, C, Prasad, V, et al. Contemporary options and future perspectives: three examples highlighting the challenges in testicular cancer imaging. World J Urol. (2022) 40:307–15. doi: 10.1007/s00345-021-03856-6

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Liu, R, Lei, Z, Li, A, Jiang, Y, and Ji, J. Differentiation of testicular seminoma and nonseminomatous germ cell tumor on magnetic resonance imaging. Medicine. (2019) 98:e17937. doi: 10.1097/MD.0000000000017937

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Zhang, P, Feng, Z, Cai, W, You, H, Fan, C, Lv, W, et al. T2-weighted image-based Radiomics signature for discriminating between seminomas and nonseminoma. Front Oncol. (2019) 9:1330. doi: 10.3389/fonc.2019.01330

PubMed Abstract | CrossRef Full Text | Google Scholar

27. He, D, Wang, X, Fu, C, Wei, X, Bao, J, Ji, X, et al. MRI-based radiomics models to assess prostate cancer, extracapsular extension and positive surgical margins. Cancer Imaging. (2021) 21:46. doi: 10.1186/s40644-021-00414-6

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Isidori, AM, Pozza, C, Gianfrilli, D, Giannetta, E, Lemma, A, Pofi, R, et al. Differential diagnosis of nonpalpable testicular lesions: qualitative and quantitative contrast-enhanced US of benign and malignant testicular tumors. Radiology. (2014) 273:606–18. doi: 10.1148/radiol.14132718

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: boosting algorithm, machine learning, magnetic resonance imaging, radiomics, testicular neoplasms

Citation: Feng Y, Feng Z, Wang L, Lv W, Liu Z, Min X, Li J and Zhang J (2023) Comparison and analysis of multiple machine learning models for discriminating benign and malignant testicular lesions based on magnetic resonance imaging radiomics. Front. Med. 10:1279622. doi: 10.3389/fmed.2023.1279622

Received: 18 August 2023; Accepted: 04 December 2023;
Published: 21 December 2023.

Edited by:

Jie-Zhi Cheng, Shanghai United Imaging Intelligence, Co., Ltd., China

Reviewed by:

Yongqin Zhang, Northwest University, China
Xiantong Zhen, Shanghai University of Technology, China
Yaping Wang, Zhengzhou University, China
Zhiming Cui, ShanghaiTech University, China

Copyright © 2023 Feng, Feng, Wang, Lv, Liu, Min, Li and Zhang. 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: Jin Li, lijin@tjh.tjmu.edu.cn; Jiaxuan Zhang, jiaxuanzhang@126.com

These authors have contributed equally to this work and share first authorship

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.