TL;DR
DictPFL introduces a practical federated learning framework that encrypts all gradients for privacy, significantly reducing communication and computation overhead, making privacy-preserving FL feasible for real-world applications.
Contribution
It proposes a novel framework combining gradient decomposition and encryption-aware pruning to achieve full gradient privacy with minimal overhead in federated learning.
Findings
Reduces communication cost by up to 748 times.
Speeds up training by up to 65 times.
Achieves practical runtime within twice that of plaintext FL.
Abstract
Federated Learning (FL) enables collaborative model training across institutions without sharing raw data. However, gradient sharing still risks privacy leakage, such as gradient inversion attacks. Homomorphic Encryption (HE) can secure aggregation but often incurs prohibitive computational and communication overhead. Existing HE-based FL methods sit at two extremes: encrypting all gradients for full privacy at high cost, or partially encrypting gradients to save resources while exposing vulnerabilities. We present DictPFL, a practical framework that achieves full gradient protection with minimal overhead. DictPFL encrypts every transmitted gradient while keeping non-transmitted parameters local, preserving privacy without heavy computation. It introduces two key modules: Decompose-for-Partial-Encrypt (DePE), which decomposes model weights into a static dictionary and an updatable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
