Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Federated Learning for Hemodialysis data analysis #1078

Open
482170765 opened this issue Dec 22, 2023 · 0 comments
Open

Federated Learning for Hemodialysis data analysis #1078

482170765 opened this issue Dec 22, 2023 · 0 comments

Comments

@482170765
Copy link

482170765 commented Dec 22, 2023

Federated learning is crucial for Hemodialysis patient data analysis. Its benefits are two folds. First, it can help to predict abrupt pressure drop which is lethal during Hemodialysis treatment process. Through distributed training, it can use an aggregating strategy to provide a total enhancement of prediction accuracy out of lower prediction accuracy from different clients. The second benefit is its ability to hide patient privacy information from roaming around on the cloud to a single server which is a paradise for hackers.

We have managed to implement the Federated learning on Hemodialysis data using a kubeflow pipeline infrastructure. This repo. make use of several containers for the federated learning, one for a server, the other two for two clients. The communication piepline between server and clients containers is through k8s HTTP service.

The training accuracy of each separate client reaches around 70%, while the fedarated learning accuracy can reach around 90%. The evident of the enhancements can be seen in the readme file of the repo.
https://github.com/sefgsefg/Federated-Learning-on-kubeflow/tree/main.

Such pipeline can be useful for the kubeflow community. People can reuse the pipeline structure we provided, and dump in new data set to observe its power in enhancing prediction accuracy. The privacy of the data can be preserved automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant