loretanr / dp-gbdtLinks
GBDT learning + differential privacy. Standalone C++ implementation of "DPBoost" (Li et al.). There are further hardened & SGX versions of the code.
☆8Updated 3 years ago
Alternatives and similar repositories for dp-gbdt
Users that are interested in dp-gbdt are comparing it to the libraries listed below
Sorting:
- A simple Python implementation of a secure aggregation protocole for federated learning.☆35Updated 2 years ago
- An implementation of Secure Aggregation algorithm based on "Practical Secure Aggregation for Privacy-Preserving Machine Learning (Bonawit…☆88Updated 6 years ago
- Implementation of calibration bounds for differential privacy in the shuffle model☆22Updated 4 years ago
- IEEE TIFS'20: VeriFL: Communication-Efficient and Fast Verifiable Aggregation for Federated Learning☆25Updated 2 years ago
- Sample LDP implementation in Python☆129Updated 2 years ago
- A secure aggregation system for private federated learning☆41Updated last year
- This project's goal is to evaluate the privacy leakage of differentially private machine learning models.☆135Updated 2 years ago
- Privacy-Preserving Deep Learning via Additively Homomorphic Encryption☆70Updated 4 years ago
- Code for Data Poisoning Attacks Against Federated Learning Systems☆196Updated 4 years ago
- SAFEFL: MPC-friendly Framework for Private and Robust Federated Learning☆40Updated last year
- personal implementation of secure aggregation protocol☆46Updated last year
- ☆35Updated 2 years ago
- Source code for paper "How to Backdoor Federated Learning" (https://arxiv.org/abs/1807.00459)☆298Updated last year
- ☆9Updated 3 years ago
- FedShare: Secure Aggregation based on Additive Secret Sharing in Federated Learning☆20Updated 2 years ago
- Secure Aggregation for FL☆35Updated last year
- Differential Privacy Preservation in Deep Learning under Model Attacks☆135Updated 4 years ago
- Concentrated Differentially Private Gradient Descent with Adaptive per-iteration Privacy Budget☆49Updated 7 years ago
- Code for Membership Inference Attack against Machine Learning Models (in Oakland 2017)☆192Updated 7 years ago
- Privacy Preserving Vertical Federated Learning☆218Updated 2 years ago
- Code & supplementary material of the paper Label Inference Attacks Against Federated Learning on Usenix Security 2022.☆84Updated 2 years ago
- ☆88Updated 5 years ago
- MPC Secure Multiparty Computation. A three-party secret-sharing-based vertical federated learning setting. The data are vertically parti…☆23Updated 6 years ago
- Privacy-preserving federated learning is distributed machine learning where multiple collaborators train a model through protected gradi…☆31Updated 4 years ago
- Amortized version of the differentially private SGD algorithm published in "Deep Learning with Differential Privacy" by Abadi et al. Enfo…☆40Updated last year
- Code for the paper "Bayesian Differential Privacy for Machine Learning"☆22Updated 4 years ago
- Analytic calibration for differential privacy with Gaussian perturbations☆48Updated 6 years ago
- Python package for simple implementations of state-of-the-art LDP frequency estimation algorithms. Contains code for our VLDB 2021 Paper.☆74Updated last year
- reproduce the FLTrust model based on the paper "FLTrust: Byzantine-robust Federated Learning via Trust Bootstrapping"