๐ค AI Summary
To address the high communication overhead, weak data privacy guarantees, and prohibitive computational/communication costs of existing encryption schemes in federated learning, this paper proposes a hybrid homomorphic encryption (HHE)-driven privacy-preserving framework. The framework synergistically integrates homomorphic and symmetric encryption to design a lightweight cryptographic protocol, enabling partial ciphertext computations locally at clientsโthereby substantially reducing server-side decryption workload and network transmission volume. Theoretical analysis and empirical evaluation demonstrate that, compared to state-of-the-art approaches, the proposed method reduces communication volume by 37%โ52%, decreases encryption/decryption latency by 41%โ63%, and simultaneously satisfies semantic security and model convergence guarantees. This work establishes a novel paradigm for scalable and efficient deployment of federated learning in privacy-sensitive domains such as healthcare and finance.
๐ Abstract
Federated Learning (FL) enables collaborative model training without sharing raw data, making it a promising approach for privacy-sensitive domains. Despite its potential, FL faces significant challenges, particularly in terms of communication overhead and data privacy. Privacy-preserving Techniques (PPTs) such as Homomorphic Encryption (HE) have been used to mitigate these concerns. However, these techniques introduce substantial computational and communication costs, limiting their practical deployment. In this work, we explore how Hybrid Homomorphic Encryption (HHE), a cryptographic protocol that combines symmetric encryption with HE, can be effectively integrated with FL to address both communication and privacy challenges, paving the way for scalable and secure decentralized learning system.