paper-with-me

홈 › Papers

Federated Deep AUC Maximization for Heterogeneous Data with a Constant Communication Complexity

2021-02-09 · Zhuoning Yuan, Zhishuai Guo, Yi Xu, Yiming Ying, Tianbao Yang

Deep AUC (area under the ROC curve) Maximization (DAM) has attracted much attention recently due to its great potential for imbalanced data classification. However, the research on Federated Deep AUC Maximization (FDAM) is still limited. Compared with standard federated learning (FL) approaches that focus on decomposable minimization objectives, FDAM is more complicated due to its minimization objective is non-decomposable over individual examples. In this paper, we propose improved FDAM algorithms for heterogeneous data by solving the popular non-convex strongly-concave min-max formulation of DAM in a distributed fashion, which can also be applied to a class of non-convex strongly-concave min-max problems. A striking result of this paper is that the communication complexity of the proposed algorithm is a constant independent of the number of machines and also independent of the accuracy level, which improves an existing result by orders of magnitude. The experiments have demonstrated the effectiveness of our FDAM algorithm on benchmark datasets, and on medical chest X-ray images from different organizations. Our experiment shows that the performance of FDAM using data from multiple hospitals can improve the AUC score on testing data from a single hospital for detecting life-threatening diseases based on chest radiographs. The proposed method is implemented in our open-sourced library LibAUC (www.libauc.org) whose github address is https://github.com/Optimization-AI/ICML2021_FedDeepAUC_CODASCA.

📄 PDF Abstract BibTeX arXiv:2102.04635

Code (1)

optimization-ai/icml2021_feddeepauc_codasca 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Expectation Maximization with heterogeneity mitigation and variance reduction

2021-11-03 · Aymeric Dieuleveut, Gersende Fort, Eric Moulines, Geneviève Robin

The Expectation Maximization (EM) algorithm is the default algorithm for inference in latent variable models. As in any other field of machine learning, applications of latent variable models to very large datasets make …

Federated LearningImputationMissing Values

Encryption-Compatible Clustered Federated Learning via Distributed Expectation-Maximization over Metadata

2026-07-30 · Michael Ben Ali, Imen Megdiche, André Péninou, Olivier Teste arxiv

Clustered Federated Learning (CFL) addresses data heterogeneity in federated settings by grouping clients with similar data distributions to enable effective training. Existing methods face a trade-off between privacy pr…

Computational EfficiencyFederated Learning

Federated-EM with heterogeneity mitigation and variance reduction

2021-12-01 · NeurIPS 2021 12 · Aymeric Dieuleveut, Gersende Fort, Eric Moulines, Geneviève Robin

The Expectation Maximization (EM) algorithm is the default algorithm for inference in latent variable models. As in any other field of machine learning, applications of latent variable models to very large datasets make …

Federated LearningImputationMissing Values

Communication-Efficient Federated AUC Maximization with Cyclic Client Participation

2026-01-04 · Umesh Vangapally, Wenhan Wu, Chen Chen, Zhishuai Guo arxiv

Federated AUC maximization is a powerful approach for learning from imbalanced data in federated learning (FL). However, existing methods typically assume full client availability, which is rarely practical. In real-worl…

Image ClassificationFederated LearningFraud Detection

Principled Federated Random Forests for Heterogeneous Data

2026-02-03 · Rémi Khellaf, Erwan Scornet, Aurélien Bellet, Julie Josse arxiv

Random Forests (RF) are among the most powerful and widely used predictive models for centralized tabular data, yet few methods exist to adapt them to the federated learning setting. Unlike most federated learning approa…

Federated Learning