paper-with-me

홈 › Papers

Where to Begin? On the Impact of Pre-Training and Initialization in Federated Learning

2022-06-30 · John Nguyen, Jianyu Wang, Kshitiz Malik, Maziar Sanjabi, Michael Rabbat

An oft-cited challenge of federated learning is the presence of heterogeneity. \emph{Data heterogeneity} refers to the fact that data from different clients may follow very different distributions. \emph{System heterogeneity} refers to client devices having different system capabilities. A considerable number of federated optimization methods address this challenge. In the literature, empirical evaluations usually start federated training from random initialization. However, in many practical applications of federated learning, the server has access to proxy data for the training task that can be used to pre-train a model before starting federated training. Using four standard federated learning benchmark datasets, we empirically study the impact of starting from a pre-trained model in federated learning. Unsurprisingly, starting from a pre-trained model reduces the training time required to reach a target error rate and enables the training of more accurate models (up to 40\%) than is possible when starting from random initialization. Surprisingly, we also find that starting federated learning from a pre-trained initialization reduces the effect of both data and system heterogeneity. We recommend future work proposing and evaluating federated optimization methods to evaluate the performance when starting from random and pre-trained initializations. This study raises several questions for further work on understanding the role of heterogeneity in federated optimization. \footnote{Our code is available at: \url{https://github.com/facebookresearch/where_to_begin}}

📄 PDF Abstract BibTeX arXiv:2206.15387

Code (2)

facebookresearch/where_to_begin 공식 구현 pytorch
gwenlegate/guidinglastlayerflpretrain pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Where to Begin? On the Impact of Pre-Training and Initialization in Federated Learning

2022-10-14 · John Nguyen, Jianyu Wang, Kshitiz Malik, Maziar Sanjabi 외

An oft-cited challenge of federated learning is the presence of heterogeneity. \emph{Data heterogeneity} refers to the fact that data from different clients may follow very different distributions. \emph{System heterogen…

Federated Learning

Where to Begin? From Random to Foundation Model Instructed Initialization in Federated Learning for Medical Image Segmentation

2023-11-27 · Ming Li, Guang Yang

In medical image analysis, Federated Learning (FL) stands out as a key technology that enables privacy-preserved, decentralized data processing, crucial for handling sensitive medical data. Currently, most FL models empl…

Federated LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+1

Initialization Matters: Unraveling the Impact of Pre-Training on Federated Learning

2025-02-11 · Divyansh Jhunjhunwala, Pranay Sharma, Zheng Xu, Gauri Joshi

Initializing with pre-trained models when learning on downstream tasks is becoming standard practice in machine learning. Several recent works explore the benefits of pre-trained initialization in a federated learning (F…

Federated Learning

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 i…

Federated Learning

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