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 | An implementation of a federated learning method to mitigate dimensional collapse in heterogeneous networks | 64 |
conditionwang/fcil | This implementation provides a framework for federated class-incremental learning on visual tasks. | 102 |
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 | 55 |
rong-dai/dispfl | An implementation of a personalized federated learning framework with decentralized sparse training and peer-to-peer communication protocol. | 72 |
wyjeong/fedweit | An implementation of Federated Continual Learning with Weighted Inter-client Transfer using TensorFlow 2. | 102 |
gaoliang13/feddc | Federated learning algorithm that adapts to non-IID data by decoupling and correcting for local drift | 81 |
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. | 500 |
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 | 154 |
xtra-computing/fedov | Develops a framework to address label skews in one-shot federated learning by partitioning data and adapting models. | 16 |
lxcnju/fedrepo | An open-source repository implementing various federated learning algorithms with source code for multiple deep learning applications. | 175 |