paper-with-me

Papers

FLIPS: Federated Learning using Intelligent Participant Selection

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

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 distribution clustering on participant selection in federated learning. FLIPS clusters parties involved in an FL training job based on the label distribution of their data apriori, and during FL training, ensures that each cluster is equitably represented in the participants selected. FLIPS can support the most common FL algorithms, including FedAvg, FedProx, FedDyn, FedOpt and FedYogi. To manage platform heterogeneity and dynamic resource availability, FLIPS incorporates a straggler management mechanism to handle changing capacities in distributed, smart community applications. Privacy of label distributions, clustering and participant selection is ensured through a trusted execution environment (TEE). Our comprehensive empirical evaluation compares FLIPS with random participant selection, as well as three other "smart" selection mechanisms - Oort, TiFL and gradient clustering using two real-world datasets, two benchmark datasets, two different non-IID distributions and three common FL algorithms (FedYogi, FedProx and FedAvg). We demonstrate that FLIPS significantly improves convergence, achieving higher accuracy by 17 - 20 % with 20 - 60 % lower communication costs, and these benefits endure in the presence of straggler participants.

📄 PDF Abstract BibTeX arXiv:2308.03901

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFederated LearningManagement

Similar Papers 제목 키워드 기반

FedMint: Intelligent Bilateral Client Selection in Federated Learning with Newcomer IoT Devices

2022-10-31 · Osama Wehbi, Sarhad Arisdakessian, Omar Abdel Wahab, Hadi Otrok 외

Federated Learning (FL) is a novel distributed privacy-preserving learning paradigm, which enables the collaboration among several participants (e.g., Internet of Things devices) for the training of machine learning mode…

Federated LearningPrivacy Preserving

Resource-Efficient Federated Learning

2021-11-01 · Ahmed M. Abdelmoniem, Atal Narayan Sahu, Marco Canini, Suhaib A. Fahmy

Federated Learning (FL) enables distributed training by learners using local data, thereby enhancing privacy and reducing communication. However, it presents numerous challenges relating to the heterogeneity of the data …

FairnessFederated Learning

Communication-Efficient Federated Learning with Adaptive Number of Participants

2025-08-19 · Sergey Skorik, Vladislav Dorofeev, Gleb Molodtsov, Aram Avetisyan 외 arxiv

Rapid scaling of deep learning models has enabled performance gains across domains, yet it introduced several challenges. Federated Learning (FL) has emerged as a promising framework to address these concerns by enabling…

Federated LearningECG Classification

VFL-RPS: Relevant Participant Selection in Vertical Federated Learning

2025-02-20 · Afsana Khan, Marijn ten Thij, Guangzhi Tang, Anna Wilbik

Federated Learning (FL) allows collaboration between different parties, while ensuring that the data across these parties is not shared. However, not every collaboration is helpful in terms of the resulting model perform…

Federated LearningVertical Federated Learning

Pisces: Efficient Federated Learning via Guided Asynchronous Training

2022-06-18 · Zhifeng Jiang, Wei Wang, Baochun Li, Bo Li

Federated learning (FL) is typically performed in a synchronous parallel manner, where the involvement of a slow client delays a training iteration. Current FL systems employ a participant selection strategy to select fa…

Federated LearningNavigate