paper-with-me

홈 › Papers

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-world FL systems, clients often participate in a cyclic manner: joining training according to a fixed, repeating schedule. This setting poses unique optimization challenges for the non-decomposable AUC objective. This paper addresses these challenges by developing and analyzing communication-efficient algorithms for federated AUC maximization under cyclic client participation. We investigate two key settings: First, we study AUC maximization with a squared surrogate loss, which reformulates the problem as a nonconvex-strongly-concave minimax optimization. By leveraging the Polyak-Łojasiewicz (PL) condition, we establish a state-of-the-art communication complexity of $\widetilde{O}(1/ε^{1/2})$ and iteration complexity of $\widetilde{O}(1/ε)$. Second, we consider general pairwise AUC losses. We establish a communication complexity of $O(1/ε^3)$ and an iteration complexity of $O(1/ε^4)$. Further, under the PL condition, these bounds improve to communication complexity of $\widetilde{O}(1/ε^{1/2})$ and iteration complexity of $\widetilde{O}(1/ε)$. Extensive experiments on benchmark tasks in image classification, medical imaging, and fraud detection demonstrate the superior efficiency and effectiveness of our proposed methods.

📄 PDF Abstract BibTeX arXiv:2601.01649

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationFederated LearningFraud Detection

Similar Papers 제목 키워드 기반

Federated Learning under Periodic Client Participation and Heterogeneous Data: A New Communication-Efficient Algorithm and Analysis

2024-10-30 · Michael Crawshaw, Mingrui Liu

In federated learning, it is common to assume that clients are always available to participate in training, which may not be feasible with user devices in practice. Recent works analyze federated learning under more real…

Federated Learning

On the Convergence of Federated Averaging with Cyclic Client Participation

2023-02-06 · Yae Jee Cho, Pranay Sharma, Gauri Joshi, Zheng Xu 외

Federated Averaging (FedAvg) and its variants are the most popular optimization algorithms in federated learning (FL). Previous convergence analyses of FedAvg either assume full client participation or partial client par…

Federated Learning

Battery-aware Cyclic Scheduling in Energy-harvesting Federated Learning

2025-04-16 · Eunjeong Jeong, Nikolaos Pappas

Federated Learning (FL) has emerged as a promising framework for distributed learning, but its growing complexity has led to significant energy consumption, particularly from computations on the client side. This challen…

Federated LearningScheduling

Computation-aware Energy-harvesting Federated Learning: Cyclic Scheduling with Selective Participation

2025-11-14 · Eunjeong Jeong, Nikolaos Pappas arxiv

Federated Learning (FL) is a powerful paradigm for distributed learning, but its increasing complexity leads to significant energy consumption from client-side computations for training models. In particular, the challen…

Federated Learning

Controlling Participation in Federated Learning with Feedback

2024-11-28 · Michael Cummins, Guner Dilsad Er, Michael Muehlebach

We address the problem of client participation in federated learning, where traditional methods typically rely on a random selection of a small subset of clients for each training round. In contrast, we propose FedBack, …

Computational EfficiencyFederated Learningimage-classificationImage Classification