- Research
- Open access
- Published:
Establishing a preoperative predictive model for gallbladder adenoma and cholesterol polyps based on machine learning: a multicentre retrospective study
World Journal of Surgical Oncology volume 23, Article number: 27 (2025)
Abstract
Background
With the rising diagnostic rate of gallbladder polypoid lesions (GPLs), differentiating benign cholesterol polyps from gallbladder adenomas with a higher preoperative malignancy risk is crucial. This study aimed to establish a preoperative prediction model capable of accurately distinguishing between gallbladder adenomas and cholesterol polyps using machine learning algorithms.
Materials and methods
We retrospectively analysed the patients’ clinical baseline data, serological indicators, and ultrasound imaging data. Using 12 machine learning algorithms, 110 combination predictive models were constructed. The models were evaluated using internal and external cohort validation, receiver operating characteristic curves, area under the curve (AUC) values, calibration curves, and clinical decision curves to determine the best predictive model.
Results
Among the 110 combination predictive models, the Support Vector Machine + Random Forest (SVM + RF) model demonstrated the highest AUC values of 0.972 and 0.922 in the training and internal validation sets, respectively, indicating an optimal predictive performance. The model-selected features included gallbladder wall thickness, polyp size, polyp echo, and pedicle. Evaluation through external cohort validation, calibration curves, and clinical decision curves further confirmed its excellent predictive ability for distinguishing gallbladder adenomas from cholesterol polyps. Additionally, this study identified age, adenosine deaminase level, and metabolic syndrome as potential predictive factors for gallbladder adenomas.
Conclusion
This study employed the machine learning combination algorithms and preoperative ultrasound imaging data to construct an SVM + RF predictive model, enabling effective preoperative differentiation of gallbladder adenomas and cholesterol polyps. These findings will assist clinicians in accurately assessing the risk of GPLs and providing personalised treatment strategies.
Introduction
Gallbladder polypoid lesions (GPLs) are locally raised lesions that occur on the inner wall of the gallbladder and can present as benign, potentially malignant, or malignant lesions [1,2,3]. The detection rate of GPLs in adults is approximately 0.3–12.3%; however, with advancements in imaging technology, especially the widespread use of ultrasound examinations, the detection rate of GPLs is gradually increasing [4,5,6]. Although most GPLs are benign conditions (such as cholesterol polyps), some, particularly larger polyps (such as adenomas), carry a higher risk of malignant transformation to gallbladder cancer [7,8,9].Therefore, accurate differential diagnosis and appropriate management strategies for GPLs are crucial for preventing gallbladder cancer.
The 2022 European GBP management guidelines indicate that gallbladder polyps (GBPs) ≥ 10 mm in diameter require cholecystectomy. For polyps with a diameter of 6–9 mm, it is recommended to evaluate risk factors for gallbladder malignancy, including age, solitary polyps, primary sclerosing cholangitis, Indian ethnicity, and pedunculated polyps [3]. However, the use of 10 mm as a surgical indication for GBPs is relatively broad, and deciding whether surgery is needed solely based on polyp size has drawbacks. First, this approach may lead to the erroneous removal of benign GBPs, thereby increasing surgical trauma and wasting medical resources. Second, gallbladder adenomas with a diameter < 10 mm might be overlooked, potentially increasing the risk of malignant transformation to gallbladder cancer [10]. Hence, accurate preoperative differentiation between gallbladder cholesterol polyps and gallbladder adenomas is particularly important, as it helps avoid unnecessary cholecystectomy while improving the diagnosis and treatment efficiency of gallbladder adenomas, thus saving medical resources and alleviating patient suffering. Therefore, it is essential to accurately distinguish between gallbladder cholesterol polyps and adenomas before surgery to implement individualised and differentiated treatment plans.
In recent years, with the development of imaging technologies, such as abdominal ultrasonography, contrast-enhanced ultrasonography (CEUS), computed tomography (CT), and magnetic resonance imaging, the accuracy of preoperative imaging examinations has improved [11,12,13,14]. Considering the trauma and examination costs, the evaluation of benign gallbladder lesions is mainly based on abdominal ultrasound examination. However, it is currently challenging to effectively differentiate between gallbladder adenomas and cholesterol polyps preoperatively in clinical practice [15]. Therefore, a precise and effective evaluation method is required. Moreover, existing studies have mostly focused on predicting the risk factors for malignancy of GBPs, while there is limited research on differentiating and predicting cholesterol polyps and gallbladder adenomas. Hence, based on our centre’s previous research results [16], this study aimed to establish a preoperative prediction model capable of accurately distinguishing between gallbladder adenomas and cholesterol polyps through retrospective analysis of patients’ baseline data, serological indicators, and ultrasound imaging data using machine learning (ML) algorithms. The predictive performance of this model will be evaluated through internal and external validation to provide clinicians with a more comprehensive and accurate method for differentiation, achieve individualised treatment, and avoid unnecessary cholecystectomy. The innovations of this study are summarised as follows:
-
We applied 12 machine learning algorithms to develop 110 prediction models. The results demonstrated that machine learning can be effective in constructing predictive models for this condition.
-
By including patients’ baseline data, serological indicators, and ultrasound imaging data, we discovered potential new predictive factors, including adenosine deaminase (ADA) and metabolic syndrome, which have not been well addressed in previous studies.
Methods
Study participants
This study adhered to the Declaration of Helsinki and was approved by the Clinical Research Ethics Committee of Qingdao University (reference number: QYFY WZLL 28152). As this study involved previously collected anonymous data and posed no direct risk of personal privacy disclosure, the ethics committee waived the requirement for obtaining informed consent.
This retrospective study used data from two cohorts. The primary study cohort comprised data on 1,582 patients with GBPs retrieved from the Affiliated Hospital of Qingdao University between January 2015 and December 2022. The external validation cohort included data on 315 patients with GBPs retrieved from two centres: the Affiliated Hospital of Weifang Medical University and Yantaishan Hospital, between January 2020 and December 2023. The inclusion criteria were as follows: (1) patients who underwent cholecystectomy with a postoperative pathological diagnosis of gallbladder cholesterol polyps or adenomas and (2) patients with complete clinical and imaging baseline data. The exclusion criteria were (1) acute cholecystitis, (2) gallstones and hepatolithiasis, (3) IgG4-related sclerosing cholangitis and hyperbilirubinemia, and (4) other malignant diseases. Based on these inclusion and exclusion criteria, 1,148 patients were included in the study (Fig. 1), of which 1,009 were included in the primary study cohort. Using the train_test_split algorithm, they were randomly divided into a training set (706 patients) and an internal validation set (303 patients) in a 7:3 ratio for model construction and validation, respectively. The external validation cohort included 139 patients.
Data description and preprocessing
This study evaluated the following indicators: (1) baseline data, including sex, age, smoking history, alcohol consumption history, hypertension, and diabetes; (2) ultrasonographic data, including gallbladder wall thickness, polyp size, echo characteristics, and pedicle condition (Supplementary Figure); and (3) serological data, including metabolic syndrome, carcinoembryonic antigen, CA242, lactate dehydrogenase, ADA, and glucose. All data had missing values of < 30%. To ensure data quality, the K-Nearest Neighbours (KNN) imputation was used to fill in the missing values.
ML model development
Twelve ML algorithms were employed to develop the predictive models: Logistic Regression (LR), Support Vector Machine (SVM), Decision Tree (DT), Random Forest (RF), KNN, Multilayer Perceptron (MLP), Gradient Boosting Tree (GBT), Least Absolute Shrinkage and Selection Operator (LASSO), XGBoost (XGB), LightGBM (LGB), Backpropagation Neural Network (BPNN), and Stepwise Regression [17,18,19]. Based on these algorithms, 110 combinations were used to fit the predictive models. We used hyperparameter tuning to improve the generalisation ability of the models [20] and prevent overfitting and underfitting and evaluated the performance of different hyperparameter combinations using 5-fold cross-validation to select the best hyperparameter combination(Supplementary text).
Statistical analysis
All statistical analyses were performed using Python version 3.11.5. Continuous variables are expressed as mean ± standard deviation (SD), and categorical data are expressed as counts (percentages). The best predictive model was trained using the above algorithm combinations and then validated using an external validation set. Feature importance was displayed using feature weight plots, and the accuracy of the predictive models was evaluated using ROC, AUC, calibration curves, clinical decision curves, clinical impact curves, and learning curves. Statistical significance was set at p < 0.05.
Results
Patient characteristics
This study included 1,148 patients across three cohorts: D1 (training set), D2 (internal validation set), and D3 (external validation set). The baseline patient characteristics are presented in Table 1. This study included 769 patients with GBPs and 379 with gallbladder adenomas. The incidence was higher in females than in males (749 [65.24%] vs. 399 [34.76%]). The average age was 52.94 ± 13.42 years, average polyp size was 1.37 ± 0.58 cm, and average gallbladder wall thickness was 0.29 ± 0.1 cm. The correlation matrix of the variables is shown in Fig. 2h. There were no significant differences in the key indicators between D1 (706 patients) and D2 (303 patients), which were randomly split according to proportion, indicating comparability between the two groups (Table 2).
Results of 110 prediction models. (a)Average auc value ranking of the 110 prediction models; (b) feature importance of the SVM model; (c) confusion matrix for D1; (d) confusion matrix for D2; (e) clinical decision curve of the SVM model; (f) clinical impact curve of the SVM model; (g) learning curve of the SVM model; (h) correlation matrix of variables in the SVM model, SVM, Support Vector Machine; D1, training set; D2, internal validation set
Model application and performance
In this study, we constructed 110 predictive models based on 12 ML algorithms (Fig. 2a). In the training cohort, the SVM + RF model had the highest AUC value, followed by DT + XGB, LASSO + XGB, LGB + RF, and XGB + RF. The average AUC and F1 scores of the five models are shown in Fig. 3. The SVM + RF model with the highest AUC value was selected for this study. The features selected by SVM were gallbladder wall thickness, polyp size, polyp echo, and pedunculation. The feature importance is shown in Fig. 2b. The AUC values for D1 and D2 in this model were 0.972 and 0.922, respectively. The calibration curves are shown in Fig. 3. Overall, the calibration curves for D1 and D2 fluctuated around the ideal curve, indicating the good predictive performance of the model. The confusion matrices (Fig. 2c, d) indicated diagnostic accuracies of 90.08% and 84.16% for D1 and D2, respectively, indicating good diagnostic efficacy. The sensitivities and specificities for D1 and D2 were 85.52% and 97.73% and 89.47% and 81.73%, respectively. Moreover, the clinical decision curve (Fig. 2e) shows that the predictive model curve is above the net benefit line for most thresholds, indicating that the model provides net benefits over random guessing and, thus, has good clinical utility. The clinical impact curve (Fig. 2f) illustrates the trade-off between the number of true positives and false positives at different threshold probabilities. Choosing an appropriate threshold probability can balance the number of false positives and true positives, thereby optimising the sensitivity and specificity of diagnostic or therapeutic decisions. The learning curve in Fig. 2g showed that the training score (blue line) remained relatively stable as the training set size increased, generally remaining at a high level, indicating a good fit for the training data. The cross-validation score (green line) increased and stabilised to some extent with an increase in the training set size, with slight fluctuations, indicating a good generalisation ability for unseen data. The gap between the two curves was not very large, suggesting that the model did not overfit. Additionally, among the 110 models, 50 identified age as a risk factor for gallbladder adenomas, 60 identified ADA levels, and 30 identified metabolic syndrome, with all models achieving AUC values greater than 0.8, demonstrating good predictive performance. This suggests that these factors may also be potential predictors for distinguishing gallbladder adenomas.
External validation of the model
The established optimal prediction model, SVM + RF, was validated using the external validation cohort D3. The ROC and calibration curves are shown in Fig. 4a and b, respectively. The AUC value was 0.78, with a specificity and sensitivity of 85.52% and 97.73%, respectively, and diagnostic accuracy of 90.08%. With an increase in the probability threshold, the false-positive rate continuously decreased, and the diagnostic accuracy continuously increased (Fig. 4c). The learning curve in Fig. 4d showed that the training score remained consistently high and slightly decreased with increasing sample size. The cross-validation score was relatively low initially but increased with the sample size, indicating that the model’s generalisation ability when faced with unseen data improved. There was a gap between the training and cross-validation scores. However, this gap narrowed as the sample size increased, indicating that the overfitting phenomenon of the model decreased and demonstrating that the model has a good discriminatory diagnostic value.
The predictive model of this research has been deployed at a web address and can be accessed for use at http://123.56.229.150:1000/.
Discussion
This study developed a model based on the machine learning ensemble algorithms, featuring simple, non-invasive, and easily accessible ultrasound imaging metrics with good interpretability, facilitating clinical application and dissemination. Screening 110 models to identify the optimal prediction model not only improved diagnostic accuracy but also provided strong support for clinical decision-making. By incorporating patients’ baseline data, serological indicators, and ultrasound imaging data, we identified potential new predictive factors, including gallbladder wall thickness, polyp size, polyp echo, and pedunculation. The SVM + RF model achieving a sensitivity and specificity of 85.52% and 97.73%, respectively, and a diagnostic accuracy of 90.08%, demonstrating excellent diagnostic performance.
Infiltrative gallbladder cancer accounts for approximately 5–10% of tumours that arise from malignant transformation of intra-gallbladder tumours, such as adenomas [21], fitting the ‘adenoma-carcinoma sequence’ concept. Approximately two-thirds of patients with intra-gallbladder tumours may eventually develop infiltrative cancer. Therefore, timely diagnosis and intervention for potentially malignant gallbladder adenomas are crucial. However, it is challenging to distinguish them from benign cholesterol polyps in clinical practice. This has led to some patients undergoing cholecystectomy as a precaution against gallbladder malignancy, even when the postoperative pathology reveals cholesterol polyps. In particular, the inability to effectively differentiate polyps > 10 mm from gallbladder adenomas increases the risk of unnecessary surgical removal [22,23,24,25]. Building on our previous research [16], this study utilised a multicentre retrospective data analysis combined with the latest ML algorithms to establish an effective preoperative prediction model, SVM + RF, aimed at enhancing the ability to differentiate gallbladder adenomas from cholesterol polyps, thereby providing better individualised treatment strategies for patients.
Risk factor analysis of gallbladder adenomas is essential for the formulation of individualised treatment strategies. Studies have shown that polyp size is the most common risk factor for gallbladder adenomas [26, 27]. Wang et al. [28] evaluated 89 patients with GBPs measuring 1–2 cm using conventional and contrast-enhanced ultrasonography and found that a maximum diameter of 1.45 cm was the optimal cutoff value for predicting adenomatous polyps. Similar studies have indicated that polyps > 1 cm significantly increase the risk of malignancy [29,30,31], consistent with our findings. Mellnick et al. [32] reported that adenomas are mostly sessile or pedunculated hypoechoic polyps. Although gallbladder wall thickness and polyp base thickness are considered risk factors for gallbladder cancer, no direct link between gallbladder wall thickness and adenoma formation has been established and requires further research. Through ML analysis of ultrasound imaging features, we identified polyp size, pedunculated hypoechoic polyps, and gallbladder wall thickness as independent risk factors for gallbladder adenomas. In addition to these conventional factors, previous studies have found a correlation between obesity, especially visceral fat accumulation, and an increased risk of GBPs [35, 36]. Yamin et al. highlighted the relationship between dyslipidaemia and GBP formation, particularly in the Chinese population [37], indicating that lifestyle and metabolic factors might play a role in the pathogenesis of GBPs. Our study also found that metabolic syndrome is a potential risk factor for gallbladder adenomas. To date, no study has reported a relationship between ADA and gallbladder adenomas. Only one study by Tounsi et al. [38] on the association between ADA and tumour angiogenesis in patients with gallbladder cancer under nitroxidative stress indicated that ADA influences microvascular density, possibly regulating adenosine levels and affecting immune and endothelial cells, indirectly participating in angiogenesis regulation. A high microvascular density/glutathione ratio is a potential biomarker for gallbladder cancer, suggesting a correlation between ADA levels and tumour progression. Nonetheless, controversy regarding the risk factors for gallbladder adenomas still remains, requiring further research to identify patients needing proactive intervention.
To improve preoperative diagnostic accuracy, various ultrasound imaging-based risk assessment models and prediction tools have emerged in recent years. These tools aim to combine multiple independent risk factors to predict the malignancy risk of GBPs and guide clinical decisions [16, 39, 40]. For example, Liu et al. [31] retrospectively analysed 423 patients with GBPs and developed a prediction model combining ultrasound imaging features, identifying solitary lesions, larger polyps, and irregular morphology as independent risk factors for gallbladder adenomas, thereby providing more accurate predictions for adenomas > 1 cm. Zhu et al. proposed a new risk-scoring system, the gallbladder reporting and data system (GB-RADS), to explore the risk factors for gallbladder adenomas [33]. This system evaluated the ultrasound imaging features of 136 patients, forming a scoring standard for gallbladder adenomas, including enhancement patterns, wash-out characteristics, and vascularity. Additionally, this system simplifies the assignment of different weights to each risk factor, ultimately calculating the total score and providing a straightforward risk assessment for physicians. Compared with traditional ultrasound imaging methods, the CEUS-based scoring system significantly improves diagnostic accuracy, as confirmed in previous studies [34]. Zhang et al. [41] developed a nomogram prediction model focusing on GBPs measuring 10–15 mm in diameter. By combining clinical and ultrasound imaging features, this model provides a quantitative risk score, allowing physicians to evaluate malignant tendencies and make appropriate treatment decisions. These tools enable a more precise malignancy risk assessment, avoiding overtreatment for low-risk patients while ensuring that high-risk patients receive timely medical intervention.
In recent years, the field of artificial intelligence-based radiomics has developed rapidly, utilising complex mathematical models to process large datasets and uncover patterns unrecognisable via traditional biostatistical methods [42]. For example, Yuan et al. [43] used ultrasound radiomics to analyse the spatial and morphological features of preoperative ultrasound imaging in 99 patients with GBPs, confirming that cholesterol polyps are smaller and more regular in morphology than are gallbladder adenomas, aiding in differentiating true from pseudo polyps. Similarly, Yin et al. [44] proposed a new risk assessment model for the preoperative differentiation of cholesterol and adenomatous GBPs and analysed the CT imaging parameters of 52 patients with polyps. This model served as a prediction model for gallbladder adenomas, showing that arterial phase, portal vein phase and delayed phase CT values and ∆CT values (including ∆CT1 and ∆CT2) can differentiate the nature of gallbladder polypoid lesions, thereby providing objective risk assessment for physicians. These radiomics models based on high-throughput data are less convenient and generalisable for clinical applications, with unclear indicator significance. Elmasry et al. [45] analysed bile viscosity, bile cholesterol, and age as independent risk factors and established a prediction model for GBPs and adenomas, demonstrating good specificity and sensitivity (80.2% and 90.9%, respectively), with an AUC of 0.845. They concluded that bile viscosity, bile cholesterol, and age are important predictors of tumorous polyps, although the invasive nature of the procedures limits their clinical implementation.
However, the current study has some limitations. Firstly, ultrasound is an examiner-dependent procedure, which may introduce certain biases in the results. Secondly, the sample size is small, and broader clinical validation is needed to verify the effectiveness of the prediction model. Future research should include larger sample sizes to supplement and improve the model. Additionally, future studies should utilise emerging ML algorithms combined with radiomics to explore the risk factors for gallbladder adenomas, further enhancing the model accuracy and reliability.
Conclusion
This study demonstrated that by utilising the latest ML combination algorithms and preoperative ultrasound imaging data, an SVM + RF prediction model was constructed to effectively differentiate between gallbladder adenomas and cholesterol polyps preoperatively. Polyp size, gallbladder wall thickness, polyp echo, and pedicle characteristics were identified as independent risk factors for predicting gallbladder adenomas. Additionally, age, (ADA level, and metabolic syndrome were identified as significant influencing factors that cannot be ignored. These findings will aid clinicians in conducting more accurate risk assessments of GPLs and developing personalised treatment strategies.
Data availability
No datasets were generated or analysed during the current study.
Change history
14 March 2025
A Correction to this paper has been published: https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12957-025-03724-2
References
Cocco G, Basilico R, Delli Pizzi A, et al. Gallbladder polyps ultrasound: what the sonographer needs to know. J Ultrasound. 2021;24(2):131–42. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s40477-021-00563-1. Epub 2021 Feb 6. PMID: 33548050; PMCID: PMC8137797.
Lam R, Zakko A, Petrov JC, Kumar P, Duffy AJ, Muniraj T. Gallbladder disorders: a Comprehensive Review. Dis Mon. 2021;67(7):101130. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.disamonth.2021.101130. Epub 2021 Jan 18. PMID: 33478678.
Foley KG, Lahaye MJ, Thoeni RF, et al. Management and follow-up of gallbladder polyps: updated joint guidelines between the ESGAR, EAES, EFISDS and ESGE. Eur Radiol. 2022;32(5):3358–68. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00330-021-08384-w. Epub 2021 Dec 17. PMID: 34918177; PMCID: PMC9038818.
Onuchina EV. [Gallbladder polyps: modern approaches to diagnostics and treatment]. Ter Arkh. 2021;93(1):100–107. Russian. https://doiorg.publicaciones.saludcastillayleon.es/10.26442/00403660.2021.01.200544. PMID: 33720634.
Kalbi DP, Bapatla A, Chaudhary AJ, Bashar S, Iqbal S. Surveillance of Gallbladder polyps: a Literature Review. Cureus. 2021;13(7):e16113. https://doiorg.publicaciones.saludcastillayleon.es/10.7759/cureus.16113. PMID: 34350077; PMCID: PMC8325965.
Hickman L, Contreras C. Gallbladder Cancer: Diagnosis, Surgical Management, and Adjuvant Therapies. Surg Clin North Am. 2019;99(2):337–355. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.suc.2018.12.008. PMID: 30846038.
Miwa H, Numata K, Sugimori K, Kaneko T, Maeda S. Vascular evaluation using transabdominal ultrasound for gallbladder polyps. J Med Ultrason (2001). 2021;48(2):159–173. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s10396-020-01008-8. Epub 2020 Mar 3. PMID: 32125576.).
Son JH. [Recent Updates on Management and Follow-up of Gallbladder Polyps]. Korean J Gastroenterol. 2023;81(5):197–202. Korean. https://doiorg.publicaciones.saludcastillayleon.es/10.4166/kjg.2023.038. PMID: 37226819.
van Dooren M, de Reuver PR. Gallbladder polyps and the challenge of distinguishing benign lesions from cancer. United Eur Gastroenterol J. 2022;10(7):625–6. https://doiorg.publicaciones.saludcastillayleon.es/10.1002/ueg2.12287. Epub 2022 Aug 11. PMID: 35951350; PMCID: PMC9486489.
Metman MJH, Olthof PB, van der Wal JBC, van Gulik TM, Roos D, Dekker JWT. Clinical relevance of gallbladder polyps; is cholecystectomy always necessary? HPB (Oxford). 2020;22(4):506–10. doi: 10.1016/j.hpb.2019.08.006. Epub 2019 Aug 31. PMID: 31481314.
Behzadmehr R, Salarzaei M. Is contrast enhanced ultrasonography an accurate way to diagnose gallbladder adenoma? A systematic review and meta-analysis. J Med Imaging Radiat Sci. 2021;52(1):127–36. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.jmir.2020.09.014. Epub 2020 Oct 29. PMID: 33129756.
Fei X, Li N, Zhu L, et al. Value of high frame rate contrast-enhanced ultrasound in distinguishing gallbladder adenoma from cholesterol polyp lesion. Eur Radiol. 2021;31(9):6717–25. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00330-021-07730-2. Epub 2021 Feb 10. PMID: 33569621.
Yin SN, Chi J, Liu L, Ding N, Ji YD, Yuan JM. Dual-energy CT to differentiate gallbladder polyps: cholesterol versus adenomatous. Acta Radiol. 2021;62(2):147–54. Epub 2020 Apr 15. PMID: 32295387.
Wennmacker SZ, de Savornin Lohman EAJ, de Reuver PR, et al. Imaging based flowchart for gallbladder polyp evaluation. J Med Imaging Radiat Sci. 2021;52(1):68–78. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.jmir.2020.12.003. Epub 2021 Jan 7. PMID: 33422451.
Ostapenko A, Liechty S, Kim M, Kleiner D. Accuracy of Ultrasound in Diagnosing Gallbladder Polyps at a Community Hospital. JSLS. 2020 Oct-Dec;24(4):e2020.00052. https://doiorg.publicaciones.saludcastillayleon.es/10.4293/JSLS.2020.00052. PMID: 33100819; PMCID: PMC7572097.
Wang Y, Peng J, Liu K, et al. Preoperative prediction model for non-neoplastic and benign neoplastic polyps of the gallbladder. Eur J Surg Oncol. 2023;50(2):107930. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.ejso.2023.107930. Epub ahead of print. PMID: 38159390.
Choi RY, Coyner AS, Kalpathy-Cramer J, Chiang MF, Campbell JP. Introduction to machine learning, neural networks, and Deep Learning. Transl Vis Sci Technol. 2020;9(2):14. https://doiorg.publicaciones.saludcastillayleon.es/10.1167/tvst.9.2.14. PMID: 32704420; PMCID: PMC7347027.
Lee YW, Choi JW, Shin EH. Machine learning model for predicting malaria using clinical information. Comput Biol Med. 2021;129:104151. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.compbiomed.2020.104151. Epub 2020 Nov 28. PMID: 33290932.
Greener JG, Kandathil SM, Moffat L, Jones DT. A guide to machine learning for biologists. Nat Rev Mol Cell Biol. 2022;23(1):40–55. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41580-021-00407-0. Epub 2021 Sep 13. PMID: 34518686.
de Lacy N, Ramshaw MJ, Kutz JN. Integrated Evolutionary Learning: an Artificial Intelligence Approach to Joint Learning of features and hyperparameters for optimized, Explainable Machine Learning. Front Artif Intell. 2022;5:832530. https://doiorg.publicaciones.saludcastillayleon.es/10.3389/frai.2022.832530. PMID: 35493616; PMCID: PMC9038845.
Roa JC, Basturk O, Adsay V. Dysplasia and carcinoma of the gallbladder: pathological evaluation, sampling, differential diagnosis and clinical implications. Histopathology. 2021;79(1):2–19. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/his.14360. Epub 2021 May 6. PMID: 33629395.
Aziz H, Hewitt DB, Pawlik TM. Critical analysis of the updated guidelines for management of Gallbladder polyps. Ann Surg Oncol. 2022;29(6):3363–5. https://doiorg.publicaciones.saludcastillayleon.es/10.1245/s10434-022-11701-2. Epub 2022 Apr 13. PMID: 35419760.
Onda S, Futagawa Y, Gocho T, et al. A preoperative Scoring System to Predict Carcinoma in patients with gallbladder polyps. Dig Surg. 2020;37(4):275–81. https://doiorg.publicaciones.saludcastillayleon.es/10.1159/000503100. Epub 2019 Nov 13. PMID: 31722357.
Yamin Z, Xuesong B, Guibin Y, Liwei L, Fei L. Risk factors of gallbladder polyps formation in east Asian population: a meta-analysis and systematic review. Asian J Surg. 2020;43(1):52–9. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.asjsur.2019.03.015. Epub 2019 May 17. PMID: 31109764.
Rawla P, Sunkara T, Thandra KC, Barsouk A. Epidemiology of gallbladder cancer. Clin Exp Hepatol. 2019;5(2):93–102. https://doiorg.publicaciones.saludcastillayleon.es/10.5114/ceh.2019.85166. Epub 2019 May 23. PMID: 31501784; PMCID: PMC6728871.
Chavan S, Rathi P. Gallbladder polyp: review and proposed Algorithm for Management. J Assoc Physicians India. 2022;70(1):11–2. PMID: 35062812.
Zia HA, Siddiqui UD. Biliary tract malignancies related to Gallbladder polyps, primary sclerosing Cholangitis, and Choledochal cysts. Clin Liver Dis (Hoboken). 2021;18(2):85–9. https://doiorg.publicaciones.saludcastillayleon.es/10.1002/cld.1101. PMID: 34584674; PMCID: PMC8450487.
Wang X, Zhu JA, Liu YJ et al. Conventional Ultrasound Combined With Contrast-Enhanced Ultrasound in Differential Diagnosis of Gallbladder Cholesterol and Adenomatous Polyps (1–2 cm). J Ultrasound Med. 2022;41(3):617–626. https://doiorg.publicaciones.saludcastillayleon.es/10.1002/jum.15740. Epub 2021 May 3. PMID: 33938029.
Yu MH, Kim YJ, Park HS, Jung SI. Benign gallbladder diseases: imaging techniques and tips for differentiating with malignant gallbladder diseases. World J Gastroenterol. 2020;26(22):2967–86. https://doiorg.publicaciones.saludcastillayleon.es/10.3748/wjg.v26.i22.2967. PMID: 32587442; PMCID: PMC7304100.
Valibouze C, El Amrani M, Truant S, et al. The management of gallbladder polyps. J Visc Surg. 2020;157(5):410–7. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.jviscsurg.2020.04.008. Epub 2020 May 27. PMID: 32473822.
Liu J, Qian Y, Yang F, et al. Value of prediction model in distinguishing gallbladder adenoma from cholesterol polyp. J Gastroenterol Hepatol. 2022;37(10):1893–900. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/jgh.15928. Epub 2022 Jul 22. PMID: 35750491.
Mellnick VM, Menias CO, Sandrasegaran K et al. Polypoid lesions of the gallbladder: disease spectrum with pathologic correlation. Radiographics. 2015 Mar-Apr;35(2):387 – 99. doi: 10.1148/rg.352140095. Erratum in: Radiographics. 2015 May-Jun;35(3):973. Erratum in: Radiographics. 2015 Jul-Aug;35(4):1316. PMID: 25763724.
Zhu LH, Fei X, Han P, Li N, Liang SY, Luo YK. [Value of Contrast-enhanced Ultrasound in Differential Diagnosis between Cholesterol Polyp and Gallbladder Adenoma]. Zhongguo Yi Xue Ke Xue Yuan Xue Bao. 2021;43(3):350–356. Chinese. https://doiorg.publicaciones.saludcastillayleon.es/10.3881/j.issn.1000-503X.13791. PMID: 34238410.
Jang SI, Cho JH, Lee DK. [Recent Updates on Diagnosis, Treatment, and Follow-up of Gallbladder Polyps]. Korean J Gastroenterol. 2020;76(3):102–107. Korean. https://doiorg.publicaciones.saludcastillayleon.es/10.4166/kjg.2020.76.3.102. PMID: 32969359.
Lim SH, Kim D, Kang JH et al. Hepatic fat, not visceral fat, is associated with gallbladder polyps: a study of 2643 healthy subjects. J Gastroenterol Hepatol. 2015;30(4):767 – 74. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/jgh.12841. PMID: 25376159.
Lee JK, Hahn SJ, Kang HW, et al. Visceral obesity is Associated with Gallbladder polyps. Gut Liver. 2016;10(1):133–9. https://doiorg.publicaciones.saludcastillayleon.es/10.5009/gnl14506. PMID: 26260756; PMCID: PMC4694745.
Yamin Z, Xuesong B, Zhen Z, Yue H, Liwei L, Fei L. Correlation of dyslipidemias and gallbladder polyps-A large retrospective study among Chinese population. Asian J Surg. 2020;43(1):181–5. Epub 2019 Mar 15. PMID: 30879905.
Tounsi N, Djerdjouri B, Bouzid C, Bentabak K. Correlation of adenosine deaminase operating under nitro-oxidative stress with tumor and vascularization in patients with advanced gallbladder carcinoma. J Appl Biomed. 2019;17(3):175–83. https://doiorg.publicaciones.saludcastillayleon.es/10.32725/jab.2019.016. Epub 2019 Sep 17. PMID: 34907699.
Tang C, Geng Z, Wen J, et al. Risk stratification model for incidentally detected gallbladder polyps: a multicentre study. Eur J Radiol. 2024;170:111244. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.ejrad.2023.111244. Epub 2023 Nov 30. PMID: 38043381.
Liu H, Lu Y, Shen K, Zhou M, Mao X, Li R. Advances in the management of gallbladder polyps: establishment of predictive models and the rise of gallbladder-preserving polypectomy procedures. BMC Gastroenterol. 2024;24(1):7. https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12876-023-03094-7. PMID: 38166603; PMCID: PMC10759486.
Zhang D, Li Q, Zhang X, et al. Establishment of a nomogram prediction model for long diameter 10–15 mm gallbladder polyps with malignant tendency. Surgery. 2021;170(3):664–72. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.surg.2021.04.035. Epub 2021 Jun 2. PMID: 34090677.
Miller DD, Brown EW. Artificial Intelligence in Medical Practice: the question to the answer? Am J Med. 2018;131(2):129–33. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.amjmed.2017.10.035. Epub 2017 Nov 7. PMID: 29126825.
Yuan HX, Yu QH, Zhang YQ, Yu Q, Zhang Q, Wang WP. Ultrasound Radiomics Effective for Preoperative Identification of true and Pseudo gallbladder polyps based on spatial and morphological features. Front Oncol. 2020;10:1719. https://doiorg.publicaciones.saludcastillayleon.es/10.3389/fonc.2020.01719. PMID: 33042816; PMCID: PMC7518113.
Yin SN, Shen GH, Liu L, et al. Triphasic dynamic enhanced computed tomography for differentiating cholesterol and adenomatous gallbladder polyps. Abdom Radiol (NY). 2021;46(10):4701–8. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s00261-021-03173-x. Epub 2021 Jun 25. PMID: 34170333.
Elmasry M, Lindop D, Dunne DFJ, Malik H, Poston GJ, Fenwick SW. The risk of malignancy in ultrasound detected gallbladder polyps: a systematic review. Int J Surg. 2016;33(Pt A):28–35.
Funding
This study was supported by the Taishan Scholar Foundation of Shandong Province, the Shandong Provincial Natural Science Foundation (ZR2024QH265), the Qingdao Natural Science Foundation (24-4-4-zrjj-103-jch), and the Youth Research Fund of the Affiliated Hospital of Qingdao University (QDFYQN2023116).
Author information
Authors and Affiliations
Contributions
Yubing Wang: Writing – review & editing, Writing – original draft, Formal analysis, Data curation, Conceptualization. Chao Qu: Conceptualization, Writing – original draft. Jiange Zeng: Formal analysis, Data curation. Yumin Jiang: Formal analysis, Data curation. Ruitao Sun: Formal analysis, Data curation. Changlei Li: Data curation, Conceptualization. Jian Li: Data curation. Chengzhi Xing: Data curation. Bin Tan: Writing – review & editing, Visualization. Kui Liu: Writing – review & editing, Visualization. Qing Liu: Writing – review & editing, Data curation, Visualization. Dianpeng Zhao: Writing – review & editing, Data curation, Formal analysis, Conceptualization. Jingyu Cao: Writing – review & editing, Conceptualization. Weiyu Hu: Writing – review & editing, Writing – original draft, Formal analysis, Conceptualization.
Corresponding authors
Ethics declarations
Ethics approval and consent to participate
This study was approved by the Clinical Research Ethics Committee of Qingdao University (reference number: QYFY WZLL 28152).
Consent for publication
Not applicable.
Competing interests
The authors declare no competing interests.
Additional information
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
The original online version of this article was revised: Funding information has been updated; and “Yubing Wang” and “Chao Qu,” are denoted as co-first authors
Electronic supplementary material
Below is the link to the electronic supplementary material.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Wang, Y., Qu, C., Zeng, J. et al. Establishing a preoperative predictive model for gallbladder adenoma and cholesterol polyps based on machine learning: a multicentre retrospective study. World J Surg Onc 23, 27 (2025). https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12957-025-03671-y
Received:
Accepted:
Published:
DOI: https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12957-025-03671-y