Search papers, labs, and topics across Lattice.
This paper introduces Alternating Federated Learning (Alt-FL), a novel federated learning framework that integrates homomorphic encryption (HE) with synthetic data generation to enhance privacy and learning quality. Alt-FL alternates between local training on authentic data with HE and local training on synthetic data without HE, transferring encrypted and plaintext model parameters respectively. Experiments demonstrate that Alt-FL achieves 13.4% higher model accuracy and reduces HE-related costs by up to 48% compared to Selective HE, while also demonstrating robustness against data leakage attacks like DLG.
By cleverly interleaving homomorphic encryption with synthetic data training in federated learning, this work achieves a sweet spot: better accuracy *and* lower encryption costs.
Federated learning (FL) enables collaborative training of machine learning models without sharing sensitive client data, making it a cornerstone for privacy-critical applications. However, FL faces the dual challenge of ensuring learning quality and robust privacy protection while keeping resource consumption low, particularly when using computationally expensive techniques such as homomorphic encryption (HE). In this work, we enhance an FL process that preserves privacy using HE by integrating it with synthetic data generation and an interleaving strategy. Specifically, our solution, named Alternating Federated Learning (Alt-FL), consists of alternating between local training with authentic data (authentic rounds) and local training with synthetic data (synthetic rounds) and transferring the encrypted and plaintext model parameters on authentic and synthetic rounds (resp.). Our approach improves learning quality (e.g., model accuracy) through datasets enhanced with synthetic data, preserves client data privacy via HE, and keeps manageable encryption and decryption costs through our interleaving strategy. We evaluate our solution against data leakage attacks, such as the DLG attack, demonstrating robust privacy protection. Also, Alt-FL provides 13.4% higher model accuracy and decreases HE-related costs by up to 48% with respect to Selective HE.