Secure Summation via Subset Sums: A New Primitive for Privacy-Preserving Distributed Machine Learning
Valentin Hartmann, Robert West

TL;DR
This paper introduces S5, a novel privacy-preserving distributed summation method that guarantees computational privacy without relying on trusted servers or peer connections, suitable for secure machine learning applications.
Contribution
The paper presents S5, a new primitive for distributed summation that works against malicious servers and minimal client trust, with a proof based on the subset sum problem.
Findings
Provides a privacy guarantee based on the subset sum problem
Works with only two honest clients and a malicious server
Eliminates need for peer-to-peer client connections
Abstract
For population studies or for the training of complex machine learning models, it is often required to gather data from different actors. In these applications, summation is an important primitive: for computing means, counts or mini-batch gradients. In many cases, the data is privacy-sensitive and therefore cannot be collected on a central server. Hence the summation needs to be performed in a distributed and privacy-preserving way. Existing solutions for distributed summation with computational privacy guarantees make trust or connection assumptions - e.g., the existence of a trusted server or peer-to-peer connections between clients - that might not be fulfilled in real world settings. Motivated by these challenges, we propose Secure Summation via Subset Sums (S5), a method for distributed summation that works in the presence of a malicious server and only two honest clients, and…
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.
Code & Models
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 · Internet Traffic Analysis and Secure E-voting
