paper-with-me

Papers

Using Autoencoders on Differentially Private Federated Learning GANs

2022-06-24 · Gregor Schram, Rui Wang, Kaitai Liang

Machine learning has been applied to almost all fields of computer science over the past decades. The introduction of GANs allowed for new possibilities in fields of medical research and text prediction. However, these new fields work with ever more privacy-sensitive data. In order to maintain user privacy, a combination of federated learning, differential privacy and GANs can be used to work with private data without giving away a users' privacy. Recently, two implementations of such combinations have been published: DP-Fed-Avg GAN and GS-WGAN. This paper compares their performance and introduces an alternative version of DP-Fed-Avg GAN that makes use of denoising techniques to combat the loss in accuracy that generally occurs when applying differential privacy and federated learning to GANs. We also compare the novel adaptation of denoised DP-Fed-Avg GAN to the state-of-the-art implementations in this field.

📄 PDF Abstract BibTeX arXiv:2206.12270

Code (1)

gregor160300/federated 공식 구현 tf

Tasks

AvgDenoisingFederated Learning

Similar Papers 제목 키워드 기반

Generative Models for Effective ML on Private, Decentralized Datasets

2019-11-15 · ICLR 2020 1 · Sean Augenstein, H. Brendan McMahan, Daniel Ramage, Swaroop Ramaswamy 외

To improve real-world applications of machine learning, experienced modelers develop intuition about their datasets, their models, and how the two interact. Manual inspection of raw data - of representative samples, of o…

Federated Learning

DPD-fVAE: Synthetic Data Generation Using Federated Variational Autoencoders With Differentially-Private Decoder

2022-11-21 · Bjarne Pfitzner, Bert Arnrich

Federated learning (FL) is getting increased attention for processing sensitive, distributed datasets common to domains such as healthcare. Instead of directly training classification models on these datasets, recent wor…

DecoderFederated LearningSynthetic Data Generation

Differentially Private Synthetic Medical Data Generation using Convolutional GANs

2020-12-22 · Amirsina Torfi, Edward A. Fox, Chandan K. Reddy

Deep learning models have demonstrated superior performance in several application problems, such as image classification and speech processing. However, creating a deep learning model using health record data requires a…

Deep Learningimage-classificationImage ClassificationSynthetic Data Generation

Efficient Differentially Private Secure Aggregation for Federated Learning via Hardness of Learning with Errors

2021-12-13 · Timothy Stevens, Christian Skalka, Christelle Vincent, John Ring 외

Federated machine learning leverages edge computing to develop models from network user data, but privacy in federated learning remains a major challenge. Techniques using differential privacy have been proposed to addre…

Edge-computingFederated Learning

Representation Transfer for Differentially Private Drug Sensitivity Prediction

2019-01-29 · Teppo Niinimäki, Mikko Heikkilä, Antti Honkela, Samuel Kaski

Motivation: Human genomic datasets often contain sensitive information that limits use and sharing of the data. In particular, simple anonymisation strategies fail to provide sufficient level of protection for genomic da…

BIG-bench Machine LearningCancer type classificationDimensionality ReductionPrediction+2