Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require a secure aggregation baseline based on homomorphic encryption #4179

Open
LeoLee1116 opened this issue Sep 12, 2024 · 2 comments
Open
Labels
feature request This issue or comment suggests an additional feature. part: baselines Add or update baseline stale If issue/PR hasn't been updated within 3 weeks.

Comments

@LeoLee1116
Copy link

Describe the type of feature and its functionality.

Hello, the efficiency of the Flower framework is amazing and it greatly meets my research needs. Thank you for your contributions! I noticed that secret sharing and symmetric encryption techniques have been considered in terms of secure aggregation. However, as mentioned in #907 , I still haven't found a secure aggregation baseline that explicitly uses homomorphic encryption.

Describe step by step what files and adjustments are you planning to include.

In my opinion, in the simplest case, a secure aggregation strategy based on homomorphic encryption allows all clients to share a pair of keys and encrypt the transmission parameters or gradients. This scheme supports basic operations such as encrypted addition and multiplication during the aggregation process, ensuring the accuracy of server decryption results while providing strong privacy protection. On this basis, the baseline can also be extended to scenarios where each client holds different key pairs, which is of great significance for the development of the Flower framework.

Is there something else you want to add?

No response

@LeoLee1116 LeoLee1116 added the feature request This issue or comment suggests an additional feature. label Sep 12, 2024
@petrosDemetrakopoulos
Copy link

I am also extremely interested in such a feature and I am also willing to help towards developing it.

@WilliamLindskog WilliamLindskog added stale If issue/PR hasn't been updated within 3 weeks. part: baselines Add or update baseline labels Dec 11, 2024
@WilliamLindskog
Copy link
Contributor

Hi @LeoLee1116, @petrosDemetrakopoulos,

This would be a great addition to the framework. Would you be interested in opening a PR? We'd be happy to support you along the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This issue or comment suggests an additional feature. part: baselines Add or update baseline stale If issue/PR hasn't been updated within 3 weeks.
Projects
None yet
Development

No branches or pull requests

3 participants