A Hybrid Architecture for Federated and Centralized Learning
Ahmet M. Elbir, Sinem Coleri, Anastasios K. Papazafeiropoulos, and Pandelis Kourtessis, Symeon Chatzinotas

TL;DR
This paper introduces a hybrid learning framework combining federated and centralized methods to reduce communication costs and accommodate clients with varying computational resources, achieving better accuracy and efficiency.
Contribution
It proposes the HFCL framework that selectively uses FL or centralized learning based on client resources, with techniques to enhance data transmission efficiency.
Findings
HFCL outperforms FL with up to 20% accuracy improvement.
HFCL reduces communication overhead by 50% compared to centralized learning.
The framework effectively balances resource constraints and learning performance.
Abstract
Many of the machine learning tasks rely on centralized learning (CL), which requires the transmission of local datasets from the clients to a parameter server (PS) entailing huge communication overhead. To overcome this, federated learning (FL) has been suggested as a promising tool, wherein the clients send only the model updates to the PS instead of the whole dataset. However, FL demands powerful computational resources from the clients. In practice, not all the clients have sufficient computational resources to participate in training. To address this common scenario, we propose a more efficient approach called hybrid federated and centralized learning (HFCL), wherein only the clients with sufficient resources employ FL, while the remaining ones send their datasets to the PS, which computes the model on behalf of them. Then, the model parameters are aggregated at the PS. To improve…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
