ProgFed
Federated learning optimization
An approach to efficient federated learning by progressively training models on client devices with reduced communication and computation requirements.
[ICML2022] ProgFed: Effective, Communication, and Computation Efficient Federated Learning by Progressive Training
20 stars
2 watching
6 forks
Language: Python
last commit: about 2 years ago communication-efficientcomputation-efficiencyfederated-learningicml2022progressive-learning
Related projects:
Repository | Description | Stars |
---|---|---|
optimization-ai/icml2023_fedxl | An implementation of a federated learning algorithm for optimization problems with compositional pairwise risk optimization. | 2 |
bdemo/pfedbred_public | A project that proposes a novel federated learning approach to address the issue of incomplete information in personalized machine learning models | 8 |
xidongwu/federated-minimax-and-conditional-stochastic-optimization | This project presents optimization techniques for federated learning and minimax games in the context of machine learning | 0 |
litian96/fedprox | An optimization framework designed to address heterogeneity in federated learning across distributed networks | 643 |
mediabrain-sjtu/pfedgraph | This project enables personalized federated learning with inferred collaboration graphs to improve the performance of machine learning models on non-IID (non-independent and identically distributed) datasets. | 26 |
guopengf/auto-fedrl | A reinforcement learning-based framework for optimizing hyperparameters in distributed machine learning environments. | 15 |
charliedinh/pfedme | An implementation of Personalized Federated Learning with Moreau Envelopes and related algorithms using PyTorch for research and experimentation. | 289 |
desternylin/perfed | An implementation of various federated learning algorithms with a focus on communication efficiency, robustness, and fairness. | 15 |
yuetan031/fedproto | An implementation of federated learning with prototype-based methods across heterogeneous clients | 133 |
hongliny/fedac-neurips20 | Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting. | 14 |
zackzikaixiao/fedgrab | A tool for training federated learning models with adaptive gradient balancing to handle class imbalance in multi-client scenarios. | 13 |
dos-group/fedzero | An implementation of federated learning optimized for training on renewable energy sources and spare compute capacity to minimize carbon emissions. | 19 |
xiyuanyang45/dynamicpfl | A method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness | 51 |
omarfoq/fedem | Develops and evaluates federated learning algorithms for personalizing machine learning models across heterogeneous client data distributions. | 154 |
konstmish/rr_prox_fed | An algorithmic framework for distributed optimization that combines proximal and federated methods to improve the convergence and stability of machine learning models. | 4 |