Privacy-Preserving Federated Learning from Partial Decryption Verifiable Threshold Multi-Client Functional Encryption
This addresses privacy and security vulnerabilities in federated learning systems, particularly for resource-constrained IoT devices, though it appears to be an incremental improvement over existing threshold cryptography approaches.
The paper tackles the problem of gradient leakage and poisoning attacks in federated learning by proposing a verifiable threshold security aggregation protocol (VTSAFL) that allows clients to verify aggregation results while reducing computational and communication overhead. Experimental results on MNIST show VTSAFL achieves the same accuracy as existing schemes while reducing total training time by over 40% and communication overhead by up to 50%.
In federated learning, multiple parties can cooperate to train the model without directly exchanging their own private data, but the gradient leakage problem still threatens the privacy security and model integrity. Although the existing scheme uses threshold cryptography to mitigate the inference attack, it can not guarantee the verifiability of the aggregation results, making the system vulnerable to the threat of poisoning attack. We construct a partial decryption verifiable threshold multi client function encryption scheme, and apply it to Federated learning to implement the federated learning verifiable threshold security aggregation protocol (VTSAFL). VTSAFL empowers clients to verify aggregation results, concurrently minimizing both computational and communication overhead. The size of the functional key and partial decryption results of the scheme are constant, which provides efficiency guarantee for large-scale deployment. The experimental results on MNIST dataset show that vtsafl can achieve the same accuracy as the existing scheme, while reducing the total training time by more than 40%, and reducing the communication overhead by up to 50%. This efficiency is critical for overcoming the resource constraints inherent in Internet of Things (IoT) devices.