LGAIDCMar 17, 2025

GC-Fed: Gradient Centralized Federated Learning with Partial Client Participation

arXiv:2503.13180v23 citationsh-index: 9Inf Fusion
Originality Incremental advance
AI Analysis

This addresses unstable training in federated learning for privacy-sensitive applications, but it is incremental as it builds on existing drift-mitigation strategies.

The paper tackled client drift in federated learning under heterogeneous data and partial client participation by proposing GC-Fed, which uses a hyperplane reference point for gradient centralization, resulting in up to a 20% accuracy improvement.

Federated Learning (FL) enables privacy-preserving multi-source information fusion (MSIF) but is challenged by client drift in highly heterogeneous data settings. Many existing drift-mitigation strategies rely on reference-based techniques--such as gradient adjustments or proximal loss--that use historical snapshots (e.g., past gradients or previous global models) as reference points. When only a subset of clients participates in each training round, these historical references may not accurately capture the overall data distribution, leading to unstable training. In contrast, our proposed Gradient Centralized Federated Learning (GC-Fed) employs a hyperplane as a historically independent reference point to guide local training and enhance inter-client alignment. GC-Fed comprises two complementary components: Local GC, which centralizes gradients during local training, and Global GC, which centralizes updates during server aggregation. In our hybrid design, Local GC is applied to feature-extraction layers to harmonize client contributions, while Global GC refines classifier layers to stabilize round-wise performance. Theoretical analysis and extensive experiments on benchmark FL tasks demonstrate that GC-Fed effectively mitigates client drift and achieves up to a 20% improvement in accuracy under heterogeneous and partial participation conditions.

Code Implementations1 repo
Foundations

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

Your Notes