paper-with-me

Papers

Convergence Analysis of Sequential Federated Learning on Heterogeneous Data

2023-11-06 · NeurIPS 2023 11 · Yipeng Li, Xinchen Lyu

There are two categories of methods in Federated Learning (FL) for joint training across multiple clients: i) parallel FL (PFL), where clients train models in a parallel manner; and ii) sequential FL (SFL), where clients train models in a sequential manner. In contrast to that of PFL, the convergence theory of SFL on heterogeneous data is still lacking. In this paper, we establish the convergence guarantees of SFL for strongly/general/non-convex objectives on heterogeneous data. The convergence guarantees of SFL are better than that of PFL on heterogeneous data with both full and partial client participation. Experimental results validate the counterintuitive analysis result that SFL outperforms PFL on extremely heterogeneous data in cross-device settings.

📄 PDF Abstract BibTeX arXiv:2311.03154

Code (3)

bird-two/convergence 공식 구현 pytorch
liyipeng00/convergence 공식 구현 pytorch
liyipeng00/SFL pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Convergence Analysis of Sequential Split Learning on Heterogeneous Data

2023-02-03 · Yipeng Li, Xinchen Lyu

Federated Learning (FL) and Split Learning (SL) are two popular paradigms of distributed machine learning. By offloading the computation-intensive portions to the server, SL is promising for deep model training on resour…

Federated Learning

Sharp Bounds for Sequential Federated Learning on Heterogeneous Data

2024-05-02 · Yipeng Li, Xinchen Lyu

There are two paradigms in Federated Learning (FL): parallel FL (PFL), where models are trained in a parallel manner across clients; and sequential FL (SFL), where models are trained in a sequential manner across clients…

Federated Learning

Convergence Analysis of Split Federated Learning on Heterogeneous Data

2024-02-23 · Pengchao Han, Chao Huang, Geng Tian, Ming Tang 외

Split federated learning (SFL) is a recent distributed approach for collaborative model training among multiple clients. In SFL, a global model is typically split into two parts, where clients train one part in a paralle…

Federated Learning

Speeding up Heterogeneous Federated Learning with Sequentially Trained Superclients

2022-01-26 · Riccardo Zaccone, Andrea Rizzardi, Debora Caldarola, Marco Ciccone 외

Federated Learning (FL) allows training machine learning models in privacy-constrained scenarios by enabling the cooperation of edge devices without requiring local data sharing. This approach raises several challenges d…

Federated LearningImage Classification

Every Parameter Matters: Ensuring the Convergence of Federated Learning with Dynamic Heterogeneous Models Reduction

2023-09-21 · NeurIPS 2023 11

Cross-device Federated Learning (FL) faces significant challenges where low-end clients that could potentially make unique contributions are excluded from training large models due to their resource bottlenecks. Recent r…