paper-with-me

Papers

Federated Fairness Analytics: Quantifying Fairness in Federated Learning

2024-08-15 · Oscar Dilley, Juan Marcelo Parra-Ullauri, Rasheed Hussain, Dimitra Simeonidou

Federated Learning (FL) is a privacy-enhancing technology for distributed ML. By training models locally and aggregating updates - a federation learns together, while bypassing centralised data collection. FL is increasingly popular in healthcare, finance and personal computing. However, it inherits fairness challenges from classical ML and introduces new ones, resulting from differences in data quality, client participation, communication constraints, aggregation methods and underlying hardware. Fairness remains an unresolved issue in FL and the community has identified an absence of succinct definitions and metrics to quantify fairness; to address this, we propose Federated Fairness Analytics - a methodology for measuring fairness. Our definition of fairness comprises four notions with novel, corresponding metrics. They are symptomatically defined and leverage techniques originating from XAI, cooperative game-theory and networking engineering. We tested a range of experimental settings, varying the FL approach, ML task and data settings. The results show that statistical heterogeneity and client participation affect fairness and fairness conscious approaches such as Ditto and q-FedAvg marginally improve fairness-performance trade-offs. Using our techniques, FL practitioners can uncover previously unobtainable insights into their system's fairness, at differing levels of granularity in order to address fairness challenges in FL. We have open-sourced our work at: https://github.com/oscardilley/federated-fairness.

📄 PDF Abstract BibTeX arXiv:2408.08214

Code (1)

oscardilley/federated-fairness 공식 구현 pytorch

Tasks

FairnessFederated Learning

Similar Papers 제목 키워드 기반

FedCF: Fair Federated Conformal Prediction

2025-09-26 · Anutam Srinivasan, Aditya T. Vadlamani, Amin Meghrazi, Srinivasan Parthasarathy arxiv

Conformal Prediction (CP) is a widely used technique for quantifying uncertainty in machine learning models. In its standard form, CP offers probabilistic guarantees on the coverage of the true label, but it is agnostic …

Federated Learning

Dynamic Fair Federated Learning Based on Reinforcement Learning

2023-11-02 · Weikang Chen, Junping Du, Yingxia Shao, Jia Wang 외

Federated learning enables a collaborative training and optimization of global models among a group of devices without sharing local data samples. However, the heterogeneity of data in federated learning can lead to unfa…

FairnessFederated Learningreinforcement-learningReinforcement Learning

Fairness-aware Agnostic Federated Learning

2020-10-10 · Wei Du, Depeng Xu, Xintao Wu, Hanghang Tong

Federated learning is an emerging framework that builds centralized machine learning models with training data distributed across multiple devices. Most of the previous works about federated learning focus on the privacy…

FairnessFederated Learning

Towards Fair Graph Federated Learning via Incentive Mechanisms

2023-12-20 · Chenglu Pan, Jiarong Xu, Yue Yu, Ziqi Yang 외

Graph federated learning (FL) has emerged as a pivotal paradigm enabling multiple agents to collaboratively train a graph model while preserving local data privacy. Yet, current efforts overlook a key issue: agents are s…

FairnessFederated LearningModel Optimization

Enforcing fairness in private federated learning via the modified method of differential multipliers

2021-09-17 · Borja Rodríguez-Gálvez, Filip Granqvist, Rogier Van Dalen, Matt Seigel

Federated learning with differential privacy, or private federated learning, provides a strategy to train machine learning models while respecting users' privacy. However, differential privacy can disproportionately degr…

BIG-bench Machine LearningFairnessFederated Learning