adap / flower

Flower: A Friendly Federated AI Framework
https://flower.ai
Apache License 2.0
5.07k stars 869 forks source link

Add Flower Baseline: FedRep #3788

Closed KarhouTam closed 1 month ago

KarhouTam commented 3 months ago

Paper

Exploiting Shared Representations for Personalized Federated Learning

Link

http://arxiv.org/abs/2102.07078

Maybe give motivations about why the paper should be implemented as a baseline.

FedRep (500+ citations) is quite famous in pFL field and is considered as one of the most common baselines that introduced by many pFL papers (include mine).

Is there something else you want to add?

No for now.

Implementation

To implement this baseline, it is recommended to do the following items in that order:

For first time contributors

Prepare - understand the scope

Verify your implementation

KarhouTam commented 3 months ago

I've checked the issues and PRs with keyword fedrep and nothing is there. Also I'm already start the reproduction. So I think this issue is more like a placeholder.

jafermarq commented 1 month ago

Hi @KarhouTam , I'm closing this issue as #3790 just got merged 🙌