Skip to main content

A warning system for urolithiasis via retrograde intrarenal surgery using machine learning: an experimental study

Abstract

Background

To develop a warning system that can prevent or minimize laser exposure resulting in kidney and ureter damage during retrograde intrarenal surgery (RIRS) for urolithiasis. Our study builds on the hypothesis that shock waves of different degrees are delivered to the hand of the surgeon depending on whether the laser hits the stone or tissue.

Methods

A surgical environment was simulated for RIRS by filling the body of a raw whole chicken with water and stones from the human body. We developed an acceleration measurement system that recorded the power signal data for a number of hours, yielding distinguishable characteristics among three different states (idle state, stones, and tissue–laser interface) by conducting fast Fourier transform (FFT) analysis. A discrete wavelet transform (DWT) was used for feature extraction, and a random forest classification algorithm was applied to classify the current state of the laser-tissue interface.

Results

The result of the FFT showed that the magnitude spectrum is different within the frequency range of < 2500 Hz, indicating that the different states are distinguishable. Each recorded signal was cut in only 0.5-s increments and transformed using the DWT. The transformed data were entered into a random forest classifier to train the model. The test result was only measured with the dataset that was isolated from the training dataset. The maximum average test accuracy was > 95%. The procedure was repeated with random signal dummy data, resulting in an average accuracy of 33.33% and proving that the proposed method caused no bias.

Conclusions

Our monitoring system receives the shockwave signals generated from the RIRS urolithiasis treatment procedure and generates the laser irradiance status by rapidly recognizing (in 0.5 s) the current laser exposure state with high accuracy (95%). We postulate that this can significantly minimize surgeon error during RIRS.

Peer Review reports

Introduction

For many years, endourologists have been searching for a more efficient, less traumatic treatment for urolithiasis. As results, novel and innovative instruments have been developed, expanding the treatment armamentarium. RIRS has gained acceptance as the first treatment alternative for renal stones sized up to 20 mm and in other specified circumstances [1]. RIRS studies investigated the surgical outcomes for overall population have verified the impact of certain surgical and medical complications [2] or renal injury [3]. Although RIRS is widely accepted as minimally invasive treatment, its complications and possible renal damage must be dealt with. The aim of this study was to develop a technology of machine learning-based early warning system to prevent kidney and ureter damage during RIRS for urolithiasis to minimize surgical error and hence improve patient outcomes. To the best of our knowledge, this is the first study to apply discrete wavelet transform (DWT) data feature engineering and machine learning (ML) techniques from RIRS-generated data to minimize the surgical error. Recently, artificial intelligence (or ML) have resulted in a paradigm shift for clinical decision support systems. Clinicians and surgeons can now make precise diagnosis supported by reliable and accurate ML models, resulting in anticipated and improved postoperative outcomes. Several studies conducted on ML applications in urology over the past years have addressed possible improved patient outcomes in the various urologic area, such as renal cell carcinoma [4], patient-specific urologic surgical care [5], prostate cancer [6], etc. However, existing studies have not considered what we believe to be the crucial part of treatment: the procedure itself. One has differentiated distal ureteral stones and pelvic phleboliths convolutional neural network on CT scans [7]. In terms of urolithiasis treatment, the postoperative outcomes of percutaneous nephrolithotomy were predicted using Fisher discriminant analysis [8] and support vector machine [9]. Similarly, the stone-free status after shockwave lithotripsy has been obtained using clinical information and CT image with an artificial neural network [10] and a decision tree method [11, 12]. There also has been an attempt to predict the stone-free rate (SFR) prior to RIRS with the R.I.R.S scoring system and a statistical approach [13]. In terms of statistical approach, [14] investigated the ureteroscopy plus elective double-J stent treatment using a multivariate analysis of factors predict hospitalization. The referenced study investigators assumed that all the procedures were routinely conducted and would only predict outcomes from the procedures. We believe that the optimal method to enhance prognosis after a procedure is to minimize errors during that procedure. To achieve improved outcomes, we propose a novel early warning system for RIRS detecting unexpected laser-tissue interface. The system measures the shockwave generated from the stone or tissue contacted with laser for brief time intervals. Based on the short period of the recorded signal, the early warning system classifies the time-series signal and advises the surgeon of the current state with greater than 95% accuracy with proper settings. With this proposed method, the surgeon can promptly respond to the laser irradiance status of our warning system, minimizing the chances of ureter damage.

