DBE
Domain adaptation library
This implementation of a federated learning method aims to reduce domain bias in representation space, enabling more efficient knowledge transfer between clients and servers.
NeurIPS 2023 accepted paper, Eliminating Domain Bias for Federated Learning in Representation Space
22 stars
2 watching
1 forks
Language: Python
last commit: 10 days ago domain-adaptationfeature-disentanglementfederated-learninglightweightnon-iid-datapersonalizationrepresentation-learningtheoratical
Related projects:
Repository | Description | Stars |
---|---|---|
tsingz0/fedala | An implementation of a federated learning method for personalized models on non-iid datasets. | 111 |
wenkehuang/rethinkfl | Improves federated learning performance by incorporating domain knowledge and regularization to adapt models across diverse domains | 91 |
tsingz0/fedcp | A framework that separates feature information from data in federated learning to enable personalized models. | 26 |
mediabrain-sjtu/feddg-ga | This project presents a method for federated domain generalization with adjustment, allowing multiple models to learn from each other across different domains. | 43 |
gaoliang13/feddc | Federated learning algorithm that adapts to non-IID data by decoupling and correcting for local drift | 79 |
zfancy/sfat | Combating heterogeneity in federated learning by combining adversarial training with client-wise slack during aggregation | 28 |
zackzikaixiao/fedgrab | A tool for training federated learning models with adaptive gradient balancing to handle class imbalance in multi-client scenarios. | 13 |
harliwu/fedamd | This project presents an approach to federated learning with partial client participation by optimizing anchor selection for improving model accuracy and convergence. | 2 |
privacytrustlab/bias_in_fl | Analyzing bias propagation in federated learning algorithms to improve group fairness and robustness | 11 |
debcaldarola/fedsam | Improving generalization in federated learning by seeking flat minima through optimization techniques | 79 |
lins-lab/fedbr | An implementation of federated learning algorithm to reduce local learning bias and improve convergence on heterogeneous data | 25 |
wasidennis/adaptsegnet | This project implements a deep learning-based approach to adapt semantic segmentation models from one domain to another. | 849 |
hongliny/fedac-neurips20 | Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting. | 14 |
naoto0804/cross-domain-detection | Develops object detection algorithms to adapt to new domains with limited supervision | 422 |
yamingguo98/fediir | An implementation of a federated learning algorithm that generalizes to out-of-distribution scenarios using implicit invariant relationships | 9 |