LGAIDCPFAug 7, 2023

FLIPS: Federated Learning using Intelligent Participant Selection

arXiv:2308.03901v29 citationsh-index: 40
Originality Incremental advance
AI Analysis

It addresses efficiency and convergence issues in federated learning for distributed applications, though it is incremental as it builds on existing FL algorithms with a novel selection mechanism.

This paper tackles the problem of data and participant heterogeneity in federated learning by introducing FLIPS, a middleware system that uses label distribution clustering for intelligent participant selection, resulting in 17-20% higher accuracy and 20-60% lower communication costs compared to baseline methods.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes