A low-code federated learning platform for dummies
Project description
Introduction
EasyFL is an easy-to-use federated learning (FL) platform based on PyTorch. It aims to enable users with various levels of expertise to experiment and prototype FL applications with little/no coding.
You can use it for:
- FL Research on algorithm and system
- Proof-of-concept (POC) of new FL applications
- Prototype of industrial applications
- Learning FL implementations
We currently focus on horizontal FL, supporting both cross-silo and cross-device FL. You can learn more about federated learning from these resources.
Major Features
Easy to Start
EasyFL is easy to install and easy to learn. It does not have complex dependency requirements. You can run EasyFL on your personal computer with only three lines of code (Quick Start).
Out-of-the-box Functionalities
EasyFL provides many out-of-the-box functionalities, including datasets, models, and FL algorithms. With simple configurations, you simulate different FL scenarios using the popular datasets. We support both statistical heterogeneity simulation and system heterogeneity simulation.
Flexible, Customizable, and Reproducible
EasyFL is flexible to be customized according to your needs. You can easily migrate existing CV or NLP applications into the federated manner by writing the PyTorch codes that you are most familiar with.
Multiple Training Modes
EasyFL supports standalone training, distributed training, and remote training. By developing the code once, you can easily speed up FL training with distributed training on multiple GPUs. Besides, you can even deploy it to Kubernetes with Docker using remote training.
Getting Started
You can refer to Get Started for installation and Quick Run for the simplest way of using EasyFL.
For more advanced usage, we provide a list of tutorials on:
- High-level APIs
- Configurations
- Datasets
- Models
- Customize Server and Client
- Distributed Training
- Remote Training
Projects & Papers
The following publications are developed using EasyFL.
- Divergence-aware Federated Self-Supervised Learning, ICLR'2022. [paper]
- Collaborative Unsupervised Visual Representation Learning From Decentralized Data, ICCV'2021. [paper]
- Joint Optimization in Edge-Cloud Continuum for Federated Unsupervised Person Re-identification, ACMMM'2021. [paper]
:bulb: We will release the source codes of these projects in this repository. Please stay tuned.
We have been doing research on federated learning for several years, the following are our additional publications.
- EasyFL: A Low-code Federated Learning Platform For Dummies, IEEE Internet-of-Things Journal. [paper]
- Performance Optimization for Federated Person Re-identification via Benchmark Analysis, ACMMM'2020. [paper]
- Federated Unsupervised Domain Adaptation for Face Recognition, ICME'22. [paper]
Join Our Community
Please join our community on Slack: easyfl.slack.com
We will post updated features and answer questions on Slack.
License
This project is released under the Apache 2.0 license.
Citation
If you use this platform or related projects in your research, please cite this project.
@article{zhuang2022easyfl,
title={Easyfl: A low-code federated learning platform for dummies},
author={Zhuang, Weiming and Gan, Xin and Wen, Yonggang and Zhang, Shuai},
journal={IEEE Internet of Things Journal},
year={2022},
publisher={IEEE}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file easyfl-0.1.2.tar.gz
.
File metadata
- Download URL: easyfl-0.1.2.tar.gz
- Upload date:
- Size: 86.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 893c08ff9454efd1d97ee201a5a3954b9764a7e1d58b403ec57f8332a907d0a1 |
|
MD5 | 217461fd9aa3ded153f79e1b1736ae01 |
|
BLAKE2b-256 | 1fd0a68d7138ff40464964ec18de1f546f00b1ce0e4ea0136943bbb4c515200a |