Privacy Preserving

506 papers with code • 0 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Privacy Preserving models and implementations
4 papers
1,229
3 papers
1,154
2 papers
1,154
See all 5 libraries.

Most implemented papers

Clustered Federated Learning: Model-Agnostic Distributed Multi-Task Optimization under Privacy Constraints

KarhouTam/FL-bench 4 Oct 2019

Federated Learning (FL) is currently the most widely adopted framework for collaborative training of (deep) machine learning models under privacy constraints.

Privacy-Preserving Gradient Boosting Decision Trees

Xtra-Computing/PrivML 11 Nov 2019

Specifically, by investigating the property of gradient and the contribution of each tree in GBDTs, we propose to adaptively control the gradients of training data for each iteration and leaf node clipping in order to tighten the sensitivity bounds.

Privacy-preserving data sharing via probabilistic modelling

DPBayes/data-sharing-examples 10 Dec 2019

Differential privacy allows quantifying privacy loss resulting from accessing sensitive personal data.

Robust Aggregation for Federated Learning

krishnap25/RFA arXiv preprint 2019

We present a robust aggregation approach to make federated learning robust to settings when a fraction of the devices may be sending corrupted updates to the server.

Privacy-Preserving News Recommendation Model Learning

JulySinceAndrew/FedNewsRec-EMNLP-Findings-2020 Findings of the Association for Computational Linguistics 2020

Extensive experiments on a real-world dataset show the effectiveness of our method in news recommendation model training with privacy protection.

COVID-19 and Your Smartphone: BLE-based Smart Contact Tracing

pc-ng/rss_HumanHuman 28 May 2020

SCT's contribution is two-fold: a) classification of the user's contact as high/low-risk using precise proximity sensing, and b) user anonymity using a privacy-preserving communications protocol.

ARIANN: Low-Interaction Privacy-Preserving Deep Learning via Function Secret Sharing

LaRiffle/AriaNN 8 Jun 2020

We evaluate our end-to-end system for private inference between distant servers on standard neural networks such as AlexNet, VGG16 or ResNet18, and for private training on smaller networks like LeNet.

P3GM: Private High-Dimensional Data Release via Privacy Preserving Phased Generative Model

tsubasat/P3GM 22 Jun 2020

The state-of-the-art approach for this problem is to build a generative model under differential privacy, which offers a rigorous privacy guarantee.

Adversarial Privacy-preserving Filter

adversarial-for-goodness/APF 25 Jul 2020

While widely adopted in practical applications, face recognition has been critically discussed regarding the malicious use of face images and the potential privacy problems, e. g., deceiving payment system and causing personal sabotage.

Performance Optimization for Federated Person Re-identification via Benchmark Analysis

EasyFL-AI/EasyFL 26 Aug 2020

Then we propose two optimization methods: (1) To address the unbalanced weight problem, we propose a new method to dynamically change the weights according to the scale of model changes in clients in each training round; (2) To facilitate convergence, we adopt knowledge distillation to refine the server model with knowledge generated from client models on a public dataset.