paper-with-me

홈 › Papers

Submodular Maximization Approaches for Equitable Client Selection in Federated Learning

2024-08-24 · Andrés Catalino Castillo Jiménez, Ege C. Kaya, Lintao Ye, Abolfazl Hashemi

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.

📄 PDF Abstract BibTeX arXiv:2408.13683

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessFederated Learning

Similar Papers 제목 키워드 기반

RobustFSM: Submodular Maximization in Federated Setting with Malicious Clients

2025-11-03 · Duc A. Tran, Dung Truong, Duy Le arxiv

Submodular maximization is an optimization problem benefiting many machine learning applications, where we seek a small subset best representing an extremely large dataset. We focus on the federated setting where the dat…

Federated Learning

Diverse Client Selection for Federated Learning via Submodular Maximization

2021-09-29 · ICLR 2022 4 · Ravikumar Balakrishnan, Tian Li, Tianyi Zhou, Nageen Himayat 외

In every communication round of federated learning, a random subset of clients communicate their model updates back to the server which then aggregates them all. The optimal size of this subset is not known an…

FairnessFederated Learning

Decomposable Submodular Maximization in Federated Setting

2024-01-31 · Akbar Rafiey

Submodular functions, as well as the sub-class of decomposable submodular functions, and their optimization appear in a wide range of applications in machine learning, recommendation systems, and welfare maximization. Ho…

Recommendation Systems

Adaptive Control of Client Selection and Gradient Compression for Efficient Federated Learning

2022-12-19 · Zhida Jiang, Yang Xu, Hongli Xu, Zhiyuan Wang 외

Federated learning (FL) allows multiple clients cooperatively train models without disclosing local data. However, the existing works fail to address all these practical concerns in FL: limited communication resources, d…

Federated Learning

Causal meets Submodular: Subset Selection with Directed Information

2016-12-01 · NeurIPS 2016 12 · Yuxun Zhou, Costas J. Spanos

We study causal subset selection with Directed Information as the measure of prediction causality. Two typical tasks, causal sensor placement and covariate selection, are correspondingly formulated into cardinality const…