- About
- Survey Papers
- Cryptographic-based Machine Learning
- Non-cryptographic-based Approaches
- Courses
- Frameworks
- Other Resources
This is a compiled list of resources and materials for PPML.
- [Arxiv’20] Privacy in Deep Learning: A Survey
- [Arxiv’20] SoK: Training Machine Learning Models over Multiple Sources with Privacy Preservation
- [IEEEAccess’20] Privacy-Preserving Deep Learning on Machine Learning as a Service: A Comprehensive Survey
- [PETS’21] SoK: Privacy-Preserving Computation Techniques for Deep Learning
- [PETS’21] SoK: Efficient Privacy Preserving Clustering
- [BMC medical genomics’18] Privacy-preserving logistic regression training
- [Arxiv’19] CryptoNN: Training Neural Networks over Encrypted Data (Functional Encryption). Code (Python)
- [PETS’18] CryptoDL: Privacy-preserving Machine Learning as a Service
- [IEEE/CVF’19] Towards Deep Neural Network Training on Encrypted Data
- [ArXiv’20] Neural Network Training With Homomorphic Encryption
- [ArXiv’20] PrivFT: Private and Fast Text Classification with Homomorphic Encryption
HE-based Hybrid Techniques
- [NeurlPS’20] Glyph: Fast and Accurately Training Deep Neural Networks on Encrypted Data (Switch between HE schemes: TFHE and BGV)
- [NDSS’21] POSEIDON: Privacy-Preserving Federated Neural Network Learning (Federated Learning + HE) (Code is confidential)
- [S&P’17] SecureML: A System for Scalable Privacy-Preserving Machine Learning. Code (C++)
- [CCS’19] QUOTIENT: two-party secure neural network training and prediction
- [Arxiv’19] CodedPrivateML: A Fast and Privacy-Preserving Framework for Distributed Machine Learning
- [PETS’20] Falcon: Honest-Majority Maliciously Secure Framework for Private Deep Learning. Code (C++)
- [ICPP’20] ParSecureML: An Efficient Parallel Secure Machine Learning Framework on GPUs. Code (C++)
- [PoPETs’20] FLASH: Fast and Robust Framework for Privacy-preserving Machine Learning.
- [NDSS’20] BLAZE: Blazing Fast Privacy-Preserving Machine Learning
- [USENIX’21] Cerebro: A Platform for Multi-Party Cryptographic Collaborative Learning. Code (Python)
- [USENIX’21] Fantastic Four: Honest-Majority Four-Party Secure Computation With Malicious Security. Code (Python)
- [S&P’21] CryptGPU: Fast Privacy-Preserving Machine Learning on the GPU. Code (Python)
- [USENIX 2021] SWIFT: Super-fast and Robust Privacy-Preserving Machine Learning
- [Arxiv’21] Adam in Private: Secure and Fast Training of Deep Neural Networks with Adaptive Moment Estimation
- [Arxiv’21] Secure Quantized Training for Deep Learning. Code (Python)
- [ACMCCS’21] ABY2.0: Improved Mixed-Protocol Secure Two-Party Computation. Code (C++)
SMPC-based Hybrid Techniques
- [CCS’18] ABY3: A Mixed Protocol Framework for Machine Learning. Code (C++)
- [PETS’18] SecureNN: 3-Party Secure Computation for Neural Network Training. Code (C++)
- [NDSS’20] Trident: Efficient 4PC Framework for Privacy Preserving Machine Learning
- [Arxiv’21] Tetrad: Actively Secure 4PC for Secure Training and Inference
- [S&P’21] MPCLeague: Robust 4-party Computation for Privacy-preserving Machine Learning
- [IACR Cryptol’17] Private Collaborative Neural Network Learning (SMPC + DP)
- [ICML’16] CryptoNets: Applying Neural Networks to Encrypted Data with High Throughput and Accuracy. Code (C#).
- [SIGSAC’17] Oblivious Neural Network Predictions via MiniONN Transformations. Code (Python).
- [ASIACCS’18] Chameleon: A Hybrid Secure Computation Framework for Machine Learning Applications
- [S&P’20] CrypTFlow: Secure TensorFlow Inference
- Private AI Series (OpenMined)
- MIT 6.875: Foundations of Cryptography (MIT, Fall 2021) - Lecture Notes
- Privacy in Statistics and Machine Learning (Boston University, Spring 2021)
- Algorithms for Private Data Analysis - Fall 2020 (University of Waterloo, Fall 2020)
- Privacy Preserving Machine Learning (University of Lille, 2021)
- PySyft (Python): decouples private data from model training (using FL, DP, HE, SMPC...)
- TASTY (Python): combines garbled circuits with homomorphic encryption
- ABY (C++): combines arithmetic, boolean and garbled style computation. Proposes protocols to switch between the arithmetic/boolean/garbled worlds for 2 parties
- ABY3 (C++): extends ABY to 3 parties
- ABY2.0: improves upon the ABY framework, provides a fast online phase with applications to PPML
- TenSEAL (Python): A library for doing homomorphic encryption operations on tensors
- concrete (Rust): zama.ai's variant of TFHE scheme. It is based on the Learning With Errors (LWE) and the Ring Learning With Errors (RLWE) problems
- CrypTen (Python): a framework for Privacy Preserving Machine Learning built on PyTorch
- MP-SPDZ (C++): software to benchmark various secure multi-party computation (MPC) protocols such as SPDZ, SPDZ2k, MASCOT, Overdrive, BMR garbled circuits, Yao's garbled circuits, and computation based on three-party replicated secret sharing as well as Shamir's secret sharing (with an honest majority)
- MOTION (C++): a Framework for Mixed-Protocol Multi-Party Computation