Contact: [email protected]


conda create -n chessfl python==3.10
conda activate chessfl
pip3 install torch torchvision torchaudio paramiko scp tqdm pandas scipy scikit-learn
Run python generate_dataset.py
to create the local datasets for all users.
In utils/general_utils.py
the function get_hw_info
contains paths for the files. Change them accordingly.
You need to match the hw_type
from get_hw_info(hw_type)
with device_type
from experiments/exp.bash
.
Edit the experiment configuration experiments/exp.bash
. Check the generate_configs.py
for more details on
the parameters used.
Run bash experiments/exp.bash
to create the configuration.
Finally, run bash scripts/execute_exp.bash
to run the experiment. You can edit this script to contain your desired
experiments to run.
@inproceedings{farcas2024chessfl,
title={CHESSFL: Clustering Hierarchical Embeddings for Semi-Supervised Federated Learning},
author={Farcas, Allen-Jasmin and Lee, Myungjin and Payani, Ali and Kompella, Ramana Rao and Latapie, Hugo and Marculescu, Radu},
booktitle={Proceedings of the 9th ACM/IEEE Conference on Internet of Things Design and Implementation},
pages={122--133},
year={2024}
}