Skip to content

Implementing the algorithm from our paper: "A Reputation Mechanism Is All You Need: Collaborative Fairness and Adversarial Robustness in Federated Learning".

License

Notifications You must be signed in to change notification settings

XinyiYS/Robust-and-Fair-Federated-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Robust-and-Fair-Federated-Learning

The repo contains the implementation of our paper: "A Reputation Mechanism Is All You Need: Collaborative Fairness and Adversarial Robustness in Federated Learning". Accepted as Oral presentation (13.2%) at International Workshop on Federated Learning for User Privacy and Data Confidentiality in Conjunction with ICML 2021 (FL-ICML'21).

๐Ÿ“‹ In this work, we propose a Robust Fair Federated Learning (RFFL) framework to simultaneously achieve adversarial robustness and collaborative fairness in Federated learning by using a reputation mechanism.

Citing

If you have found our work to be useful in your work, please consider citing it with the following bibtex:

@InProceedings{Xu2021RFFL,
    title={A Reputation Mechanism Is All You Need: Collaborative Fairness and Adversarial Robustness in Federated Learning},
    author={Xinyi Xu and Lingjuan Lyu},
    year={2021}
    booktitle={International Workshop on Federated Learning for User Privacy and Data Confidentiality in Conjunction with ICML 2021 (FL-ICML'21)},
}

Requirements

To install requirements:

conda env create -f environment.yml

๐Ÿ“‹ We recommend managing your environment using Anaconda, both for the versions of the packages used here and for easy management.

๐Ÿ“‹ Our code automatically detects GPU(s) through NVIDIA driver, and if not available it will use CPU instead.

Running the script

To run the code in the paper, run this command:

python RFFL_run.py -d mnist -N 10 -A 2 -cuda

The above command means to run MNIST dataset, with 10 honest participants and 2 adversaries.

๐Ÿ“‹ Note there are several command-line arguments which can be found in RFFL_run.py.

๐Ÿ“‹ Running RFFL_run.py starts the experiments specified by the arguments and it creates and writes to corresponding directories.

About

Implementing the algorithm from our paper: "A Reputation Mechanism Is All You Need: Collaborative Fairness and Adversarial Robustness in Federated Learning".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages