LGCYJun 23, 2024

Semi-Variance Reduction for Fair Federated Learning

arXiv:2406.16193v22 citations
Originality Incremental advance
AI Analysis

This addresses fairness for diverse clients in federated learning systems, offering a novel approach that avoids sacrificing overall performance, though it builds on existing financial risk modeling methods.

The paper tackled fairness in federated learning by proposing two new algorithms, Variance Reduction and Semi-Variance Reduction, which improved both fairness and overall average performance, with SemiVRed achieving state-of-the-art results in heterogeneous data scenarios.

Ensuring fairness in a Federated Learning (FL) system, i.e., a satisfactory performance for all of the participating diverse clients, is an important and challenging problem. There are multiple fair FL algorithms in the literature, which have been relatively successful in providing fairness. However, these algorithms mostly emphasize on the loss functions of worst-off clients to improve their performance, which often results in the suppression of well-performing ones. As a consequence, they usually sacrifice the system's overall average performance for achieving fairness. Motivated by this and inspired by two well-known risk modeling methods in Finance, Mean-Variance and Mean-Semi-Variance, we propose and study two new fair FL algorithms, Variance Reduction (VRed) and Semi-Variance Reduction (SemiVRed). VRed encourages equality between clients' loss functions by penalizing their variance. In contrast, SemiVRed penalizes the discrepancy of only the worst-off clients' loss functions from the average loss. Through extensive experiments on multiple vision and language datasets, we show that, SemiVRed achieves SoTA performance in scenarios with heterogeneous data distributions and improves both fairness and system overall average performance.

Foundations

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

Your Notes