paper-with-me

Papers

Machine Learning in Precision Medicine to Preserve Privacy via Encryption

2021-02-05 · William Briguglio, Parisa Moghaddam, Waleed A. Yousef, Issa Traore, Mohammad Mamun

Precision medicine is an emerging approach for disease treatment and prevention that delivers personalized care to individual patients by considering their genetic makeups, medical histories, environments, and lifestyles. Despite the rapid advancement of precision medicine and its considerable promise, several underlying technological challenges remain unsolved. One such challenge of great importance is the security and privacy of precision health-related data, such as genomic data and electronic health records, which stifle collaboration and hamper the full potential of machine-learning (ML) algorithms. To preserve data privacy while providing ML solutions, this article makes three contributions. First, we propose a generic machine learning with encryption (MLE) framework, which we used to build an ML model that predicts cancer from one of the most recent comprehensive genomics datasets in the field. Second, our framework's prediction accuracy is slightly higher than that of the most recent studies conducted on the same dataset, yet it maintains the privacy of the patients' genomic data. Third, to facilitate the validation, reproduction, and extension of this work, we provide an open-source repository that contains the design and implementation of the framework, all the ML experiments and code, and the final predictive model deployed to a free cloud service.

📄 PDF Abstract BibTeX arXiv:2102.03412

Code (1)

isotlaboratory/Healthcare-Security-Analysis-MLE 공식 구현

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

On the Gini-impurity Preservation For Privacy Random Forests

2023-09-21 · journal 2023 5

Random forests have been one successful ensemble algorithms in machine learning. Various techniques have been utilized to preserve the privacy of random forests from anonymization, differential privacy, homomorphic encry…

Integrating Homomorphic Encryption and Synthetic Data in FL for Privacy and Learning Quality

2026-03-03 · Yenan Wang, Carla Fabiana Chiasserini, Elad Michael Schiller arxiv

Federated learning (FL) enables collaborative training of machine learning models without sharing sensitive client data, making it a cornerstone for privacy-critical applications. However, FL faces the dual challenge of …

Synthetic Data GenerationFederated Learning

FheFL: Fully Homomorphic Encryption Friendly Privacy-Preserving Federated Learning with Byzantine Users

2023-06-08 · Yogachandran Rahulamathavan, Charuka Herath, Xiaolan Liu, Sangarapillai Lambotharan 외

The federated learning (FL) technique was developed to mitigate data privacy issues in the traditional machine learning paradigm. While FL ensures that a user's data always remain with the user, the gradients are shared …

Data PoisoningFederated LearningPrivacy Preserving

Active Informed Consent to Boost the Application of Machine Learning in Medicine

2022-09-27 · Marco Gerardi, Katarzyna Barud, Marie-Catherine Wagner, Nikolaus Forgo 외

Machine Learning may push research in precision medicine to unprecedented heights. To succeed, machine learning needs a large amount of data, often including personal data. Therefore, machine learning applied to precisio…

Effect of Homomorphic Encryption on the Performance of Training Federated Learning Generative Adversarial Networks

2022-07-01 · Ignjat Pejic, Rui Wang, Kaitai Liang

A Generative Adversarial Network (GAN) is a deep-learning generative model in the field of Machine Learning (ML) that involves training two Neural Networks (NN) using a sizable data set. In certain fields, such as medici…

Federated LearningGenerative Adversarial NetworkPrivacy Preserving