English

Efficient Federated Learning against Byzantine Attacks and Data Heterogeneity via Aggregating Normalized Gradients

Machine Learning 2025-10-28 v3 Distributed, Parallel, and Cluster Computing

Abstract

Federated Learning (FL) enables multiple clients to collaboratively train models without sharing raw data, but is vulnerable to Byzantine attacks and data heterogeneity, which can severely degrade performance. Existing Byzantine-robust approaches tackle data heterogeneity, but incur high computational overhead during gradient aggregation, thereby slowing down the training process. To address this issue, we propose a simple yet effective Federated Normalized Gradients Algorithm (Fed-NGA), which performs aggregation by merely computing the weighted mean of the normalized gradients from each client. This approach yields a favorable time complexity of O(pM)\mathcal{O}(pM), where pp is the model dimension and MM is the number of clients. We rigorously prove that Fed-NGA is robust to both Byzantine faults and data heterogeneity. For non-convex loss functions, Fed-NGA achieves convergence to a neighborhood of stationary points under general assumptions, and further attains zero optimality gap under some mild conditions, which is an outcome rarely achieved in existing literature. In both cases, the convergence rate is O(1/T12δ)\mathcal{O}(1/T^{\frac{1}{2} - \delta}), where TT denotes the number of iterations and δ(0,1/2)\delta \in (0, 1/2). Experimental results on benchmark datasets confirm the superior time efficiency and convergence performance of Fed-NGA over existing methods.

Keywords

Cite

@article{arxiv.2408.09539,
  title  = {Efficient Federated Learning against Byzantine Attacks and Data Heterogeneity via Aggregating Normalized Gradients},
  author = {Shiyuan Zuo and Xingrun Yan and Rongfei Fan and Li Shen and Puning Zhao and Jie Xu and Han Hu},
  journal= {arXiv preprint arXiv:2408.09539},
  year   = {2025}
}

Comments

Accepted by NeurIPS 2025

R2 v1 2026-06-28T18:16:02.548Z