FedALA

Fed learning library

An implementation of a federated learning method for personalized models on non-iid datasets.

AAAI 2023 accepted paper, FedALA: Adaptive Local Aggregation for Personalized Federated Learning

GitHub

111 stars
1 watching
17 forks
Language: Python
last commit: 11 days ago
adaptationfederated-learningnon-iidpersonalizationpytorch

Related projects:

Repository Description Stars
tsingz0/fedcp A framework that separates feature information from data in federated learning to enable personalized models. 26
zhenqincn/fedapen An implementation of cross-silo federated learning with adaptability to statistical heterogeneity 10
dawenzi098/sfl-structural-federated-learning A Python implementation of Personalized Federated Learning with Graph using PyTorch. 50
pengyang7881187/fedrl Enabling multiple agents to learn from heterogeneous environments without sharing their knowledge or data 54
atuannguyen/fedsr An implementation of a domain generalization method for federated learning using Python and PyTorch 26
yamingguo98/fediir An implementation of a federated learning algorithm that generalizes to out-of-distribution scenarios using implicit invariant relationships 9
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
sungwon-han/fedx An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. 68
gaoliang13/feddc Federated learning algorithm that adapts to non-IID data by decoupling and correcting for local drift 79
xiyuanyang45/dynamicpfl A method for personalizing machine learning models in federated learning settings with adaptive differential privacy to improve performance and robustness 51
lins-lab/fedbr An implementation of federated learning algorithm to reduce local learning bias and improve convergence on heterogeneous data 25
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
xtra-computing/fedov Develops a framework to address label skews in one-shot federated learning by partitioning data and adapting models. 14
krishnap25/fl_partial_personalization A framework for federated learning with partial model personalization 2
lunanbit/fedul This project presents an approach to federated learning that leverages unsupervised techniques to adapt models to unlabeled data without requiring labels. 33