paper-with-me

홈 › Papers

Reducing Training Time in Cross-Silo Federated Learning using Multigraph Topology

2022-07-20 · ICCV 2023 1 · Tuong Do, Binh X. Nguyen, Vuong Pham, Toan Tran, Erman Tjiputra, Quang D. Tran, Anh Nguyen

Federated learning is an active research topic since it enables several participants to jointly train a model without sharing local data. Currently, cross-silo federated learning is a popular training setting that utilizes a few hundred reliable data silos with high-speed access links to training a model. While this approach has been widely applied in real-world scenarios, designing a robust topology to reduce the training time remains an open problem. In this paper, we present a new multigraph topology for cross-silo federated learning. We first construct the multigraph using the overlay graph. We then parse this multigraph into different simple graphs with isolated nodes. The existence of isolated nodes allows us to perform model aggregation without waiting for other nodes, hence effectively reducing the training time. Intensive experiments on three public datasets show that our proposed method significantly reduces the training time compared with recent state-of-the-art topologies while maintaining the accuracy of the learned model. Our code can be found at https://github.com/aioz-ai/MultigraphFL

📄 PDF Abstract BibTeX arXiv:2207.09657

Code (1)

aioz-ai/multigraphfl 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedCompass: Efficient Cross-Silo Federated Learning on Heterogeneous Client Devices using a Computing Power Aware Scheduler

2023-09-26 · Zilinghan Li, Pranshu Chaturvedi, Shilan He, Han Chen 외

Cross-silo federated learning offers a promising solution to collaboratively train robust and generalized AI models without compromising the privacy of local datasets, e.g., healthcare, financial, as well as scientific p…

Federated Learning

Communication-Efficient and Tensorized Federated Fine-Tuning of Large Language Models

2024-10-16 · Sajjad Ghiasvand, Yifan Yang, Zhiyu Xue, Mahnoosh Alizadeh 외

Parameter-efficient fine-tuning (PEFT) methods typically assume that Large Language Models (LLMs) are trained on data from a single device or client. However, real-world scenarios often require fine-tuning these models o…

DecoderFederated Learningparameter-efficient fine-tuning

Adapt to Adaptation: Learning to Personalize for Cross-Silo Federated Learning

2021-09-29 · Jun Luo, Shandong Wu

The goal of conventional federated learning (FL) is to train a global model for a federation of clients with decentralized data, reducing the systemic privacy risk of centralized training. The distribution shift across n…

Federated Learning

Adaptive Parameterization of Deep Learning Models for Federated Learning

2023-02-06 · Morten From Elvebakken, Alexandros Iosifidis, Lukas Esterle

Federated Learning offers a way to train deep neural networks in a distributed fashion. While this addresses limitations related to distributed data, it incurs a communication overhead as the model parameters or gradient…

Deep LearningFederated Learning

Throughput-Optimal Topology Design for Cross-Silo Federated Learning

2020-10-23 · NeurIPS 2020 12 · Othmane Marfoq, Chuan Xu, Giovanni Neglia, Richard Vidal

Federated learning usually employs a client-server architecture where an orchestrator iteratively aggregates model updates from remote clients and pushes them back a refined model. This approach may be inefficient in cro…

Federated Learning