paper-with-me

Papers

Privacy Preserving Data Imputation via Multi-party Computation for Medical Applications

2024-05-29 · Julia Jentsch, Ali Burak Ünal, Şeyma Selcan Mağara, Mete Akgün

Handling missing data is crucial in machine learning, but many datasets contain gaps due to errors or non-response. Unlike traditional methods such as listwise deletion, which are simple but inadequate, the literature offers more sophisticated and effective methods, thereby improving sample size and accuracy. However, these methods require accessing the whole dataset, which contradicts the privacy regulations when the data is distributed among multiple sources. Especially in the medical and healthcare domain, such access reveals sensitive information about patients. This study addresses privacy-preserving imputation methods for sensitive data using secure multi-party computation, enabling secure computations without revealing any party's sensitive information. In this study, we realized the mean, median, regression, and kNN imputation methods in a privacy-preserving way. We specifically target the medical and healthcare domains considering the significance of protection of the patient data, showcasing our methods on a diabetes dataset. Experiments on the diabetes dataset validated the correctness of our privacy-preserving imputation methods, yielding the largest error around $3 \times 10^{-3}$, closely matching plaintext methods. We also analyzed the scalability of our methods to varying numbers of samples, showing their applicability to real-world healthcare problems. Our analysis demonstrated that all our methods scale linearly with the number of samples. Except for kNN, the runtime of all our methods indicates that they can be utilized for large datasets.

📄 PDF Abstract BibTeX arXiv:2405.18878

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationPrivacy Preserving

Similar Papers 제목 키워드 기반

Federated Markov Imputation: Privacy-Preserving Temporal Imputation in Multi-Centric ICU Environments

2025-09-25 · Christoph Düsing, Philipp Cimiano arxiv

Missing data is a persistent challenge in federated learning on electronic health records, particularly when institutions collect time-series data at varying temporal granularities. To address this, we propose Federated …

Federated Learning

Privacy-Preserving Peer-to-Peer Energy Trading via Hybrid Secure Computations

2025-05-26 · Junhong Liu, Qinfei Long, Rong-Peng Liu, Wenjie Liu 외

The massive integration of uncertain distributed renewable energy resources into power systems raises power imbalance concerns. Peer-to-peer (P2P) energy trading provides a promising way to balance the prosumers' volatil…

Distributed Optimizationenergy tradingPrivacy Preserving

Achieving Differential Privacy in Vertically Partitioned Multiparty Learning

2019-11-11 · Depeng Xu, Shuhan Yuan, Xintao Wu

Preserving differential privacy has been well studied under centralized setting. However, it's very challenging to preserve differential privacy under multiparty setting, especially for the vertically partitioned case. I…

Privacy Preserving

Privacy-Preserving Distributed Optimization Under Time Constraints Using Secure Multi-Party Computation and Evolutionary Algorithms

2026-05-20 · Sebastian Gruber, Tobias Harzfeld, Christoph G. Schuetz, Florian Wohner 외 arxiv

In distributed optimization, multiple parties collaborate to find an optimal solution to a problem. Privacy-preserving distributed optimization uses techniques, such as secure multi-party computation (MPC), to protect th…

Distributed Optimization

Reliability Check via Weight Similarity in Privacy-Preserving Multi-Party Machine Learning

2021-01-14 · Kennedy Edemacu, Beakcheol Jang, Jong Wook Kim

Multi-party machine learning is a paradigm in which multiple participants collaboratively train a machine learning model to achieve a common learning objective without sharing their privately owned data. The paradigm has…

BIG-bench Machine LearningPrivacy Preserving