paper-with-me

홈 › Papers

Rethinking the Personalized Relaxed Initialization in the Federated Learning: Consistency and Generalization

2026-04-14 · Li Shen, Yan Sun, Dacheng Tao arxiv

Federated learning (FL) is a distributed paradigm that coordinates massive local clients to collaboratively train a global model via stage-wise local training processes on the heterogeneous dataset. Previous works have implicitly studied that FL suffers from the `client-drift'' problem, which is caused by the inconsistent optimum across local clients. However, till now it still lacks solid theoretical analysis to explain the impact of this local inconsistency. To alleviate the negative impact of `client drift'' and explore its substance in FL, in this paper, we first propose an efficient FL algorithm FedInit, which allows employing the personalized relaxed initialization state at the beginning of each local training stage. Specifically, FedInit initializes the local state by moving away from the current global state towards the reverse direction of the latest local state. Moreover, to further understand how inconsistency disrupts performance in FL, we introduce the excess risk analysis and study the divergence term to investigate the test error in FL. Our studies show that optimization error is not sensitive to this local inconsistency, while it mainly affects the generalization error bound. Extensive experiments are conducted to validate its efficiency. The proposed FedInit method could achieve comparable results compared to several advanced benchmarks without any additional training or communication costs. Meanwhile, the stage-wise personalized relaxed initialization could also be incorporated into several current advanced algorithms to achieve higher generalization performance in the FL paradigm.

📄 PDF Abstract BibTeX arXiv:2604.12768

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Understanding How Consistency Works in Federated Learning via Stage-wise Relaxed Initialization

2023-06-09 · NeurIPS 2023 11

Federated learning (FL) is a distributed paradigm that coordinates massive local clients to collaboratively train a global model via stage-wise local training processes on the heterogeneous dataset. Previous works have i…

Federated Learning

Rethinking Personalized Federated Learning with Clustering-based Dynamic Graph Propagation

2024-01-29 · Jiaqi Wang, Yuzhong Chen, Yuhang Wu, Mahashweta Das 외

Most existing personalized federated learning approaches are based on intricate designs, which often require complex implementation and tuning. In order to address this limitation, we propose a simple yet effective perso…

ClusteringFederated LearningPersonalized Federated Learning

FedAS: Bridging Inconsistency in Personalized Federated Learning

2024-01-01 · CVPR 2024 1 · Xiyuan Yang, Wenke Huang, Mang Ye

Personalized Federated Learning (PFL) is primarily designed to provide customized models for each client to better fit the non-iid distributed client data which is a inherent challenge in Federated Learning. However …

Federated LearningPersonalized Federated Learning

Relaxed Contrastive Learning for Federated Learning

2024-01-10 · CVPR 2024 1 · Seonguk Seo, Jinkyu Kim, Geeho Kim, Bohyung Han

We propose a novel contrastive learning framework to effectively address the challenges of data heterogeneity in federated learning. We first analyze the inconsistency of gradient updates across clients during local trai…

Contrastive LearningFederated Learning

Rethinking the initialization of Momentum in Federated Learning with Heterogeneous Data

2024-11-29 · Chenguang Xiao, Shuo Wang

Data Heterogeneity is a major challenge of Federated Learning performance. Recently, momentum based optimization techniques have beed proved to be effective in mitigating the heterogeneity issue. Along with the model upd…

Federated Learning