Abstract: TH-PO029
Artificial Intelligence Prediction of Dialysis Access Complications
Session Information
- AI, Digital Health, Data Science - I
November 02, 2023 | Location: Exhibit Hall, Pennsylvania Convention Center
Abstract Time: 10:00 AM - 12:00 PM
Category: Augmented Intelligence, Digital Health, and Data Science
- 300 Augmented Intelligence, Digital Health, and Data Science
Authors
- Gaweda, Adam E., University of Louisville Health Sciences Center, Louisville, Kentucky, United States
- Alsauskas, Zygimantas C., University of Louisville Health Sciences Center, Louisville, Kentucky, United States
- Brier, Michael E., University of Louisville Health Sciences Center, Louisville, Kentucky, United States
Background
The single most important factor determining quality of dialysis is adequate access. This begins with the placement of an access that is optimized for the individual patient and may include a fistula, graft, or in some cases a catheter. Constant monitoring of the fistula or graft is needed to avoid future complications and with the EMR we can provide this in real time using the dialysis machine / EMR interface. We evaluated an AI approach to prediction venous stenosis at different locations with sufficient warning that an intervention can be performed prior to interruption of dialysis.
Methods
Data were obtained from the University of Louisville dialysis electronic medical record system and the Interventional Nephrology program for the years 2018 to 2020. Routinely collected information at the time of initiation as well as intradialytic data were obtained. Events were determined by direct examination within the interventional facility and segregated into inflow, outflow, central, and other stenosis. Event classification was performed using sequential vector of predictors consisting of target and achieved blood flow rate, arterial pressure, arterial resistance, venous pressure, venous resistance, and mean arterial pressure. Resistance was defined as the ratio of pressure to blood flow rate. Events were predicted 1 week in advance. Classification was performed using tree ensembles (AdaBoost) and Artificial Neural Network.
Results
Data set contained 2369 samples with 27 inflow, 133 outflow, 54 central, and 59 other stenosis events. Classifiers were trained using 10-fold cross-validation. Additionally, 10% of the data were held out for testing. Table 1 shows comparison of the classifier performance on the test data between the two methods.
Conclusion
Sufficient information exists during the dialysis procedure that can be leveraged using advanced mathematical techniques to adequately predict dialysis access complications. The methodology applied also allows for the explanation of the observations seen and can provide predictions through a mathematical model or an expert system in the form of a decision tree.
Inflow | Outflow | Central | Other | |||||
Method | Tree | NN | Tree | NN | Tree | NN | Tree | NN |
True Positive Rate | 100 | 100 | 66.4 | 98.7 | 100 | 100 | 78.7 | 100 |
True Negative Rate | 73.6 | 97.4 | 77.1 | 89.2 | 42.9 | 97.4 | 85.3 | 92.2 |
False Positive Rate | 26.4 | 2.6 | 22.9 | 10.8 | 57.1 | 2.6 | 14.7 | 7.8 |
False Negative Rate | 0 | 0 | 33.6 | 1.3 | 0 | 0 | 21.3 | 0 |