LGAISPSYAug 24, 2024

Submodular Maximization Approaches for Equitable Client Selection in Federated Learning

arXiv:2408.13683v23 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses fairness concerns in federated learning for applications like medical or financial tasks, though it is incremental as it builds on existing client selection techniques.

The paper tackles the problem of unfair performance disparities in federated learning due to random client selection by introducing two methods, SUBTRUNC and UNIONFL, which use submodular maximization to achieve more balanced models, resulting in significant improvements in fairness as measured by a client dissimilarity metric.

In a conventional Federated Learning framework, client selection for training typically involves the random sampling of a subset of clients in each iteration. However, this random selection often leads to disparate performance among clients, raising concerns regarding fairness, particularly in applications where equitable outcomes are crucial, such as in medical or financial machine learning tasks. This disparity typically becomes more pronounced with the advent of performance-centric client sampling techniques. This paper introduces two novel methods, namely SUBTRUNC and UNIONFL, designed to address the limitations of random client selection. Both approaches utilize submodular function maximization to achieve more balanced models. By modifying the facility location problem, they aim to mitigate the fairness concerns associated with random selection. SUBTRUNC leverages client loss information to diversify solutions, while UNIONFL relies on historical client selection data to ensure a more equitable performance of the final model. Moreover, these algorithms are accompanied by robust theoretical guarantees regarding convergence under reasonable assumptions. The efficacy of these methods is demonstrated through extensive evaluations across heterogeneous scenarios, revealing significant improvements in fairness as measured by a client dissimilarity metric.

Foundations

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

Your Notes