Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a new strategy: MeaMed #1611

Open
edogab33 opened this issue Jan 24, 2023 · 4 comments
Open

Implement a new strategy: MeaMed #1611

edogab33 opened this issue Jan 24, 2023 · 4 comments
Labels
good first issue Good for newcomers part: misc framework Issue/PR for general applications for Flower framework. state: under review Currently reviewing issue/PR type: feature request This issue or comment suggests an additional feature.

Comments

@edogab33
Copy link
Contributor

Describe the type of feature and its functionality.

I propose to add MeaMed (Mean-around-Median) as a new strategy robust against poisoning attacks.

It works by first computing the median model as FedMedian would do, and then take the k closest parameters to the median ones.

MeaMed: https://arxiv.org/pdf/1802.10116.pdf

Describe step by step what files and adjustments are you planning to include.

I am planning to add a new strategy meamed.py and its tests in meamed_test.py.

Is there something else you want to add?

No response

@edogab33 edogab33 added the type: feature request This issue or comment suggests an additional feature. label Jan 24, 2023
@danieljanes
Copy link
Member

@edogab33 good idea

@danieljanes danieljanes added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 28, 2023
@WilliamLindskog
Copy link
Contributor

Closing this as it is duplicate of #1816 .

@edogab33
Copy link
Contributor Author

edogab33 commented Dec 4, 2024

Closing this as it is duplicate of #1816 .

That's not a duplicate of #1816, this is the issue related to it

@WilliamLindskog
Copy link
Contributor

Hi @edogab33,

You're right, reopening this until we can merge PR.

@WilliamLindskog WilliamLindskog added state: under review Currently reviewing issue/PR part: misc framework Issue/PR for general applications for Flower framework. and removed enhancement New feature or request help wanted Extra attention is needed labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers part: misc framework Issue/PR for general applications for Flower framework. state: under review Currently reviewing issue/PR type: feature request This issue or comment suggests an additional feature.
Projects
None yet
Development

No branches or pull requests

3 participants