Liver Disease Prediction using Federated Learning
Liver Disease Prediction using Federated Learning
1,2,3,4,5,6,7
Sri Vasavi Engineering College(A), Pedatadepalli, Tadepalligudem
ABSTRACT: Developing a model through a centralized approach, where data is shared among all stakeholders, enhances
its reliability. However, privacy concerns—especially regarding medical datasets—often impede data sharing. Numerous
machine learning models have been created using isolated datasets, leading to challenges with overfitting and poor
performance on new datasets. Consequently, there is an urgent need to create a model that achieves accuracy comparable to
centralized models while upholding security standards.
Efficient diagnosis of liver disease typically depends on analyzing imaging techniques such as CT and MRI scans.
Traditional machine learning methods face difficulties due to the decentralized nature of medical data across institutions,
which is further complicated by stringent privacy regulations. Federated learning offers a solution by enabling local model
training, allowing institutions to collaborate without exchanging raw data; instead, they share only model updates. This
approach safeguards data privacy while enhancing model reliability.
Keywords: Federated Learning, Decentralized Model, Model Aggregation, privacy preservation, Medical Imaging, Collaborative
Training.
How to Cite: P. Uma Shankar; E. Surya Rahul; K. Durga Rao; K. Satish; U. Dayanand Kumar; D. Ravindra; G. Subbarao (2025),
Liver Disease Prediction using Federated Learning. International Journal of Innovative Science and Research Technology, 10(4),
880-887. https://doi.org/10.38124/ijisrt/25apr626
Data Collection & Preprocessing Module Local AI Training Agents (Client Nodes)
Gathers medical imaging data (CT scans, MRIs, Each hospital or medical institution acts as a local AI
ultrasound) and clinical test results (bilirubin, ALT, AST, agent, training a deep learning model on its own patient
albumin, etc.). data.
Applies data cleaning, normalization, augmentation, and Uses CNN-based models for image classification and
feature selection to improve training efficiency. MLP/ANN for structured clinical data.
Secure Model Transmission: The evaluation of the Liver Disease Prediction using
Encrypted communication is used to prevent Federated Learning system is based on key performance
unauthorized access during model updates. metrics, model accuracy, and comparative analysis. The
results demonstrate the efficiency, accuracy, and advantages
Homomorphic Encryption (Future Scope): of the proposed approach.
Additional security measures, such as encryption Home page.
techniques, could be implemented to enhance privacy
further.