FedCIL
Continual Learning Framework
An implementation of a Continual Federated Learning algorithm using Generative Replay to adapt models to new data distributions.
Code for ICLR 2023 Paper Better Generative Replay for Continual Federated Learning
27 stars
2 watching
4 forks
Language: Python
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
wenkehuang/fccl | A framework for tackling heterogeneity and catastrophic forgetting in federated learning by leveraging cross-correlation and similarity learning | 97 |
bytedance/feddecorr | Provides an implementation of various heterogeneous federated learning methods and datasets to mitigate dimensional collapse in distributed machine learning | 63 |
conditionwang/fcil | Implementation of Federated Class-Incremental Learning for Continual Learning in Computer Vision | 101 |
cuis15/fcfl | An implementation of Fair and Consistent Federated Learning using Python. | 20 |
litian96/ditto | A framework for personalized federated learning to balance fairness and robustness in decentralized machine learning systems. | 137 |
xiyuanyang45/dynamicpfl | A method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness | 51 |
rong-dai/dispfl | An implementation of a personalized federated learning framework with decentralized sparse training and peer-to-peer communication protocol. | 68 |
wyjeong/fedweit | An implementation of Federated Continual Learning with Weighted Inter-client Transfer using TensorFlow 2. | 98 |
gaoliang13/feddc | Federated learning algorithm that adapts to non-IID data by decoupling and correcting for local drift | 79 |
vothanhvinh/causalrff | This project develops an adaptive kernel approach to federated learning of heterogeneous causal effects. | 1 |
ibm/federated-learning-lib | A framework for collaborative distributed machine learning in enterprise environments. | 499 |
jiayunz/fedalign | Develops an alignment framework for federated learning with non-identical client class sets | 4 |
diaoenmao/heterofl-computation-and-communication-efficient-federated-learning-for-heterogeneous-clients | An implementation of efficient federated learning algorithms for heterogeneous clients | 152 |
xtra-computing/fedov | Develops a framework to address label skews in one-shot federated learning by partitioning data and adapting models. | 14 |
lxcnju/fedrepo | An open-source repository implementing various federated learning algorithms with source code for multiple deep learning applications. | 174 |