paper-with-me

Papers

Serverless Federated AUPRC Optimization for Multi-Party Collaborative Imbalanced Data Mining

2023-08-06 · Xidong Wu, Zhengmian Hu, Jian Pei, Heng Huang

Multi-party collaborative training, such as distributed learning and federated learning, is used to address the big data challenges. However, traditional multi-party collaborative training algorithms were mainly designed for balanced data mining tasks and are intended to optimize accuracy (\emph{e.g.}, cross-entropy). The data distribution in many real-world applications is skewed and classifiers, which are trained to improve accuracy, perform poorly when applied to imbalanced data tasks since models could be significantly biased toward the primary class. Therefore, the Area Under Precision-Recall Curve (AUPRC) was introduced as an effective metric. Although single-machine AUPRC maximization methods have been designed, multi-party collaborative algorithm has never been studied. The change from the single-machine to the multi-party setting poses critical challenges. To address the above challenge, we study the serverless multi-party collaborative AUPRC maximization problem since serverless multi-party collaborative training can cut down the communications cost by avoiding the server node bottleneck, and reformulate it as a conditional stochastic optimization problem in a serverless multi-party collaborative learning setting and propose a new ServerLess biAsed sTochastic gradiEnt (SLATE) algorithm to directly optimize the AUPRC. After that, we use the variance reduction technique and propose ServerLess biAsed sTochastic gradiEnt with Momentum-based variance reduction (SLATE-M) algorithm to improve the convergence rate, which matches the best theoretical convergence result reached by the single-machine online method. To the best of our knowledge, this is the first work to solve the multi-party collaborative AUPRC maximization problem.

📄 PDF Abstract BibTeX arXiv:2308.03035

Code (1)

xidongwu/d-auprc 공식 구현 pytorch

Tasks

Federated LearningStochastic Optimization

Similar Papers 제목 키워드 기반

Training Heterogeneous Client Models using Knowledge Distillation in Serverless Federated Learning

2024-02-11 · Mohak Chadha, Pulkit Khera, Jianfeng Gu, Osama Abboud 외

Federated Learning (FL) is an emerging machine learning paradigm that enables the collaborative training of a shared global model across distributed clients while keeping the data decentralized. Recent works on designing…

Federated LearningKnowledge Distillation

Detection of Compromised Functions in a Serverless Cloud Environment

2024-08-05 · Danielle Lavi, Oleg Brodt, Dudu Mimran, Yuval Elovici 외

Serverless computing is an emerging cloud paradigm with serverless functions at its core. While serverless environments enable software developers to focus on developing applications without the need to actively manage t…

SpreadGNN: Serverless Multi-task Federated Learning for Graph Neural Networks

2021-06-04 · Chaoyang He, Emir Ceyani, Keshav Balasubramanian, Murali Annavaram 외

Graph Neural Networks (GNNs) are the first choice methods for graph machine learning problems thanks to their ability to learn state-of-the-art level representations from graph-structured data. However, centralizing a ma…

BIG-bench Machine LearningFederated LearningMolecular Property PredictionMulti-Task Learning+1

FedLesScan: Mitigating Stragglers in Serverless Federated Learning

2022-11-10 · Mohamed Elzohairy, Mohak Chadha, Anshul Jindal, Andreas Grafberger 외

Federated Learning (FL) is a machine learning paradigm that enables the training of a shared global model across distributed clients while keeping the training data local. While most prior work on designing systems for F…

Federated Learning

Serverless Federated Learning with flwr-serverless

2023-10-23 · Sanjeev V. Namjoshi, Reese Green, Krishi Sharma, Zhangzhang Si

Federated learning is becoming increasingly relevant and popular as we witness a surge in data collection and storage of personally identifiable information. Alongside these developments there have been many proposals fr…

Federated Learning