Methods

Data collection

Data recording of patient treatments was discouraged due to the potential of it affecting the procedure. Therefore, we simulated RIRS as much as possible to collect data accordingly. After filling the body of a raw whole chicken body with water, stones from humans were placed inside the chicken body and crushed with the laser.

Our hypothesis was that different shockwaves are generated depending on the laser interface with the stone or tissue. Based on this hypothesis, an acceleration measurement system was developed and attached near the endoscope handle. A detailed depiction of data collection system is shown on Fig. 1. An accelerometer mount placed between the endoscope and accelerometer was carefully designed via 3D printer to prevent instable data logging (Fig. 1a, b). Through the accelerometer, the magnitude of the force transmitted to the hand of a surgeon can be measured at a rate of 100 samples per second (samples every 10 ms). During the simulated RIRS, the surgeon will indicate when the laser interfaces with the tissue or stone by pressing the button on the data measuring program handle so the data can be logged. The logged data is then converted into the Microsoft Excel (.xlsx) format (Fig. 1c).

Fig. 1
figure 1

Depiction of the data collection system. a Illustration of the overall acceleration measure system. b Accelerometer and its mount attached to an endoscope. c Data storage and conversion with the data measuring program

The data collection was conducted for approximately 18 hours total, which contains the wave signals from the idle state, laser-stones, and laser-tissue interface. These signals generate single, long time-series data. Therefore, before we applied our method to the collected data, we splitted the data to have a certain timestep long. The length of the timestep was set to 50 steps (i.e., 500 ms) throughout this paper. This hyperparameter value was obtained by a trial-and-error process while considering the trade-off relationship between the accuracy performance and shorter timestep. A shorter timestep is preferred because it promptly provides feedback to the surgeon to be reflected in the procedure in real time.

Hypothesis validation

The irradiance of laser rays leads to stone heating and stone water vaporization, forming a vapor bubble around the stone. This vapor bubble expands and collapses rapidly and induces pressure transients followed by shockwaves, culminating in stone fragmentation [15]. The shockwave can also be generated during the soft-tissue laser ablation, but we expect that the generated waveform should be different from that at the laser-stone interface [16].

The fast Fourier transform (FFT) is an algorithm that calculates the (discrete) Fourier transform of the time-serial signal, and it was conducted on the collected dataset. The FFT converts a time domain signal into a representation in the frequency domain, indicating that we can determine the frequencies that the signal consists of as well as the dominant frequencies.

Fig. 2
figure 2

Fast Fourier transform results for the collected dataset

In every three cases, not shooting the laser, stone, and tissue are hit by the laser, are named as “Idle,” “Stone,” and “Tissue,” respectively. All of the data were sliced into segments of 500 ms (50 timesteps) that were determined by the performance assessment. Every segment was analyzed by FFT and averaged within each case (Fig. 2 shows the result of the FFT analysis with a log-scale vertical axis). The result indicates that there are distinct differences among the three states. Representatively, The case of “Stone” showed the largest magnitude in most of the frequency range. In other words, the signals from different laser irradiance states can be distinguished based on their waveform. Although we can differentiate the signal data, FFT merely shows this information. The difference between stationary and non-stationary signals cannot be determined from the FFT result, which have time-invariant and variant frequency components, respectively. RIRS for urolithiasis naturally involves a non-stationary (frequency component: variant) signal-generating circumstance. This was the rationale for this study considering DWT as a feature engineering method, which will be described in detail.

Overall process of the algorithm

In this study, the ML model process can be divided into two parts: feature engineering with DWT and classification with the random forest model. DWT enables the classifier to collect more information from time-series waveform data. The random forest classifier was accepted as a classifier model throughout this study. All the algorithms are implemented on a machine with Intel®i9-9900K and Nvidia®RTX2080ti and written in Python 3.6.3.

