Abstract
The treatment of urolithiasis is changing quickly by moving away from conventional diagnostic techniques and toward more complex, data-driven strategies. A major part in this change is being played by artificial intelligence (AI) through providing the clinicians with invaluable assistance. This study examines the state of AI applications in urolithiasis today and how they affect everything from treatment planning to initial imaging. AI models are improving the accuracy of computed tomography (CT) and ultrasonography (US) in diagnoses. These techniques provide automatic stone detection throughout the diagnostic process and a precise stone burden calculation, and even assistance in differentiating difficult mimics, such as ureteral stones, from phleboliths. Additionally, sophisticated algorithms and radiomics are demonstrating great promise in determining the composition of stones preoperatively from imaging data or even digital photos. AI has also changed and improved the intervention for kidney stones, which is highlighted by models now capable of predicting the success of procedures like extracorporeal shock wave lithotripsy (ESWL) and percutaneous nephrolithotomy (PCNL), in some cases outperforming traditional scoring systems. Despite this progress, significant hurdles remain, particularly the need for large datasets and ensuring models are reliable and generalizable across different clinical settings. Successfully integrating these powerful tools into daily urological practice will require a concerted effort toward developing best-practice guidelines, robust training programs, and strong interdisciplinary collaboration. This review aims to summarize current AI applications in imaging and intervention for urolithiasis, identify limitations, and outline future research directions.
Keywords: ai, artificial intelligence, deep learning, kidney stone, kidney stone disease, ksd, urolithiasis
Introduction and background
Urolithiasis is becoming a more serious health issue, in which age, sex, ethnicity, and geographic location are some of the elements that contribute to its rising yearly occurrence, which has a substantial impact on health and well-being [1]. Kidney stone disease (KSD) is often discovered in clinical settings by routine diagnostic procedures like X-rays, ultrasonography, and computed tomography (CT) scans [2]. Most KSD patients often do not exhibit any symptoms and may not require any special care [3,4].
Artificial intelligence (AI) in healthcare refers to data-driven applications, algorithms, and equipment that assist physicians by examining sizable, intricate medical datasets. By identifying patterns and correlations earlier than with conventional methods, it facilitates quicker, more accurate decision-making and treatment selection. AI enhances research and development as well as operational efficiency in addition to patient care. The dramatic increase in AI care delivery, investment, and clinical acceptance is proof that AI improves these areas [5,6].
The healthcare sector is increasingly utilizing AI to handle and enhance data collection and usage. This trend is fueled by the swift expansion of medical digitalization and the dramatic rise in data acquisition [7-10]. Machine learning improves the accuracy of diagnoses and reduces human mistakes in several medical specialties by making the best use of medical imaging methods such as ultrasound elastography (UE), CT scans, and magnetic resonance imaging (MRI) [11]. The benefits of AI in urology are also widely covered and highlighted in the body of current scholarly literature [6,12].
Review
Improved imaging for urinary stones
Computed Tomography
The literature emphasizes that CT is a crucial diagnostic tool for KSD, accurately determining both the location and size of stones. Additionally, cross-sectional imaging can be conducted with lower exposure to ionizing radiation [13]. CT scans are particularly well-suited for machine learning (ML) because they produce high-resolution images. These images enable accurate identification and measurement of stone characteristics, such as shape, texture, and density. The detailed imaging data reveal information about stones that may not be visible to the naked eye. To assist in managing urolithiasis, several CT-based ML models have been developed to automate the detection of stones and quantify the stone burden. This technology can provide valuable support to urologists during both the diagnostic and interventional processes [13-16].
AI can enhance diagnostic accuracy and efficiency while alleviating radiologists' workload by automating routine interpretation and triage steps. For example, Parakh et al. developed a cascade dual convolutional neural network (CNN) architecture tailored to enhance automated kidney stone identification and urinary tract characterization on non-contrast CT [17]. Their dataset comprised 535 scans that were classified by stone size after applying standard preprocessing to improve comparability across images. The workflow was explicitly staged: the first CNN identified the relevant urinary tract anatomy, and the second CNN then detected the presence of stones within those regions, reducing false positives from surrounding structures. This cascading design delivered consistent, high-quality results, achieving strong discriminative performance (area under the curve (AUC) = 0.954). In practice, such systems can surface likely positives sooner, standardize measurements, and decrease time spent on repetitive tasks, allowing radiologists to focus on complex decision-making [17].
It can be challenging to distinguish between pelvic phleboliths and ureteral stones on CT scans since they both show up as tiny, calcified entities with comparable features. Due to a lack of distinct anatomical cues to distinguish them from nearby soft tissue or blood vessels, distal ureteral stones on non-contrast CT provide an even larger challenge. Jendeberg et al. created and verified a CNN that demonstrated a 94% sensitivity, 90% specificity, and 92% accuracy after being trained on 384 pelvic calcifications and evaluated on 50 stones and 50 phleboliths. This performance outperformed a semi-quantitative approach that used attenuation values and volume (49%) and the accuracy of the typical radiologist (86%) [18].
ML models are also being developed to enhance the characterization of critical imaging parameters for stone surgery. For example, a previous study developed a DL algorithm using a multi-stage CNN and thresholding techniques. This algorithm could automatically detect and classify stones on CT scans according to the STONE nephrolithotomy scoring system. The algorithm demonstrated a high sensitivity of 95.9% for overall stone detection and showed strong agreement with radiologist evaluations for stone size, tract length, the number of affected calyces, and stone density [19]. A CNN was created by Cumpanas et al. to automatically segment kidney stones and calculate their volume. With great pixel overlap (R = 0.98, Dice score = 0.9), their AI model correctly calculated stone volume after being trained on 322 non-contrast CTs and verified against a 3D model [20].
Ultrasound (US) and X-rays
Divya Krishna et al. proposed a computer-aided detection system implemented on field-programmable gate arrays to identify renal abnormalities on ultrasound images [21]. Their workflow involved manual selection of the region of interest, followed by image preprocessing for noise reduction. The segmented kidney region was then analyzed by extracting quantitative features, including intensity histograms and Haralick texture descriptors derived from gray-level co-occurrence matrices (GLCM). Initially, a look-up database was used to distinguish normal from abnormal kidneys. Subsequently, in images classified as abnormal, a trained support vector machine (SVM) combined with a multilayer perceptron (MLP) classifier differentiated renal cysts from stones. This method achieved excellent performance on renal ultrasound, with an accuracy of 98.1%, sensitivity of 100%, and specificity of 96.8% [21].
Balamurugan and Arumugam [22] developed a method to predict kidney disease using an artificial neural network (ANN) and US images. They used 750 kidney US images, with 80% for training and 20% for testing, classifying them into normal, cyst, stones, and tumor categories. Implemented in MATLAB, their technique involved preprocessing images, extracting GLCM features, and selecting key features using an oppositional grasshopper optimization algorithm. The ANN then classified images as normal or abnormal, achieving a maximum accuracy of 95.83% and a maximum specificity of 97.22% [22].
Selvarani and Rajendran [23] proposed a novel approach for detecting renal calculi in US images, which often suffer from speckle noise. Their method utilizes an adaptive mean median filter for noise removal, K-means for segmentation, and a meta-heuristic SVM classifier. Tested on 250 real-time clinical images, the proposed AMM-PSO-SVM model achieved 98.8% accuracy, outperforming conventional methods [23].
A computer-aided detection system based on deep learning (DL) was created by Kobayashi et al. to recognize radio-opaque urinary tract stones on X-rays [24]. This system made use of a 17-layer residual network that was evaluated on 190 photos after being trained on 827. To show the likelihood of stone existence at each pixel, it produced heat maps. The system's positive predictive value (PPV) was 66.2%, its sensitivity was 87.2%, and its F-score was 0.752. Notably, the sensitivity and PPV were lower for mid-ureter stones but greater for proximal ureter stones, reaching 92.5% and 87.6%, respectively. The model was effective. It predicted each X-ray in less than 110 milliseconds [24].
Aksakallı and colleagues [25] developed and evaluated various ML and DL models to identify kidney stones on X-rays. They created a dataset of 221 images, divided into 80% for training and 20% for testing. After converting all images to standardized grayscale, they extracted pixel intensity values as features. To address class imbalance, they used over- and undersampling, which improved model performance. They tested several models, including decision trees, random forests, SVM, MLP, k-nearest neighbor (KNN), naive Bayes, and a CNN-based deep neural network, with the F1 score as the primary metric. The decision tree model achieved the best performance, with an F1 score of 85.3% using synthetic minority oversampling [25].
Identification of stone type
To inform treatment choices, radiomics features are being used to help determine the composition of kidney stones, especially before surgery. Cui et al., for instance, used bagged trees and an ensemble learning technique to create a radiomics signature [26]. Using this characteristic, they classified 157 patients' non-contrast CT scans as either having infection stones (98 patients) or not (59 patients). A total of 27 highly predictive radiomics features were chosen using the LASSO (least absolute shrinkage and selection operator) algorithm. With a receiver operating characteristic (ROC) value of 0.97, this model detected kidney stone infections with 90.7% accuracy, 85.8% sensitivity, and 94.0% specificity [26].
Zheng et al. developed a model incorporating radiomics signatures from CT images of 1198 urolithiasis patients [27]. They selected 24 optimal radiomics features from an initial 1316 using LASSO. This model showed strong performance in both training and validation cohorts, with AUC values ranging from 0.812 to 0.898. Importantly, the model significantly outperformed traditional indicators like urine pH, white blood cell count, urine nitrite, and the presence of urease-producing bacteria in detecting infected renal stones (p < 0.001) [27].
The most prevalent kind of stones in clinical practice, calcium oxalate monohydrate (COM) stones, were the subject of an investigation by Tang et al. [28]. From preoperative non-contrast CT scans of 337 COM and 107 non-COM calculi, they retrieved 1218 radiomics characteristics. For the AI model, eight features with non-zero coefficients were chosen using LASSO. When predicting COM versus non-COM stones before surgery, this model showed an accuracy of 88.5%, sensitivity of 90.5%, and specificity of 84.3%. The training cohort's AUC value was 0.935 (95% CI: 0.907-0.962), whereas the testing set's was 0.933 (95% CI: 0.893-0.973) [28].
Hameed et al. developed a deep learning convolutional neural network (DLCNN) that uses radiomics features to predict calculus type with 87% accuracy. The specificity for different calculus types ranged from 85% to 93%. While there have been advancements in using AI, such as distinguishing between pelvic phleboliths and ureteric calculi and incorporating anatomical location, AI used in isolation still has significant inaccuracies. Both AI and radiomics are well-suited for processing large datasets, and the growing availability of big data from electronic patient records will allow them to identify new diagnostic and treatment patterns in the future [29,30].
The ability of a DL technique to identify kidney stone composition from digital photos was evaluated by Black et al. [31]. Five distinct compositions of human kidney stones, including COM, uric acid, struvite, brushite, and cystine, were used in the investigation. Surface and inner core images were evaluated by a deep CNN (ResNet-101). The model obtained an overall weighted recall of 85% for composition prediction using leave-one-out cross-validation. The highest recall rates were for calcium oxalate (90%) and uric acid (94%) stones. The authors came to the conclusion that DL can accurately recall the composition of stones, pointing to possible future uses for autonomously guiding laser settings during endoscopy (Figure 1) [31].
Figure 1. The role of AI in improving imaging for urinary stones.
This figure was designed by the article authors based on references [13-25].
CT: computed tomography; US: ultrasound.
AI in the treatment of kidney stones
Significant technological breakthroughs have been made in KSD management. Using information from 384 patients with stone formation, including those who passed stones naturally or who received treatments (stent, ureteroscopy, or extracorporeal shock wave lithotripsy (ESWL)), Parekattil et al. created a model. According to their research, patients who might need intervention can be reliably identified using a stone dimension threshold of 6 mm [32].
A substantial body of research has employed ANNs to forecast treatment outcomes in KSD, with the overarching aim of preventing or at least reducing burdensome stone recurrence. These models are typically trained on rich, multimodal inputs that reflect the patient’s clinical profile, such as demographics, comorbidities, prior stone history, imaging findings, and peri-procedural details, alongside biochemical information obtained from urine samples. In the specific context of predicting post-ESWL recurrence, studies frequently assemble cohorts of patients who have undergone ESWL and use their pre- and post-procedure clinical data and urinary analytes as predictive factors. The ANN then learns patterns that correlate with the likelihood of recurrence, enabling risk stratification, informing follow-up intensity, and supporting individualized counseling without altering the underlying clinical decision pathways [33,34].
Poulakis et al. demonstrated that ANNs can accurately predict stone clearance after ESWL [35]. Their retrospective study of 680 patients found that radiographic images, categorized by their morphological patterns, could predict successful stone clearance (defined as no fragments at six months) with 92% accuracy. The most influential predictors were the pattern of dynamic urinary transport, followed by the infundibuloureteropelvic angle, body mass index, caliceal pelvic height, and stone size. While highlighting the high accuracy of ANNs in predicting shock wave lithotripsy (SWL) outcomes, the authors emphasized the need for prospective validation of these findings [35].
Mannil et al. evaluated whether ML and 3D texture analysis (TA) of CT scans might forecast the success of SWL [36]. They discovered that typical clinical indicators and stone Hounsfield unit (HU) values showed limited predictive power (AUC = 0.58-0.68) after analyzing 224 TA characteristics and clinical data (BMI, stone size, and skin-to-stone distance) from kidney stone patients. An AUC of 0.79 was attained by a random forest model that only used three 3D TA characteristics. The discriminatory accuracy (AUC = 0.85) was further enhanced by combining these TA features with clinical data, such as skin-to-stone distance, suggesting that 3D TA offers additional prognostic information [36].
Moorthy et al. used non-contrast computed tomography (NCCT) image analysis to predict renal stone fragmentation after ESWL [37]. To predict breakability, the researchers employed a neural network to extract first-order statistical (FOS) properties from the NCCT pictures of 120 patients. The prediction model achieved an overall accuracy of 90% by predicting fragmentable stones (true positives) with a sensitivity of 80.7% and non-fragmentable stones (true negatives) with a specificity of 98.4% using the "mean" FOS feature alone. The scientists came to the conclusion that the results of ESWL treatment may be reliably predicted using this statistical and neural network technique [37].
Choo et al. developed a decision support system (DSS) that, particularly with their 15-factor model, combines stone features from CT and X-ray images to reliably predict the outcome of ESWL treatment [38]. Yang et al. also discovered that a DSS could accurately predict ESWL success rates up to 88% of the time [39]. More recently, an ML model that helped practitioners make decisions was able to predict ESWL outcomes with a sensitivity of 87.5% [40].
Percutaneous Nephrolithotomy (PCNL)
Aminsharifi et al. were the first to use AI to predict outcomes for percutaneous nephrolithotomy (PCNL). They used an ANN with data from 200 patients to identify factors predicting overall outcomes like stone-free rate (SFR) and the need for blood transfusions. The AI system, tested on 254 patients, showed high sensitivity in predicting PCNL outcomes: 92% for SFR, 97% for repeat PCNL, 82% for additional shockwave lithotripsy, and 91% for additional ureteroscopy. With an overall AUC of 0.915, the AI outperformed existing scoring systems like Guy’s Stone Score and the Clinical Research Office of the Endourological Society (CROES) nomogram in predicting post-PCNL SFR [41,42].
A DSS was created by Shabaniyan et al. to help with PCNL treatment of big kidney stones [43]. They entered CT features and other patient and perioperative data from 254 instances into an ML system. All patients had postoperative CT scans to determine their SFR. The DSS predicted postoperative outcomes with an overall accuracy of 94.8%. In particular, it had a sensitivity of 80% to 90.9% for predicting the need for additional procedures (PCNL, ureteroscopy, SWL). Additionally, the DSS showed a sensitivity of 85.2% for predicting the need for a blood transfusion and a sensitivity of 71.1% for predicting the need for a stent (Figure 2) [43].
Figure 2. The role of AI in kidney stone disease (KSD).
This figure was created by the article authors summarizing the benefits of AI in KSD [13,26,31,35].
CT: computed tomography; US: ultrasound.
Limitations and future directions
The fact that features are extracted straight from the input data, establishing a dependent relationship, is a disadvantage of DL radiomics. This implies that huge datasets are essential for precisely finding strong and pertinent feature subsets, in contrast to feature-based radiomics. One ML technique that can help with this problem is transfer learning. This method makes use of a neural network that has already been trained on a related task; for instance, a neural network that has been trained to identify kidney stones can be further modified to measure and classify any leftover pieces following surgery [44].
Additionally, a major challenge is the generalizability and dependability of radiomics properties. Many aspects of image capture and processing have a significant impact on their integrity. These include the image's size and general quality, the particular scanning sequence used, the imaging modality, the resolution attained, and whether motion artifacts were present during image transfer. These relationships were carefully examined in a recent review by Traverso et al., which identified particular radiomics properties that continuously showed consistency and repeatability under a variety of settings [45].
Future Directions
Urology is a medical field that has always advanced quickly by incorporating new technologies. This embrace of cutting-edge tools and methods is intended to enhance patient care and produce better results [46].
In contrast to previous methods, AI techniques have the potential to drastically change how urolithiasis cases are managed [47]. From diagnosis and treatment planning to follow-up and prevention, these cutting-edge methods have the potential to completely transform patient care, ultimately resulting in more individualized and successful treatments.
An ensemble learning-based DSS for early detection and categorization of kidney stones was developed by Kazemi et al. [47]. Using a variety of AI algorithms, including Bayesian models, decision trees, ANNs, and rule-based classifiers, this system achieved 97.1% accuracy. These algorithms were utilized to decipher complex biological characteristics associated with kidney stone development prediction and type determination [47].
Längkvist et al. created a CNN model that successfully identified ureteral stones in high-resolution CT scans, achieving perfect specificity and an AUC-ROC of 0.9971, with a false positive rate of 2.68 per scan [15]. The successful integration of AI into clinical urology will require urological societies to establish best practice guidelines, develop AI training for healthcare providers, create new urology-specific AI tools, and encourage better collaboration between academic institutions, hospitals, AI technology firms, government bodies, and local communities.
Conclusions
AI is rapidly becoming an integral partner in the diagnosis and management of urolithiasis. Across CT, ultrasound, and X-ray imaging, AI models can automatically detect stones, quantify stone burden, distinguish ureteric calculi from common mimics, and even infer stone composition using radiomics or digital photographs. In the interventional domain, ML and neural network-based decision support systems already match or outperform traditional scoring tools for predicting outcomes after ESWL and PCNL, supporting individualized treatment selection and more efficient use of resources. Together, these advances suggest that AI can enhance precision, streamline workflows, and potentially improve patient counseling and follow-up in stone disease.
Disclosures
Conflicts of interest: In compliance with the ICMJE uniform disclosure form, all authors declare the following:
Payment/services info: All authors have declared that no financial support was received from any organization for the submitted work.
Financial relationships: All authors have declared that they have no financial relationships at present or within the previous three years with any organizations that might have an interest in the submitted work.
Other relationships: All authors have declared that there are no other relationships or activities that could appear to have influenced the submitted work.
Author Contributions
Concept and design: Mohammad Ekhlasur Rahman, Mahabub Hassan, Faisal Haque, Mohamed Mohamed
Acquisition, analysis, or interpretation of data: Mohammad Ekhlasur Rahman, Kashif Waheed, Nazeer Ibraheem, Muhammad Rakib Hasan
Drafting of the manuscript: Mohammad Ekhlasur Rahman, Mahabub Hassan, Kashif Waheed, Faisal Haque, Muhammad Rakib Hasan
Critical review of the manuscript for important intellectual content: Mohammad Ekhlasur Rahman, Nazeer Ibraheem, Mohamed Mohamed
Supervision: Mohammad Ekhlasur Rahman, Kashif Waheed
References
- 1.Evaluating the effectiveness of AI-powered UrologiQ's in accurately measuring kidney stone volume in urolithiasis patients. Yenikekaluva A, Agrawal MS, Ramanathan JM, Azeez SF, Sakegaonkar A, Shariff AM. Urolithiasis. 2024;52:158. doi: 10.1007/s00240-024-01659-z. [DOI] [PubMed] [Google Scholar]
- 2.Kidney stones: treatment and prevention. Fontenelle LF, Sarti TD. https://pubmed.ncbi.nlm.nih.gov/30990297/ Am Fam Physician. 2019;99:490–496. [PubMed] [Google Scholar]
- 3.Management of kidney stones in 2020. Rule AD, Lieske JC, Pais VM Jr. JAMA. 2020;323:1961–1962. doi: 10.1001/jama.2020.0662. [DOI] [PubMed] [Google Scholar]
- 4.Kidney stone disease: an update on its management in primary care. Wilcox CR, Whitehurst LA, Cook P, Somani BK. Br J Gen Pract. 2020;70:205–206. doi: 10.3399/bjgp20X709277. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Artificial intelligence in medicine: humans need not apply? Diprose W, Buist N. https://pubmed.ncbi.nlm.nih.gov/27349266/ N Z Med J. 2016;129:73–76. [PubMed] [Google Scholar]
- 6.Artificial intelligence and its impact on urological diseases and management: a comprehensive review of the literature. Hameed BM, S Dhavileswarapu AV, Raza SZ, et al. J Clin Med. 2021;10:1864. doi: 10.3390/jcm10091864. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.AI in health and medicine. Rajpurkar P, Chen E, Banerjee O, Topol EJ. Nat Med. 2022;28:31–38. doi: 10.1038/s41591-021-01614-0. [DOI] [PubMed] [Google Scholar]
- 8.Artificial intelligence in endourology: emerging technology for individualized care. Dai JC, Johnson BA. Curr Opin Urol. 2022;32:379–392. doi: 10.1097/MOU.0000000000000972. [DOI] [PubMed] [Google Scholar]
- 9.Surgical artificial intelligence: endourology. Tano ZE, Cumpanas AD, Gorgen AR, Rojhani A, Altamirano-Villarroel J, Landman J. Urol Clin North Am. 2024;51:77–89. doi: 10.1016/j.ucl.2023.06.004. [DOI] [PubMed] [Google Scholar]
- 10.Artificial intelligence in stone disease. Ganesan V, Pearle MS. Curr Opin Urol. 2021;31:391–396. doi: 10.1097/MOU.0000000000000896. [DOI] [PubMed] [Google Scholar]
- 11.Engineering and clinical use of artificial intelligence (AI) with machine learning and data science advancements: radiology leading the way for future. Hameed BM, Prerepa G, Patil V, et al. Ther Adv Urol. 2021;13 doi: 10.1177/17562872211044880. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.The ascent of artificial intelligence in endourology: a systematic review over the last 2 decades. Hameed BM, Shah M, Naik N, et al. Curr Urol Rep. 2021;22:53. doi: 10.1007/s11934-021-01069-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Ultra-low-dose CT: an effective follow-up imaging modality for ureterolithiasis. Cheng RZ, Shkolyar E, Chang TC, et al. J Endourol. 2020;34:139–144. doi: 10.1089/end.2019.0574. [DOI] [PubMed] [Google Scholar]
- 14.Automated machine learning segmentation and measurement of urinary stones on CT scan. Babajide R, Lembrikova K, Ziemba J, et al. Urology. 2022;169:41–46. doi: 10.1016/j.urology.2022.07.029. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Computer aided detection of ureteral stones in thin slice computed tomography volumes using convolutional neural networks. Längkvist M, Jendeberg J, Thunberg P, Loutfi A, Lidén M. Comput Biol Med. 2018;97:153–160. doi: 10.1016/j.compbiomed.2018.04.021. [DOI] [PubMed] [Google Scholar]
- 16.Deep learning model-assisted detection of kidney stones on computed tomography. Caglayan A, Horsanali MO, Kocadurdu K, Ismailoglu E, Guneyli S. Int Braz J Urol. 2022;48:830–839. doi: 10.1590/S1677-5538.IBJU.2022.0132. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Urinary stone detection on CT images using deep convolutional neural networks: evaluation of model performance and generalization. Parakh A, Lee H, Lee JH, Eisner BH, Sahani DV, Do S. Radiol Artif Intell. 2019;1:0. doi: 10.1148/ryai.2019180066. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Differentiation of distal ureteral stones and pelvic phleboliths using a convolutional neural network. Jendeberg J, Thunberg P, Lidén M. Urolithiasis. 2021;49:41–49. doi: 10.1007/s00240-020-01180-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Automatic detection and scoring of kidney stones on noncontrast CT images using S.T.O.N.E. nephrolithometry: combined deep learning and thresholding methods. Cui Y, Sun Z, Ma S, Liu W, Wang X, Zhang X, Wang X. Mol Imaging Biol. 2021;23:436–445. doi: 10.1007/s11307-020-01554-0. [DOI] [PubMed] [Google Scholar]
- 20.Efficient and accurate computed tomography-based stone volume determination: development of an automated artificial intelligence algorithm. Cumpanas AD, Chantaduly C, Morgan KL, et al. J Urol. 2024;211:256–265. doi: 10.1097/JU.0000000000003766. [DOI] [PubMed] [Google Scholar]
- 21.Computer aided abnormality detection for kidney on FPGA based IoT enabled portable ultrasound imaging system. Divya Krishna K, Akkala V, Bharath R, Rajalakshmi P, Mohammed AM, Merchant SN, Desai UB. IRBM. 2016;37:189–197. [Google Scholar]
- 22.A novel method for predicting kidney diseases using optimal artificial neural network in ultrasound images. Balamurugan SP, Arumugam G. Int J Intell Enterp. 2020;7:37–55. [Google Scholar]
- 23.Detection of renal calculi in ultrasound image using meta-heuristic support vector machine. Selvarani S, Rajendran P. J Med Syst. 2019;43:300. doi: 10.1007/s10916-019-1407-1. [DOI] [PubMed] [Google Scholar]
- 24.Computer-aided diagnosis with a convolutional neural network algorithm for automated detection of urinary tract stones on plain X-ray. Kobayashi M, Ishioka J, Matsuoka Y, et al. BMC Urol. 2021;21:102. doi: 10.1186/s12894-021-00874-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Kidney X-ray images classification using machine learning and deep learning methods. Aksakallı I, Kaçdıoğlu S, Hanay YS. Balkan J Electr Comput Eng. 2021;9:144–151. [Google Scholar]
- 26.Preoperative prediction of infection stones using radiomics features from computed tomography. Cui X, Che F, Wang N, et al. https://ieeexplore.ieee.org/document/8815751 IEEE Access. 2019;7:122675–122683. [Google Scholar]
- 27.A multicenter study to develop a non-invasive radiomic model to identify urinary infection stone in vivo using machine-learning. Zheng J, Yu H, Batur J, et al. Kidney Int. 2021;100:870–880. doi: 10.1016/j.kint.2021.05.031. [DOI] [PubMed] [Google Scholar]
- 28.Value of artificial intelligence model based on unenhanced computed tomography of urinary tract for preoperative prediction of calcium oxalate monohydrate stones in vivo. Tang L, Li W, Zeng X, et al. Ann Transl Med. 2021;9:1129. doi: 10.21037/atm-21-965. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Artificial intelligence in the diagnosis, treatment and prevention of urinary stones. Yang B, Veneziano D, Somani BK. Curr Opin Urol. 2020;30:782–787. doi: 10.1097/MOU.0000000000000820. [DOI] [PubMed] [Google Scholar]
- 30.Application of deep learning convolutional neural network in prediction of stone location, skin to stone distance and composition in renal lithiasis: a single center pilot study. Zeeshan Hameed BM, Somani B, Naik N, et al. Eur Urol. 2021;79:0. [Google Scholar]
- 31.Deep learning computer vision algorithm for detecting kidney stone composition. Black KM, Law H, Aldoukhi A, Deng J, Ghani KR. BJU Int. 2020;125:920–924. doi: 10.1111/bju.15035. [DOI] [PubMed] [Google Scholar]
- 32.External validation of outcome prediction model for ureteral/renal calculi. Parekattil SJ, Kumar U, Hegarty NJ, et al. J Urol. 2006;175:575–579. doi: 10.1016/S0022-5347(05)00244-2. [DOI] [PubMed] [Google Scholar]
- 33.Use of a neural network to predict stone growth after shock wave lithotripsy. Michaels EK, Niederberger CS, Golden RM, Brown B, Cho L, Hong Y. Urology. 1998;51:335–338. doi: 10.1016/s0090-4295(97)00611-0. [DOI] [PubMed] [Google Scholar]
- 34.A neural network-based algorithm for predicting stone-free status after ESWL therapy. Seckiner I, Seckiner S, Sen H, Bayrak O, Dogan K, Erturhan S. Int Braz J Urol. 2017;43:1110–1114. doi: 10.1590/S1677-5538.IBJU.2016.0630. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Prediction of lower pole stone clearance after shock wave lithotripsy using an artificial neural network. Poulakis V, Dahm P, Witzsch U, de Vries R, Remplik J, Becht E. J Urol. 2003;169:1250–1256. doi: 10.1097/01.ju.0000055624.65386.b9. [DOI] [PubMed] [Google Scholar]
- 36.Three-dimensional texture analysis with machine learning provides incremental predictive information for successful shock wave lithotripsy in patients with kidney stones. Mannil M, von Spiczak J, Hermanns T, Poyet C, Alkadhi H, Fankhauser CD. J Urol. 2018;200:829–836. doi: 10.1016/j.juro.2018.04.059. [DOI] [PubMed] [Google Scholar]
- 37.Prediction of fragmentation of kidney stones: a statistical approach from NCCT images. Moorthy K, Krishnan M. Can Urol Assoc J. 2016;10:0–40. doi: 10.5489/cuaj.3674. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.A prediction model using machine learning algorithm for assessing stone-free status after single session shock wave lithotripsy to treat ureteral stones. Choo MS, Uhmn S, Kim JK, Han JH, Kim DH, Kim J, Lee SH. J Urol. 2018;200:1371–1377. doi: 10.1016/j.juro.2018.06.077. [DOI] [PubMed] [Google Scholar]
- 39.Machine learning prediction of stone-free success in patients with urinary stone after treatment of shock wave lithotripsy. Yang SW, Hyon YK, Na HS, et al. BMC Urol. 2020;20:88. doi: 10.1186/s12894-020-00662-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.A machine learning approach to predict the outcome of urinary calculi treatment using shock wave lithotripsy: model development and validation study. Moghisi R, El Morr C, Pace KT, Hajiha M, Huang J. Interact J Med Res. 2022;11:0. doi: 10.2196/33357. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Artificial neural network system to predict the postoperative outcome of percutaneous nephrolithotomy. Aminsharifi A, Irani D, Pooyesh S, et al. J Endourol. 2017;31:461–467. doi: 10.1089/end.2016.0791. [DOI] [PubMed] [Google Scholar]
- 42.Predicting the postoperative outcome of percutaneous nephrolithotomy with machine learning system: software validation and comparative analysis with Guy's stone score and the CROES nomogram. Aminsharifi A, Irani D, Tayebi S, Jafari Kafash T, Shabanian T, Parsaei H. J Endourol. 2020;34:692–699. doi: 10.1089/end.2019.0475. [DOI] [PubMed] [Google Scholar]
- 43.An artificial intelligence-based clinical decision support system for large kidney stone treatment. Shabaniyan T, Parsaei H, Aminsharifi A, Movahedi MM, Jahromi AT, Pouyesh S, Parvin H. Australas Phys Eng Sci Med. 2019;42:771–779. doi: 10.1007/s13246-019-00780-3. [DOI] [PubMed] [Google Scholar]
- 44.Radiomics in radiation oncology—basics, methods, and limitations. Lohmann P, Bousabarah K, Hoevels M, Treuer H. Strahlenther Onkol. 2020;196:848–855. doi: 10.1007/s00066-020-01663-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Repeatability and reproducibility of radiomic features: a systematic review. Traverso A, Wee L, Dekker A, Gillies R. Int J Radiat Oncol Biol Phys. 2018;102:1143–1158. doi: 10.1016/j.ijrobp.2018.05.053. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46.Urovision 2020: the future of urology. Venkatramani V. Indian J Urol. 2015;31:150–155. doi: 10.4103/0970-1591.152918. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47.A novel method for predicting kidney stone type using ensemble learning. Kazemi Y, Mirroshandel SA. Artif Intell Med. 2018;84:117–126. doi: 10.1016/j.artmed.2017.12.001. [DOI] [PubMed] [Google Scholar]


