paper-with-me

Papers

Secure Multiparty Computation for Synthetic Data Generation from Distributed Data

2022-10-13 · Mayana Pereira, Sikha Pentyala, Anderson Nascimento, Rafael T. de Sousa Jr., Martine De Cock

Legal and ethical restrictions on accessing relevant data inhibit data science research in critical domains such as health, finance, and education. Synthetic data generation algorithms with privacy guarantees are emerging as a paradigm to break this data logjam. Existing approaches, however, assume that the data holders supply their raw data to a trusted curator, who uses it as fuel for synthetic data generation. This severely limits the applicability, as much of the valuable data in the world is locked up in silos, controlled by entities who cannot show their data to each other or a central aggregator without raising privacy concerns. To overcome this roadblock, we propose the first solution in which data holders only share encrypted data for differentially private synthetic data generation. Data holders send shares to servers who perform Secure Multiparty Computation (MPC) computations while the original data stays encrypted. We instantiate this idea in an MPC protocol for the Multiplicative Weights with Exponential Mechanism (MWEM) algorithm to generate synthetic data based on real data originating from many data holders without reliance on a single point of failure.

📄 PDF Abstract BibTeX arXiv:2210.07332

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

Similar Papers 제목 키워드 기반

Quantum-secure multiparty deep learning

2024-08-10 · Kfir Sulimany, Sri Krishna Vadlamani, Ryan Hamerly, Prahlad Iyengar 외

Secure multiparty computation enables the joint evaluation of multivariate functions across distributed users while ensuring the privacy of their local inputs. This field has become increasingly urgent due to the explodi…

Cloud ComputingDeep LearningQuantization

Secure multiparty computations in floating-point arithmetic

2020-01-09 · Chuan Guo, Awni Hannun, Brian Knott, Laurens van der Maaten 외

Secure multiparty computations enable the distribution of so-called shares of sensitive data to multiple parties such that the multiple parties can effectively process the data while being unable to glean much informatio…

AllMathematical ProofsPrivacy Preservingregression

End to End Collaborative Synthetic Data Generation

2024-12-04 · Sikha Pentyala, Geetha Sitaraman, Trae Claar, Martine De Cock

The success of AI is based on the availability of data to train models. While in some cases a single data custodian may have sufficient data to enable AI, often multiple custodians need to collaborate to reach a cumulati…

Privacy PreservingSynthetic Data Generation

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

Training Differentially Private Models with Secure Multiparty Computation

2022-02-05 · Sikha Pentyala, Davis Railsback, Ricardo Maia, Rafael Dowsley 외

We address the problem of learning a machine learning model from training data that originates at multiple data owners while providing formal privacy guarantees regarding the protection of each owner's data. Existing sol…

Privacy Preserving