FedStar
Graph classifier
This project implements a federated learning algorithm for non-IID graph classification tasks by leveraging structural knowledge sharing.
[AAAI'23] Federated Learning on Non-IID Graphs via Structural Knowledge Sharing
58 stars
1 watching
12 forks
Language: Python
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
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 |
jiayunz/fedalign | Develops an alignment framework for federated learning with non-identical client class sets | 4 |
pengyang7881187/fedrl | Enabling multiple agents to learn from heterogeneous environments without sharing their knowledge or data | 54 |
gaoliang13/feddc | Federated learning algorithm that adapts to non-IID data by decoupling and correcting for local drift | 79 |
dawenzi098/sfl-structural-federated-learning | A Python implementation of Personalized Federated Learning with Graph using PyTorch. | 50 |
lx10077/fedavgpy | The purpose of this project is to investigate the convergence of a federated learning algorithm on non-IID (non-identically and independently distributed) data. | 250 |
yuetan031/fedproto | An implementation of federated learning with prototype-based methods across heterogeneous clients | 133 |
benedekrozemberczki/seal-ci | A PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data. | 208 |
codepothunter/fednp | A framework for non-IID federated learning via neural propagation | 6 |
sungwon-han/fedx | An unsupervised federated learning algorithm that uses cross knowledge distillation to learn meaningful data representations from local and global levels. | 68 |
benedekrozemberczki/gam | An implementation of a graph classification model using structural attention and PyTorch | 268 |
yamingguo98/fediir | An implementation of a federated learning algorithm that generalizes to out-of-distribution scenarios using implicit invariant relationships | 9 |
jianyizhang123/flop | An experiment comparing different federated learning approaches for image classification tasks with non-iid datasets. | 8 |
haozzh/fedcr | Evaluates various methods for federated learning on different models and tasks. | 17 |
lunanbit/fedul | This project presents an approach to federated learning that leverages unsupervised techniques to adapt models to unlabeled data without requiring labels. | 33 |