Privacy-Preserving Federated Learning from Partial Decryption Verifiable Threshold Multi-Client Functional Encryption
Minjie Wang, Jinguang Han, Weizhi Meng
TL;DR
The paper tackles the dual challenge of privacy and integrity in federated learning by introducing VTSAFL, a verifiable threshold secure aggregation framework built on partial decryption MCFE. VTSAFL provides aggregation confidentiality with a $t$-of-$s$ threshold and offers verifiability through non-interactive DLEQ proofs, enabling clients to validate results and discard tampered outputs. The authors formalize a Partial Decryption Verifiable Threshold MCFE (VTMCFE), prove IND-security under standard cryptographic assumptions, and integrate it into a scalable FL pipeline with constant-size functional keys and low communication overhead. Empirical evaluation on MNIST and CIFAR-10 demonstrates model performance comparable to existing schemes while achieving substantial reductions in training time (>$40\%$) and communication (up to $50\%$), making it suitable for IoT-scale deployments.
Abstract
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.
