Code and models from the paper FedEgo: Privacy-preserving Personalized Federated Graph Learning with ego-graphs.
- Download the data in the file_path according to
experiments.conf
- Use
python main.py
to run the code. - Or you can use
run.sh
to run the code.
- Note that the parameters are fixed in the
main.py
, please comment out the part in the for your own setting. - Please refer
options.py
for parameters setting in details. - If you use the script
run.sh
to run the code, please create new folders according torun.sh
.
Please cite us if our work is useful for your research.
@article{zhang2023fedego,
title={FedEgo: privacy-preserving personalized federated graph learning with ego-graphs},
author={Zhang, Taolin and Mai, Chengyuan and Chang, Yaomin and Chen, Chuan and Shu, Lin and Zheng, Zibin},
journal={ACM Transactions on Knowledge Discovery from Data},
volume={18},
number={2},
pages={1--27},
year={2023},
publisher={ACM New York, NY}
}