LGApr 30, 2021

Federated Learning with Fair Averaging

arXiv:2104.14937v5148 citationsHas Code
AI Analysis

This addresses fairness issues in federated learning for distributed systems, representing an incremental improvement over existing methods.

The paper tackles unfairness in federated learning caused by conflicting gradients with large magnitude differences, proposing the FedFV algorithm that detects and modifies gradients to reduce conflicts, achieving improved fairness, accuracy, and efficiency in experiments.

Fairness has emerged as a critical problem in federated learning (FL). In this work, we identify a cause of unfairness in FL -- conflicting gradients with large differences in the magnitudes. To address this issue, we propose the federated fair averaging (FedFV) algorithm to mitigate potential conflicts among clients before averaging their gradients. We first use the cosine similarity to detect gradient conflicts, and then iteratively eliminate such conflicts by modifying both the direction and the magnitude of the gradients. We further show the theoretical foundation of FedFV to mitigate the issue conflicting gradients and converge to Pareto stationary solutions. Extensive experiments on a suite of federated datasets confirm that FedFV compares favorably against state-of-the-art methods in terms of fairness, accuracy and efficiency. The source code is available at https://github.com/WwZzz/easyFL.

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