FedUL

Federated Learning Approach

This project presents an approach to federated learning that leverages unsupervised techniques to adapt models to unlabeled data without requiring labels.

FedUL: Federated Learning from Only Unlabeled Data with Class-Conditional-Sharing Clients

GitHub

33 stars
3 watching
6 forks
Language: Python
last commit: over 1 year ago

Related projects:

Repository Description Stars
lins-lab/fedbr An implementation of federated learning algorithm to reduce local learning bias and improve convergence on heterogeneous data 25
yuetan031/fedproto An implementation of federated learning with prototype-based methods across heterogeneous clients 133
pengyang7881187/fedrl Enabling multiple agents to learn from heterogeneous environments without sharing their knowledge or data 54
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
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
hongliny/fedac-neurips20 Provides code for a federated learning algorithm to optimize machine learning models in a distributed setting. 14
mediabrain-sjtu/fedgela Federated learning algorithm designed to handle partially class-disjoint data by utilizing bilateral curation and Dirichlet partitioning. 10
aiot-mlsys-lab/fedrolex An approach to heterogeneous federated learning allowing for model training on diverse devices with varying resources. 61
jiayunz/fedalign Develops an alignment framework for federated learning with non-identical client class sets 4
jinheonbaek/fed-pub Personalized Subgraph Federated Learning framework for distributed machine learning 44
dawenzi098/sfl-structural-federated-learning A Python implementation of Personalized Federated Learning with Graph using PyTorch. 50
sungwon-han/fedx An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. 68
atuannguyen/fedsr An implementation of a domain generalization method for federated learning using Python and PyTorch 26
diaoenmao/semifl-semi-supervised-federated-learning-for-unlabeled-clients-with-alternate-training An implementation of semi-supervised federated learning for improving the performance of a server using distributed clients with unlabeled data 34
bibikar/feddst An implementation of federated learning with sparse training and readjustment mechanisms to reduce communication overhead while maintaining model performance. 29