paper-with-me

홈 › Papers

EasyFL: A Low-code Federated Learning Platform For Dummies

2021-05-17 · Weiming Zhuang, Xin Gan, Yonggang Wen, Shuai Zhang

Academia and industry have developed several platforms to support the popular privacy-preserving distributed learning method -- Federated Learning (FL). However, these platforms are complex to use and require a deep understanding of FL, which imposes high barriers to entry for beginners, limits the productivity of researchers, and compromises deployment efficiency. In this paper, we propose the first low-code FL platform, EasyFL, to enable users with various levels of expertise to experiment and prototype FL applications with little coding. We achieve this goal while ensuring great flexibility and extensibility for customization by unifying simple API design, modular design, and granular training flow abstraction. With only a few lines of code, EasyFL empowers them with many out-of-the-box functionalities to accelerate experimentation and deployment. These practical functionalities are heterogeneity simulation, comprehensive tracking, distributed training optimization, and seamless deployment. They are proposed based on challenges identified in the proposed FL life cycle. Compared with other platforms, EasyFL not only requires just three lines of code (at least 10x lesser) to build a vanilla FL application but also incurs lower training overhead. Besides, our evaluations demonstrate that EasyFL expedites distributed training by 1.5x. It also improves the efficiency of deployment. We believe that EasyFL will increase the productivity of researchers and democratize FL to wider audiences.

📄 PDF Abstract BibTeX arXiv:2105.07603

Code (1)

EasyFL-AI/EasyFL 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Federated Learning with Fair Averaging

2021-04-30 · Zheng Wang, Xiaoliang Fan, Jianzhong Qi, Chenglu Wen 외

Fairness has emerged as a critical problem in federated learning (FL). In this work, we identify a cause of unfairness in FL -- conflicting gradients with large differences in the magnitudes. To address this issue, we pr…

FairnessFederated Learning

Order preservation with dummies in the musseum pass problem

2023-07-02 · Ricardo Martínez, Joaquín Sánchez-Soriano

We study the problem of sharing the revenue obtained by selling museum passes from the axiomatic perspective. In this setting, we propose replacing the usual dummy axiom with a milder requirement: order preservation with…

Virtual Dummies: Enabling Scalable FDR-Controlled Variable Selection via Sequential Sampling of Null Features

2026-04-08 · Taulant Koka, Jasin Machkour, Daniel P. Palomar, Michael Muma arxiv

High-dimensional variable selection, particularly in genomics, requires error-controlling procedures that scale to millions of predictors. The Terminating-Random Experiments (T-Rex) selector achieves false discovery rate…

Fedlearn-Algo: A flexible open-source privacy-preserving machine learning platform

2021-07-08 · Bo Liu, Chaowei Tan, Jiazhou Wang, Tao Zeng 외

In this paper, we present Fedlearn-Algo, an open-source privacy preserving machine learning platform. We use this platform to demonstrate our research and development results on privacy preserving machine learning algori…

BIG-bench Machine LearningBinary ClassificationFederated LearningPrivacy Preserving+1

FederatedScope: A Flexible Federated Learning Platform for Heterogeneity

2022-04-11 · Yuexiang Xie, Zhen Wang, Dawei Gao, Daoyuan Chen 외

Although remarkable progress has been made by existing federated learning (FL) platforms to provide infrastructures for development, these platforms may not well tackle the challenges brought by various types of heteroge…

Federated LearningHyperparameter Optimization