CRAIMay 19, 2025

FLTG: Byzantine-Robust Federated Learning via Angle-Based Defense and Non-IID-Aware Weighting

arXiv:2505.12851v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses security and reliability issues in federated learning for distributed systems, but it is incremental as it builds on existing defense methods.

The paper tackles the problem of Byzantine attacks in federated learning, which degrade accuracy under high malicious client ratios and non-i.i.d. data, and proposes FLTG, an aggregation algorithm that achieves superior robustness, sustaining performance with over 50% malicious clients.

Byzantine attacks during model aggregation in Federated Learning (FL) threaten training integrity by manipulating malicious clients' updates. Existing methods struggle with limited robustness under high malicious client ratios and sensitivity to non-i.i.d. data, leading to degraded accuracy. To address this, we propose FLTG, a novel aggregation algorithm integrating angle-based defense and dynamic reference selection. FLTG first filters clients via ReLU-clipped cosine similarity, leveraging a server-side clean dataset to exclude misaligned updates. It then dynamically selects a reference client based on the prior global model to mitigate non-i.i.d. bias, assigns aggregation weights inversely proportional to angular deviations, and normalizes update magnitudes to suppress malicious scaling. Evaluations across datasets of varying complexity under five classic attacks demonstrate FLTG's superiority over state-of-the-art methods under extreme bias scenarios and sustains robustness with a higher proportion(over 50%) of malicious clients.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes