Why FHE in Federated Learning?
Why FHE in Federated Learning?
1. Enhanced Privacy:
FL already ensures data stays on the client side, but transmitting gradients or model updates to a central server can still leak sensitive information through inference attacks.
FHE adds an extra layer of security by ensuring that even the server cannot access the raw gradients or updates—it only processes encrypted data.