paper-with-me

홈 › Papers

Addressing Algorithmic Disparity and Performance Inconsistency in Federated Learning

2021-08-19 · NeurIPS 2021 12 · Sen Cui, Weishen Pan, Jian Liang, ChangShui Zhang, Fei Wang

Federated learning (FL) has gain growing interests for its capability of learning from distributed data sources collectively without the need of accessing the raw data samples across different sources. So far FL research has mostly focused on improving the performance, how the algorithmic disparity will be impacted for the model learned from FL and the impact of algorithmic disparity on the utility inconsistency are largely unexplored. In this paper, we propose an FL framework to jointly consider performance consistency and algorithmic fairness across different local clients (data sources). We derive our framework from a constrained multi-objective optimization perspective, in which we learn a model satisfying fairness constraints on all clients with consistent performance. Specifically, we treat the algorithm prediction loss at each local client as an objective and maximize the worst-performing client with fairness constraints through optimizing a surrogate maximum function with all objectives involved. A gradient-based procedure is employed to achieve the Pareto optimality of this optimization problem. Theoretical analysis is provided to prove that our method can converge to a Pareto solution that achieves the min-max performance with fairness constraints on all clients. Comprehensive experiments on synthetic and real-world datasets demonstrate the superiority that our approach over baselines and its effectiveness in achieving both fairness and consistency across all local clients.

📄 PDF Abstract BibTeX arXiv:2108.08435

Code (1)

cuis15/FCFL 공식 구현 pytorch

Tasks

AllFairnessFederated Learning

Similar Papers 제목 키워드 기반

Refine and Distill: Exploiting Cycle-Inconsistency and Knowledge Distillation for Unsupervised Monocular Depth Estimation

2019-03-11 · CVPR 2019 6 · Andrea Pilzer, Stéphane Lathuilière, Nicu Sebe, Elisa Ricci

Nowadays, the majority of state of the art monocular depth estimation techniques are based on supervised deep learning models. However, collecting RGB images with associated depth maps is a very time consuming procedure.…

Depth EstimationDepth PredictionKnowledge DistillationMonocular Depth Estimation+1

A Stereo Visual SLAM System Using Object-Level Motion Estimation and Geometric Filtering Based on Cross Disparity

2026-07-02 · Sujan Kumar Dhali, Bhaskar Dasgupta arxiv

This paper presents OCD SLAM, a dynamic stereo visual SLAM framework that extends ORB-SLAM2 by jointly addressing dynamic objects and dynamic features in the scene. Usual visual SLAM systems operating in dynamic environm…

3D Object DetectionObject TrackingPose Estimation

Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization

2020-07-15 · NeurIPS 2020 12 · Jianyu Wang, Qinghua Liu, Hao Liang, Gauri Joshi 외

In federated optimization, heterogeneity in the clients' local datasets and computation speeds results in large variations in the number of local updates performed by each client in each communication round. Naive weight…

Federated fairness-aware classification under differential privacy

2026-03-25 · Gengyu Xue, Yi Yu arxiv

Privacy and algorithmic fairness have become two central issues in modern machine learning. Although each has separately emerged as a rapidly growing research area, their joint effect remains comparatively under-explored…

Robust and Personalized Federated Learning with Spurious Features: an Adversarial Approach

2021-09-29 · Xiaoyang Wang, Han Zhao, Klara Nahrstedt, Oluwasanmi O Koyejo

A common approach for personalized federated learning is fine-tuning the global machine learning model to each local client. While this addresses some issues of statistical heterogeneity, we find that such personalizatio…

Federated LearningPersonalized Federated Learning