Privacy in Federated Learning
Jaydip Sen, Hetvi Waghela, Sneha Rakshit

TL;DR
This paper reviews privacy challenges in Federated Learning, analyzing risks like data leakage and attacks, and discusses techniques such as Differential Privacy and Secure Multi-Party Computation to mitigate these issues while balancing accuracy and privacy.
Contribution
It provides a comprehensive overview of privacy concerns, techniques, and trade-offs in Federated Learning, highlighting current limitations and future research directions.
Findings
Model updates can leak sensitive data
Differential Privacy and SMPC help mitigate privacy risks
Trade-offs exist between privacy and model accuracy
Abstract
Federated Learning (FL) represents a significant advancement in distributed machine learning, enabling multiple participants to collaboratively train models without sharing raw data. This decentralized approach enhances privacy by keeping data on local devices. However, FL introduces new privacy challenges, as model updates shared during training can inadvertently leak sensitive information. This chapter delves into the core privacy concerns within FL, including the risks of data reconstruction, model inversion attacks, and membership inference. It explores various privacy-preserving techniques, such as Differential Privacy (DP) and Secure Multi-Party Computation (SMPC), which are designed to mitigate these risks. The chapter also examines the trade-offs between model accuracy and privacy, emphasizing the importance of balancing these factors in practical implementations. Furthermore,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security
