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.
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.
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
We have released the source code for the following papers under the applications
folder:
- Federated Multiple Task Learning: [code] for MAS: Towards Resource-Efficient Federated Multiple-Task Learning (ICCV'2023)
- FedSSL: [code] for two papers: Divergence-aware Federated Self-Supervised Learning (ICLR'2022) and Collaborative Unsupervised Visual Representation Learning From Decentralized Data (ICCV'2021)
- FedReID: [code] for two papers: Performance Optimization for Federated Person Re-identification via Benchmark Analysis (ACMMM'2020) and Optimizing Performance of Federated Person Re-identification: Benchmarking and Analysis (TOMM)
- FedUReID: [code] for Joint Optimization in Edge-Cloud Continuum for Federated Unsupervised Person Re-identification (ACMMM'2021)
💡 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]
- Federated Unsupervised Domain Adaptation for Face Recognition, ICME'22. [paper]
- Optimizing Federated Unsupervised Person Re-identification via Camera-aware Clustering, MMSP'22. [paper]
Please join our community on Slack: easyfl.slack.com
We will post updated features and answer questions on Slack.
This project is released under the Apache 2.0 license.
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}
}