LGAIDCFeb 13, 2023

FilFL: Client Filtering for Optimized Client Participation in Federated Learning

arXiv:2302.06599v37 citationsh-index: 121
Originality Incremental advance
AI Analysis

This work addresses the challenge of inefficient client participation in federated learning, which impacts convergence and generalization, offering a practical solution for distributed machine learning systems, though it is incremental as it builds on existing federated learning frameworks.

The paper tackles the problem of optimizing client participation in federated learning to improve model performance, proposing a client filtering method that selects subsets of clients to maximize a combinatorial objective, resulting in up to 10% higher test accuracy and faster convergence compared to training without filtering.

Federated learning, an emerging machine learning paradigm, enables clients to collaboratively train a model without exchanging local data. Clients participating in the training process significantly impact the convergence rate, learning efficiency, and model generalization. We propose a novel approach, client filtering, to improve model generalization and optimize client participation and training. The proposed method periodically filters available clients to identify a subset that maximizes a combinatorial objective function with an efficient greedy filtering algorithm. Thus, the clients are assessed as a combination rather than individually. We theoretically analyze the convergence of federated learning with client filtering in heterogeneous settings and evaluate its performance across diverse vision and language tasks, including realistic scenarios with time-varying client availability. Our empirical results demonstrate several benefits of our approach, including improved learning efficiency, faster convergence, and up to 10% higher test accuracy than training without client filtering.

Code Implementations1 repo
Foundations

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

Your Notes