Secure Multi-Party Computation (SMC) Protocols for Aggregation
Was this section helpful?
How to Share a Secret, Adi Shamir, 1979Communications of the ACM, Vol. 22 (Association for Computing Machinery)DOI: 10.1145/359168.359176 - The foundational paper introducing Shamir's Secret Sharing, a technique mentioned as an alternative for building robust SMC protocols.
Introduction to Modern Cryptography, Jonathan Katz, Yehuda Lindell, 2020 (CRC Press) - A standard textbook providing a rigorous treatment of cryptographic primitives, including secret sharing and secure multi-party computation, useful for understanding the underlying theory.
Privacy-Preserving Federated Learning: A Survey, Xiaokui Wei, Jiashuo Zhang, Huamin Meng, Ruirui Huang, Zhenping Wu, Junping Zhang, 2021Proceedings of the IEEE, Vol. 109 (IEEE)DOI: 10.1109/JPROC.2021.3117565 - This survey provides an overview of various privacy-preserving techniques in federated learning, including SMC, Differential Privacy, and Homomorphic Encryption, offering a broader context and comparison as discussed in the section.