Divergence-Based Adaptive Aggregation for Byzantine Robust Federated Learning
Bingnan Xiao, Feng Zhu, Jingjing Zhang, Wei Ni, Xin Wang
TL;DR
DRAG introduces a divergence-based adaptive aggregation that uses a global reference direction $\mathbf{r}^t$ to align local updates with the global descent direction, mitigating client drift in non-IID FL; BR-DRAG extends DRAG with a vetted root dataset to withstand Byzantine attacks, with provable convergence for non-convex objectives even with arbitrary attack proportions. Theoretical results bound the average gradient norm by a term that scales with $O\left(\frac{1}{\eta U T}\right)$ plus a non-vanishing variance term, and experiments on EMNIST, CIFAR-10, CIFAR-100 show faster convergence and robustness against attacks compared to state-of-the-art baselines. The combination of divergence-based gradient modification and root-data-driven reference directions provides a practical, communication-efficient approach to Byzantine-robust federated learning with heterogeneous data. The work suggests future extensions to decentralized FL and more scalable defense strategies while preserving convergence guarantees under adversarial conditions.
Abstract
Inherent client drifts caused by data heterogeneity, as well as vulnerability to Byzantine attacks within the system, hinder effective model training and convergence in federated learning (FL). This paper presents two new frameworks, named DiveRgence-based Adaptive aGgregation (DRAG) and Byzantine-Resilient DRAG (BR-DRAG), to mitigate client drifts and resist attacks while expediting training. DRAG designs a reference direction and a metric named divergence of degree to quantify the deviation of local updates. Accordingly, each worker can align its local update via linear calibration without extra communication cost. BR-DRAG refines DRAG under Byzantine attacks by maintaining a vetted root dataset at the server to produce trusted reference directions. The workers' updates can be then calibrated to mitigate divergence caused by malicious attacks. We analytically prove that DRAG and BR-DRAG achieve fast convergence for non-convex models under partial worker participation, data heterogeneity, and Byzantine attacks. Experiments validate the effectiveness of DRAG and its superior performance over state-of-the-art methods in handling client drifts, and highlight the robustness of BR-DRAG in maintaining resilience against data heterogeneity and diverse Byzantine attacks.
