Split Aggregation: Lightweight Privacy-Preserving Federated Learning Resistant to Byzantine Attacks

Zhi Lu,SongFeng Lu,YongQuan Cui,XueMing Tang,JunJun Wu
DOI: https://doi.org/10.1109/tifs.2024.3402993
IF: 7.231
2024-05-25
IEEE Transactions on Information Forensics and Security
Abstract:Federated Learning (FL), a distributed learning paradigm optimizing communication costs and enhancing privacy by uploading gradients instead of raw data, now confronts security challenges. It is particularly vulnerable to Byzantine poisoning attacks and potential privacy breaches via inference attacks. While homomorphic encryption and secure multi-party computation have been employed to design robust FL mechanisms, these predominantly rely on Euclidean distance or median-based metrics and often fall short in comprehensively defending against advanced poisoning attacks, such as adaptive attacks. Addressing this issue, our study introduces "Split-Aggregation", a lightweight privacy-preserving FL solution capable of withstanding adaptive attacks. This method maintains a computational complexity of and a communication overhead of , performing comparably to FedAvg when . Here, d represents the gradient dimension, N the number of users, and k the rank chosen during random singular value decomposition. Additionally, we utilize adaptive weight coefficients to mitigate gradient descent issues in honest users caused by non-independent and identically distributed (Non-IID) data. The proposed method's security and robustness are theoretically proven, with its complexity thoroughly analyzed. Experimental results demonstrate that at , this method surpasses the top-1 accuracy of current state-of-the-art robust privacy-preserving FL approaches. Moreover, opting for a smaller k significantly boosts efficiency with only marginal compromises in accuracy.
computer science, theory & methods,engineering, electrical & electronic
What problem does this paper attempt to address?