FCIL
CVPR 2022 Implementation
A PyTorch implementation of Federated Class-Incremental Learning for Continual Learning in Computer Vision
This is the formal code implementation of the CVPR 2022 paper 'Federated Class Incremental Learning'.
102 stars
5 watching
29 forks
Language: Python
last commit: over 1 year ago continual-learningcvpr2022federated-learningincremental-learning
Related projects:
Repository | Description | Stars |
---|---|---|
| A Python implementation of Personalized Federated Learning with Graph using PyTorch. | 49 |
| An implementation of Fair and Consistent Federated Learning using Python. | 20 |
| A method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness | 57 |
| An implementation of a Continual Federated Learning algorithm using Generative Replay to adapt models to new data distributions. | 27 |
| Enabling multiple agents to learn from heterogeneous environments without sharing their knowledge or data | 56 |
| A framework for tackling heterogeneity and catastrophic forgetting in federated learning by leveraging cross-correlation and similarity learning | 97 |
| An implementation of Personalized Federated Learning with Moreau Envelopes and related algorithms using PyTorch for research and experimentation. | 291 |
| A decentralized federated learning framework based on blockchain and PyTorch. | 243 |
| An implementation of cross-silo federated learning with adaptability to statistical heterogeneity | 12 |
| An implementation of a domain generalization method for federated learning using Python and PyTorch | 26 |
| An implementation of heterogeneous federated learning with parallel edge and server computation | 17 |
| An implementation of federated learning algorithm for image classification | 50 |
| An implementation of a federated learning algorithm for handling heterogeneous data | 6 |
| An implementation of federated active learning with a novel sampling strategy to improve performance on decentralized machine learning tasks | 31 |
| Evaluates various methods for federated learning on different models and tasks. | 19 |