DWT

DWT is a type of wavelet transform for wavelets that are discretely sampled, such as our collected data. The major advantage of DWT is its ability to capture both frequency and time zone information by converting the signal into a family of wavelets [17].

The wavelet family defined by a mother wavelet function \(\Psi\). There also are child wavelets determined by \(\Psi\) and its parameter j and k. The formal definition of discrete set of child wavelet is as follows:

$$\begin{aligned} \Psi _{j,k}= & {} 2^{-\frac{j}{2}}\Psi (2^{j}t-k)\\ \gamma _{j,k}= & {} \int _{-\infty }^{\infty } x(t) \Psi _{j,k} dt \end{aligned}$$

This \(\gamma _{j,k}\) is a convolution of x(t) with a dilated, reflected, and normalized variant of \(\Psi\) if we see \(\gamma\) as a function of k only.

We utilized a single level (order) of the transform which outputs approximate and detail coefficients, each having a length of half the original data length if no padding was applied to the data segments. These coefficients become our transformed data that is fed into the random forest machine learning model. Fig. 3 illustrates the whole data transformation as a feature engineering process.

Fig. 3
figure 3

An illustration of the data transformation process

DWT has been widely used in numerous studies using time-series data, which include signal processing, classification, and detection. Among those applications, DWT is recognized for its effectiveness in electroencephalogram (EEG), electrocardiogram, and electromyographic (EMG) signal analysis. DWT was utilized for extracting features from possibly contaminated EMG signals [18] and as a feature extraction method for emotion recognition from EEG signals [19].

DWT is the process of decomposing a given signal into wavelet bases. The decomposition into wavelet bases is referred to as multiresolution analysis [20]. We used a single level of the transform that generates approximate and detail coefficients, each having a length of half the original data length if no padding was applied to the data segments. Further, we used various types of discrete wavelet family, such as Haar, Daubechies, reverse biorthogonal, and discrete Meyer, referred to as haar, db, rbio, and dmey, respectively. The number followed by the wavelet is the distinction of the approximation orders of that family. Each data segment with a length of 50 timesteps (500 ms) is transformed through DWT and converted to approximate and detail coefficients. The coefficients are used as a dataset to train and test the random forest ML classifier.

Random forest classifier

Random forest, also known as random decision forest, is an ensemble-learning [21] method for classification and many other tasks that composed with a multitude of decision trees at a training stage and output the class that is the label of the classes when it comes to a classification task testing stage [22, 23]. A random forest is a meta estimator that trains several decision tree classifiers on sub-sample sets and averages the result to increase predictive accuracy and reduce the chance of over-fitting. In this study, we implemented the classifier using the scikit-learn [24] Python library with its default hyperparameters.

To validate the model performance correctly, m segments were picked from each class, with slight discrepancy in data amount among them. With the m segments, k-fold cross-validation process was conducted, which separates the training and test data for independent use for each process. These processes were repeated for n times and the outputs of the random forest classifier performance metric, accuracies, were averaged to evaluate the general performance. Hence, the performance can be assessed for \(m\cdot n\cdot k\) different random data subset combinations. In this study, we set m, n, and k to 20, 100, and 10, respectively, which is basically 10-fold stratified cross-validation [25]. In short, we trained and tested the model with 20,000 different data subset combinations, averaged the accuracy outputs, and used it as a representative value for a single run.

Results

Performance assessment will be presented in two parts: predictive accuracies and receiver operating characteristic (ROC) curves.

Average prediction accuracies from cross-validation

With the discrete wavelets and cross-validation schemes, we obtained an average accuracy performance for each selected wavelet (Table 1).

Table 1 Accuracy performance metrics (averaged accuracies and their standard deviations) for each selected wavelet
Fig. 4
figure 4

Normalized confusion matrix for the 3-class classification problem

There were no significant differences between the wavelets, but discrete Meyer achieved the best performance with a 95% prediction accuracy. This implies that the surgeon can receive information about the current laser exposure status within 0.5 s after the start of the procedure with 95% accuracy. Fig. 4 shows the results as a form of normalized confusion matrix (0, 1, and 2 denotes “Idle”, “Stone”, and “Tissue” states, respectively).

