Paper_1
Paper_1
Paper_1
net/publication/382461697
CITATIONS READS
0 166
3 authors:
SEE PROFILE
All content following this page was uploaded by Ersin Elbaşı on 23 July 2024.
Abstract—Liver cirrhosis poses a significant threat as a highly However, the challenge of early detection persists, with 75
infectious blood-borne illness, often remaining asymptomatic in to 80 percent of cases progressing to irreversible stages before
its initial stages, thereby complicating early diagnosis and symptoms manifest, rendering therapy ineffective [2]. Timely
treatment. As the disease advances to its later stages, diagnostic identification of the disease, as highlighted by [3], offers the
and therapeutic interventions become increasingly daunting. This best prospects for successful intervention, minimizing liver
work endeavors to provide a robust solution by introducing an damage and reducing the risk of associated complications like
Artificial Intelligence (AI) system driven by state-of-the-art liver cancer [5]. Thus, the development of novel diagnostic
Machine Learning (ML) algorithms, aiming to aid healthcare methodologies capable of detecting liver cirrhosis in its nascent
professionals in the early detection of liver cirrhosis. Multiple ML stages holds immense promise, enabling prompt initiation of
algorithms are under development with the primary objective of therapies and curbing further transmission of the virus. AI-
predicting the likelihood of liver cirrhosis infection. Through this based disease diagnostics and prediction algorithms offer
research, seven distinct models have been crafted, leveraging significant potential for facilitating the early detection of both
diverse parameters and employing different ML algorithms such acute infections and chronic disorders. Many studies have
as Logistic Regression (LR), Linear Discriminant Analysis (LDA),
investigated the role of ML and Deep Learning (DL) in the
k-Nearest Neighbors (KNN), Random Forest (RF), Multi-layer
prediction of liver cirrhosis and reported promising findings
Perceptron (MLP), AdaBoost, and Bernoulli Naive Bayes
(BernoulliNB). Among these, the RF algorithm emerged as the
(e.g., [6], [7]). This underscores the critical role of AI in
frontrunner, exhibiting an impressive accuracy rate of enabling timely interventions and improving patient outcomes
approximately 98 percent. Utilizing an open-access liver cirrhosis by leveraging structured datasets and advanced ML algorithms.
dataset, this methodology surpasses earlier research endeavors, In this study, various well-established ML algorithms were
showcasing a substantial improvement in predictive accuracy. employed, yielding notable outcomes. LR, LDA, KNN, RF,
Rigorous comparisons between models underscore their MLP, AdaBoost, and BernoulliNB emerged as effective
robustness, affirming their reliability and establishing a clear
algorithms, boasting accuracy of 92%, 82%, 67%, 98%, 74%,
pathway forward for future investigations in this domain.
66%, and 66%, respectively. The significantly higher accuracy
percentage of the models utilized in this study compared to
Keywords—liver cirrhosis; machine learning; prediction;
prior research underscores their enhanced reliability. Through
health rigorous model comparisons, these findings demonstrate the
I. INTRODUCTION robustness of the proposed approach, laying the groundwork
for further development and implementation. The subsequent
Liver cirrhosis, a blood-borne disease, impacts millions sections of this paper delve into related work in Section 2,
worldwide, taking a significant toll on public health. Despite detailing research method in Section 3, experimental findings
its global prevalence, symptoms often surface only in later in Section 4, followed by conclusions in Section 5.
stages, contributing to substantial morbidity and mortality rates
[1]. According to the World Health Organization (WHO), II. BACKGROUND AND RELATED LITERATURE
millions contract the virus annually [2]. The delayed onset of
symptoms complicates early detection and intervention efforts, A. Liver Cirrhosis Prediction
emphasizing the urgent need for innovative diagnostic Liver cirrhosis is a chronic liver disease characterized by
strategies. The insidious nature of liver cirrhosis, with most the progressive deterioration of liver function and the
patients showing no symptoms in the early stages, underscores formation of scar tissue [8]. It is often the result of long-term
the urgent need for effective diagnostic tools. Without early liver damage caused by conditions such as chronic alcohol
detection, liver damage escalates, leading to heightened fatality abuse, viral hepatitis, or non-alcoholic fatty liver disease. As
rates [3]. Given the absence of a viable vaccination, precise cirrhosis progresses, it can lead to serious complications such
assessment of liver damage becomes pivotal for the effective as liver failure, portal hypertension, and hepatocellular
management and prevention of viral transmission [4]. In this carcinoma [8]. Early detection and intervention are crucial for
context, AI emerges as a promising tool, demonstrating managing cirrhosis and preventing further liver damage.
comparable diagnostic efficacy to human clinicians and, in
some cases, surpassing them, particularly among less Prediction of liver cirrhosis using ML techniques has
experienced physicians. gained attention as a promising approach for early diagnosis
2 of 5
and prognosis. ML models can analyze large volumes of Other work [9] focused on feature extraction and
patient data, including clinical, laboratory, and imaging data, to integration methods. For instance, the authors proposed an
identify patterns and predict the likelihood of developing integrated feature extraction approach for liver disease
cirrhosis [9]. By leveraging advanced algorithms and classification, achieving an accuracy of 88.10% and an F1
computational techniques, these models can provide accurate score of 88.68% using logistic regression, random forest, KNN,
and personalized predictions, allowing healthcare providers to SVM, MLP, and ensemble voting classifiers. In [14], the
intervene early and tailor treatment plans to individual patients authors combined SVM and modified particle swarm
[10]. Additionally, ML techniques enable the integration of optimization for heart and liver data classification, reporting
diverse data sources and the extraction of hidden insights from enhanced accuracy and performance compared to traditional
complex datasets, enhancing our understanding of the methods.
underlying mechanisms of liver cirrhosis and improving
diagnostic accuracy and patient outcomes [11]. One research group focused on prognostic models for liver
disease. The authors in [15] developed a prognostic model for
B. Literature Review ICU readmission after liver transplantation, achieving high
The literature reviewed encompasses various studies accuracy, precision, recall, and F1-score using ML methods.
exploring ML approaches for liver disease prediction and The authors in [5] compared the prognosis of hepatocellular
diagnosis. Four themes were identified: assessing the efficacy carcinoma (HCC) in NAFLD patients against other etiologies,
of ML models, prediction and identification, feature extraction revealing worse outcomes in NAFLD-related HCC and
and integration methods, prognostic models, data demonstrating the efficacy of extreme gradient boosting for
preprocessing, and ensemble learning. The themes extracted predictive modeling. Additionally, the authors in [3] proposed
from these studies highlight the diversity of methodologies and a deep learning model for detecting liver disease tumors,
approaches employed, as well as the significant contributions demonstrating superior performance in accuracy, dice
to advancing liver disease detection and prognosis. similarity coefficient, and specificity compared to existing
algorithms.
Several studies focus on assessing the efficacy of ML
models in diagnosing liver diseases and predicting patient Another group of studies focused on data preprocessing
outcomes. In [1], the authors evaluated ML models' precision, and ensemble learning. In [16], the authors evaluated various
recall, and transferability, while in [2], they compared three ML models and ensemble methods for liver disease prediction,
alternative models, including Support Vector Machine (SVM), highlighting the superior performance of the voting classifier
decision tree classification, and RF classification, with RF with SMOTE. The authors in [17] and [18] utilized ensemble
exhibiting the highest accuracy of around 97%. Also, in [10], learning algorithms and data preprocessing techniques to
the authors assessed the performance of various ML algorithms enhance liver disease detection and classification. The authors
in predicting liver disease occurrence, achieving good accuracy in [17] reported the highest testing accuracy of 91.82% using
after feature selection. Moreover, the authors in [12] develop an extra tree classifier, while in [18] the authors achieved LR
ML scores to predict liver disease outcomes, demonstrating with SMOTE providing the highest level of accuracy at
their association with clinically significant parameters and 93.18%.
suggesting their utility in clinical practice. Furthermore, in [4], This study not only validates the findings of previous
the authors conducted a comparison analysis of different ML research but also expands upon them by conducting thorough
classifiers for liver disease prediction, showcasing the accuracy testing and comparison of several ML techniques, including
of various algorithms across different datasets. LR, LDA, KNN, RF, MLP, AdaBoost, and BernoulliNB. By
Another group of studies focused on diagnosis, employing a diverse array of ML methods, this study offers a
prediction, and identification. For example, in [6], the authors comprehensive evaluation of their effectiveness in addressing
identified diagnostic biomarkers of NAFLD using ML the research objectives. Through rigorous testing and
algorithms, revealing genes associated with NAFLD and their comparison, the study provides valuable insights into the
correlation with immune cell infiltration, providing insights relative strengths and weaknesses of each technique, thereby
into NAFLD mechanisms and treatment. Also, the authors in enhancing our understanding of their applicability in the
[11] reviewed and compared denoising, deblurring, and context of liver cirrhosis diagnosis and prediction.
segmentation methods for liver disease diagnosis, highlighting Furthermore, the results of our study surpassed those of
the effectiveness of DL-based convolutional neural networks. previous research, achieving a 98% accuracy rate for Random
Moreover, the authors in [13] applied ML algorithms to Forest.
construct prediction models for liver disease severity, III. MATERIALS AND METHODS
achieving comparable predictive abilities with established
clinical scores like SOFA, SAPS II, MELD, and MELD Na. We conducted our experiments utilizing the Phoenix High-
Similarly, the authors in [7] aimed to lower the high cost of Performance Computing facility at the American University of
liver disease diagnosis through prediction using various ML the Middle East (AUM). This system features CentOS 7.4
algorithms. Their proposed intelligent model achieves an (RedHat-based) operating systems equipped with 640 CPU
accuracy of 0.884 and a miss rate of 0.116, demonstrating its cores, Intel Xeon E5-2698 v3 2.3GHz processors, and a
effectiveness and comprehensiveness in predicting liver substantial 1.28 TB of memory. With a peak performance
disease. capability of 23 TFLOPS, this platform facilitated our research
3 of 5