Implement a new strategy: MeaMed #1611
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.
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
The text was updated successfully, but these errors were encountered: