paper-with-me

Papers

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

2025-03-17 · Jungwon Seo, Ferhat Ozgur Catak, Chunming Rong, Kibeom Hong, Minhoe Kim

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.

📄 PDF Abstract BibTeX arXiv:2503.13180

Code (1)

thejungwon/gc-fed 공식 구현 pytorch

Tasks

Federated LearningImage ClassificationPrivacy Preserving

Similar Papers 제목 키워드 기반

Accelerating Hybrid Federated Learning Convergence under Partial Participation

2023-04-10 · Jieming Bian, Lei Wang, Kun Yang, Cong Shen 외

Over the past few years, Federated Learning (FL) has become a popular distributed machine learning paradigm. FL involves a group of clients with decentralized data who collaborate to learn a common model under the coordi…

Federated Learning

Anchor Sampling for Federated Learning with Partial Client Participation

2022-06-13 · Feijie Wu, Song Guo, Zhihao Qu, Shiqi He 외

Compared with full client participation, partial client participation is a more practical scenario in federated learning, but it may amplify some challenges in federated learning, such as data heterogeneity. The lack of …

Federated Learning

First Provable Guarantees for Practical Private FL: Beyond Restrictive Assumptions

2025-12-25 · Egor Shulgin, Grigory Malinovsky, Sarit Khirirat, Peter Richtárik arxiv

Federated Learning (FL) enables collaborative training on decentralized data. Differential privacy (DP) is crucial for FL, but current private methods often rely on unrealistic assumptions (e.g., bounded gradients or het…

Federated Learning

FedCM: Federated Learning with Client-level Momentum

2021-06-21 · Jing Xu, Sen Wang, LiWei Wang, Andrew Chi-Chih Yao

Federated Learning is a distributed machine learning approach which enables model training without data sharing. In this paper, we propose a new federated learning algorithm, Federated Averaging with Client-level Momentu…

Federated Learning

A Unified Analysis of Federated Learning with Arbitrary Client Participation

2022-05-26 · Shiqiang Wang, Mingyue Ji

Federated learning (FL) faces challenges of intermittent client availability and computation/communication efficiency. As a result, only a small subset of clients can participate in FL at a given time. It is important to…

Federated Learning