paper-with-me

홈 › Papers

Decentralised, Collaborative, and Privacy-preserving Machine Learning for Multi-Hospital Data

2024-01-31 · Congyu Fang, Adam Dziedzic, Lin Zhang, Laura Oliva, Amol Verma, Fahad Razak, Nicolas Papernot, Bo wang

Machine Learning (ML) has demonstrated its great potential on medical data analysis. Large datasets collected from diverse sources and settings are essential for ML models in healthcare to achieve better accuracy and generalizability. Sharing data across different healthcare institutions is challenging because of complex and varying privacy and regulatory requirements. Hence, it is hard but crucial to allow multiple parties to collaboratively train an ML model leveraging the private datasets available at each party without the need for direct sharing of those datasets or compromising the privacy of the datasets through collaboration. In this paper, we address this challenge by proposing Decentralized, Collaborative, and Privacy-preserving ML for Multi-Hospital Data (DeCaPH). It offers the following key benefits: (1) it allows different parties to collaboratively train an ML model without transferring their private datasets; (2) it safeguards patient privacy by limiting the potential privacy leakage arising from any contents shared across the parties during the training process; and (3) it facilitates the ML model training without relying on a centralized server. We demonstrate the generalizability and power of DeCaPH on three distinct tasks using real-world distributed medical datasets: patient mortality prediction using electronic health records, cell-type classification using single-cell human genomes, and pathology identification using chest radiology images. We demonstrate that the ML models trained with DeCaPH framework have an improved utility-privacy trade-off, showing it enables the models to have good performance while preserving the privacy of the training data points. In addition, the ML models trained with DeCaPH framework in general outperform those trained solely with the private datasets from individual parties, showing that DeCaPH enhances the model generalizability.

📄 PDF Abstract BibTeX arXiv:2402.00205

Code (1)

cleverhans-lab/decaph 공식 구현 pytorch

Tasks

Mortality PredictionPrivacy Preserving

Similar Papers 제목 키워드 기반

A Distributed Trust Framework for Privacy-Preserving Machine Learning

2020-06-03 · Will Abramson, Adam James Hall, Pavlos Papadopoulos, Nikolaos Pitropakis 외

When training a machine learning model, it is standard procedure for the researcher to have full knowledge of both the data and model. However, this engenders a lack of trust between data owners and data scientists. Data…

BIG-bench Machine LearningData PoisoningFederated LearningPrivacy Preserving+1

Privacy and Trust Redefined in Federated Machine Learning

2021-03-29 · Pavlos Papadopoulos, Will Abramson, Adam J. Hall, Nikolaos Pitropakis 외

A common privacy issue in traditional machine learning is that data needs to be disclosed for the training procedures. In situations with highly sensitive data such as healthcare records, accessing this information is ch…

BIG-bench Machine LearningFederated LearningPrivacy Preserving

How to Democratise and Protect AI: Fair and Differentially Private Decentralised Deep Learning

2020-07-18 · Lingjuan Lyu, Yitong Li, Karthik Nandakumar, Jiangshan Yu 외

This paper firstly considers the research problem of fairness in collaborative deep learning, while ensuring privacy. A novel reputation system is proposed through digital tokens and local credibility to ensure fairness,…

Deep LearningFairnessGenerative Adversarial NetworkPrivacy Preserving+1

Topology-Based Reconstruction Prevention for Decentralised Learning

2023-12-08 · Florine W. Dekker, Zekeriya Erkin, Mauro Conti

Decentralised learning has recently gained traction as an alternative to federated learning in which both data and coordination are distributed. To preserve the confidentiality of users' data, decentralised learning reli…

Federated LearningPrivacy Preserving

Decentralised Resource Sharing in TinyML: Wireless Bilayer Gossip Parallel SGD for Collaborative Learning

2025-01-08 · Ziyuan Bao, Eiman Kanjo, Soumya Banerjee, Hasib-Al Rashid 외

With the growing computational capabilities of microcontroller units (MCUs), edge devices can now support machine learning models. However, deploying decentralised federated learning (DFL) on such devices presents key ch…

Federated LearningPrivacy Preserving