ROC metric evaluation including dummy data procedure

ROC curve evaluation was conducted with discrete Meyer wavelet, achieving the best accuracy performance. The process for the predictive accuracy evaluation was repeated for ROC curves, as they were computed at every step and averaged. Each plot includes 1 standard deviation range accordingly. In contrast to the accuracy assessment, ROC calculation was conducted with three one-versus-rest cases as follows: Idle vs. Stone + Tissue, Stone vs. Idle + Tissue, and Tissue vs. Idle + Stone.

Fig. 5
figure 5

Receiver operating characteristic curves for each case

In a multi-class classification problem, the dataset is naturally imbalanced if the problem is handled as a one-versus-rest case. Hence, we generated uniformly distributed random dummy data for each class label and conducted exact same process as in the original data case. Fig. 5 shows both original and dummy data ROC curves.

All ROC curves with the original data show AUC scores of greater than 0.98 and dummy data ROC curves show scores of approximately 0.5, i.e., the data are indistinguishable and there is no bias caused in the proposed method.

The time required for the trained model to classify the incoming data is negligible (less than 10 ms on our machine). This indicates that the surgeon can receive reliable feedback in approximately 0.5 a when unwanted laser irradiation occurs during the procedure.

Discussion

Urolithiasis is an increasingly prevalent condition worldwide for which RIRS intervention use has also increased, but there are minimal studies on its safety [2, 26]. The main RIRS complications include fever, flank pain, urinary tract infection, transient hematuria, acute urinary retention, ureteral and pelvicalyceal abrasion, stone street, subcapsular hematoma, forniceal rupture, extravasation, urinoma, ureter avulsion, bleeding requiring transfusion, and sepsis [2, 27]. Reported complication rates vary between 0 and 25% in previous studies [28].

Most complications are prevented by placing a ureteral stent after surgery. However, urinary tract injuries and perforations occur during surgery, and these injuries can cause bleeding and tissue damage, even if the complications develop gradually. In terms of that, we developed a monitoring system to reduce possible negative postoperative outcomes. Nevertheless, there are some areas of improvement as follows:

  • Acquiring Quality Data Our warning system is currently developed with data acquired from RIRS simulation. This will be improved and developed based on data obtained through human experiments in the future.

  • Shorter Processing Time If the processing time can be shortened even further from 500 ms, this will lead to enhanced error correction, resulting in improved prognosis.

  • Feedback Modality There are three widely accepted feedback modalities: Visual, Auditory, and Tactile. These modalities can be utilized to provide feedback to surgeons using the warning system. An interesting future investigation would be to determine which modality is most effective in providing warning to the surgeon.

  • Dataset from Real Case A limitation of the study is that animal experiments were conducted, and the results can be analyzed by extrapolating the data and applying it to actual surgery in the future.

  • Further applications Presented approach can be applied to other treatments that are exploiting laser vaporisation, such as Benign Prostatic Hyperplasia (BPH) surgery [29] and MOSES technology LEP (MoLEP) for benign prostate enlargement (BPE) treatment [30].

Despite of these possible improvements that are yet to be realized, we believe our monitoring system that inputs the shockwave signal generated from RIRS for urolithiasis and reports the laser irradiance status, which rapidly recognizes (approximately 0.5 s) the current laser exposure status with high accuracy (greater than 95%), can aid both the surgeons and patients greatly.

Availability of data and materials

The dataset (and FFT analysis Python script) generated and analysed during the current study is available in the GitHub repository (https://github.com/MLCS-Yonsei/RIRS).

References

  1. Berardinelli F, Proietti S, Cindolo L, Pellegrini F, Peschechera R, Derek H, Dalpiaz O, Schips L, Giusti G. A prospective multicenter european study on flexible ureterorenoscopy for the management of renal stone. Int Braz J Urol. 2016;42:479–86.

    Article  PubMed  PubMed Central  Google Scholar 

  2. Berardinelli F, De Francesco P, Marchioni M, Cera N, Proietti S, Hennessey D, Dalpiaz O, Cracco C, Scoffone C, Giusti G, et al. Rirs in the elderly: Is it feasible and safe? Int J Surg. 2017;42:147–51.

    Article  CAS  PubMed  Google Scholar 

  3. Mykoniatis I, Sarafidis P, Memmos D, Anastasiadis A, Dimitriadis G, Hatzichristou D. Are endourological procedures for nephrolithiasis treatment associated with renal injury? A review of potential mechanisms and novel diagnostic indexes. Clin Kidney J. 2020;13(4):531–41.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Suarez-Ibarrola R, Hein S, Reis G, Gratzke C, Miernik A. Current and future applications of machine and deep learning in urology: a review of the literature on urolithiasis, renal cell carcinoma, and bladder and prostate cancer. World J Urol. 2020;38(10):2329–47.

    Article  PubMed  Google Scholar 

  5. Doyle PW, Kavoussi NL. Machine learning applications to enhance patient specific care for urologic surgery. World J Urolo. 2021;40:679–86.

    Article  Google Scholar 

  6. Ferro M, de Cobelli O, Vartolomei MD, Lucarelli G, Crocetto F, Barone B, Sciarra A, Del Giudice F, Muto M, Maggi M, et al. Prostate cancer radiogenomics-from imaging to molecular characterization. Int J Mol Sci. 2021;22(18):9971.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Jendeberg J, Thunberg P, Lidén M. Differentiation of distal ureteral stones and pelvic phleboliths using a convolutional neural network. Urolithiasis. 2021;49(1):41–9.

    Article  PubMed  Google Scholar 

  8. Shabaniyan T, Parsaei H, Aminsharifi A, Movahedi MM, Jahromi AT, Pouyesh S, Parvin H. An artificial intelligence-based clinical decision support system for large kidney stone treatment. Aust Phys Eng Sci Med. 2019;42(3):771–9.

    Article  Google Scholar 

  9. Aminsharifi A, Irani D, Tayebi S, Jafari Kafash T, Shabanian T, Parsaei H. 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. J Endourol. 2020;34(6):692–9.

    Article  PubMed  Google Scholar 

  10. Seckiner I, Seckiner S, Sen H, Bayrak O, Dogan K, Erturhan S. A neural network-based algorithm for predicting stone-free status after eswl therapy. Int Braz J Urol. 2017;43:1110–4.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Choo MS, Uhmn S, Kim JK, Han JH, Kim D-H, Kim J, Lee SH. A prediction model using machine learning algorithm for assessing stone-free status after single session shock wave lithotripsy to treat ureteral stones. J Urol. 2018;200(6):1371–7.

    Article  PubMed  Google Scholar 

  12. Yang SW, Hyon YK, Na HS, Jin L, Lee JG, Park JM, Lee JY, Shin JH, Lim JS, Na YG, et al. Machine learning prediction of stone-free success in patients with urinary stone after treatment of shock wave lithotripsy. BMC Urol. 2020;20(1):1–8.

    Article  CAS  Google Scholar 

  13. Wang C, Wang S, Wang X, Lu J. External validation of the rirs scoring system to predict stone-free rate after retrograde intrarenal surgery. BMC Urol. 2021;21(1):1–7.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Salciccia S, Sciarra A, Pierella F, Leoncini PP, Vitullo P, Polese M, Maggi M, Perugia G, Di Marco P, Ricciuti GP. Predictors of hospitalization after ureteroscopy plus elective double-j stent as an outpatient procedure. Urol Int. 2019;102(2):167–74.

    Article  PubMed  Google Scholar 

  15. Dogra P, Ansari M, Gupta N. Urethral strictures. In: Gupata NP, Kumar RB, editors. Holmium laser-endourological application. New Delhi: Publications Pvt Ltd.; 2004. p. 29–36.

    Google Scholar 

  16. Vogel A, Venugopalan V. Pulsed laser ablation of soft biological tissues. In: Optical-thermal response of laser-irradiated tissue, Switzerland AG: Springer; 2010. pp. 551–615.

  17. Akansu AN, Haddad RA, Haddad PA, Haddad PR. Multiresolution signal decomposition: transforms, subbands, and wavelets. Cambridge: Academic press; 2001.

    Google Scholar 

  18. Ijaz A, Choi J. Anomaly detection of electromyographic signals. IEEE Trans Neural Sys Rehabil Eng. 2018;26(4):770–9.

    Article  Google Scholar 

  19. Yohanes RE, Ser W, Huang G-b. Discrete wavelet transform coefficients for emotion recognition from eeg signals. In: 2012 annual international conference of the IEEE engineering in medicine and biology society, 2012; pp. 2251–4. IEEE.

  20. Wojtaszczyk P. A mathematical introduction to wavelets, vol. 37. Cambridge: Cambridge University Press; 1997.

    Book  Google Scholar 

  21. Dietterich T, et al. Ensemble learning. In: the handbook of brain theory and neural networks. Arbib MA; 2002.

  22. Ho TK. Random decision forests. In: proceedings of 3rd international conference on document analysis and recognition, vol. 1. 1995; pp. 278–82. IEEE.

  23. Ho TK. The random subspace method for constructing decision forests. IEEE Trans Pattern Anal Mach Intell. 1998;20(8):832–44.

    Article  Google Scholar 

  24. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, Blondel M, Prettenhofer P, Weiss R, Dubourg V, et al. Scikit-learn: machine learning in python. J Mach Learn Res. 2011;12:2825–30.

    Google Scholar 

  25. Kohavi R, et al. A study of cross-validation and bootstrap for accuracy estimation and model selection. In: Ijcai, vol. 14. Montreal: 1995; pp. 1137–45.

  26. Sorokin I, Mamoulakis C, Miyazawa K, Rodgers A, Talati J, Lotan Y. Epidemiology of stone disease across the world. World J Urol. 2017;35(9):1301–20.

    Article  PubMed  Google Scholar 

  27. Geavlete P, Multescu R, Geavlete B. Retrograde flexible ureteroscopic approach of upper urinary tract pathology: What is the status in 2014? Int J Urol. 2014;21(11):1076–84.

    Article  PubMed  Google Scholar 

  28. Fan J, Wan S, Liu L, Zhao Z, Mai Z, Chen D, Zhu W, Yang Z, Ou L, Wu W. Predictors for uroseptic shock in patients who undergo minimally invasive percutaneous nephrolithotomy. Urolithiasis. 2017;45(6):573–8.

    Article  CAS  PubMed  Google Scholar 

  29. Salciccia S, Del Giudice F, Maggi M, Eisenberg ML, Chung BI, Conti SL, Kasman AM, Vilson FL, Ferro M, Lucarelli G, et al. Safety and feasibility of outpatient surgery in benign prostatic hyperplasia: a systematic review and meta-analysis. J Endourol. 2021;35(4):395–408.

    Article  PubMed  Google Scholar 

  30. Gauhar V, Gilling P, Pirola GM, Chan VW-S, Lim EJ, Maggi M, Teoh JY-C, Krambeck A, Castellani D. Does moses technology enhance the efficiency and outcomes of standard holmium laser enucleation of the prostate? Results of a systematic review and meta-analysis of comparative studies. Eur Urol Focus. 2022.

Download references

Acknowledgements

This research was supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (2019R1C1C1009348). This work of Choi has been supported in part by Yonsei-KIST Convergence Research Program.

Funding

This research was funded by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (2019R1C1C1009348).

Author information

Authors and Affiliations

Authors

Contributions

JJ performed the data analysis, machine learning modeling, and drafted the manuscript. KC revised the manuscript and performed the data collection process. JC revised the manuscript and provided guidance on the machine learning modeling. JL designed and made the data collection system. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Kidon Chang.

Ethics declarations

Ethics approval and consent to participate

This article does not contain any studies with human participants or living animals performed by any of the authors.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, 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 changes were made. 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/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Jeong, J., Chang, K., Lee, J. et al. A warning system for urolithiasis via retrograde intrarenal surgery using machine learning: an experimental study. BMC Urol 22, 80 (2022). https://doi.org/10.1186/s12894-022-01032-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12894-022-01032-5

Keywords