paper-with-me

Papers

Fed-RAC: Resource-Aware Clustering for Tackling Heterogeneity of Participants in Federated Learning

2024-03-20 · IEEE Transactions on Parallel and Distributed Systems 2024 3 · Rahul Mishra, Hari Prabhat Gupta, Garvit Banga, Sajal K. Das

Federated Learning is a training framework that enables multiple participants to collaboratively train a shared model while preserving data privacy. The heterogeneity of devices and networking resources of the participants delay the training and aggregation. The paper introduces a novel approach to federated learning by incorporating resource-aware clustering. This method addresses the challenges posed by the diverse devices and networking resources among participants. Unlike static clustering approaches, this paper proposes a dynamic method to determine the optimal number of clusters using Dunn Indices. It enables adaptability to the varying heterogeneity levels among participants, ensuring a responsive and customized approach to clustering. Next, the paper goes beyond empirical observations by providing a mathematical derivation of the communication rounds for convergence within each cluster. Further, the participant assignment mechanism adds a layer of sophistication and ensures that devices and networking resources are allocated optimally. Afterwards, we incorporate a leader-follower technique, particularly through knowledge distillation, which improves the performance of lightweight models within clusters. Finally, experiments are conducted to validate the approach and to compare it with state-of-the-art. The results demonstrated an accuracy improvement of over 3% compared to its closest competitor and a reduction in communication rounds of around 10%.

📄 PDF Abstract BibTeX

Code (1)

GarvitBanga/Fed-RAC tf

Tasks

ClusteringFederated LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

FLIPS: Federated Learning using Intelligent Participant Selection

2023-08-07 · Rahul Atul Bhope, K. R. Jayaram, Nalini Venkatasubramanian, Ashish Verma 외

This paper presents the design and implementation of FLIPS, a middleware system to manage data and participant heterogeneity in federated learning (FL) training workloads. In particular, we examine the benefits of label …

ClusteringFederated LearningManagement

Auxo: Efficient Federated Learning via Scalable Client Clustering

2022-10-29 · Jiachen Liu, Fan Lai, Yinwei Dai, Aditya Akella 외

Federated learning (FL) is an emerging machine learning (ML) paradigm that enables heterogeneous edge devices to collaboratively train ML models without revealing their raw data to a logically centralized server. However…

ClusteringFederated Learning

Tackling Computational Heterogeneity in FL: A Few Theoretical Insights

2023-07-12 · Adnan Ben Mansour, Gaia Carenini, Alexandre Duplessis

The future of machine learning lies in moving data collection along with training to the edge. Federated Learning, for short FL, has been recently proposed to achieve this goal. The principle of this approach is to aggre…

Federated Learning

Classifier Clustering and Feature Alignment for Federated Learning under Distributed Concept Drift

2024-10-24 · Junbao Chen, Jingfeng Xue, Yong Wang, Zhenyan Liu 외

Data heterogeneity is one of the key challenges in federated learning, and many efforts have been devoted to tackling this problem. However, distributed concept drift with data heterogeneity, where clients may additional…

ClusteringFederated Learning

DynamicFL: Federated Learning with Dynamic Communication Resource Allocation

2024-09-08 · Qi Le, Enmao Diao, Xinran Wang, Vahid Tarokh 외

Federated Learning (FL) is a collaborative machine learning framework that allows multiple users to train models utilizing their local data in a distributed manner. However, considerable statistical heterogeneity in loca…

Federated Learning