Learning Fast and Slow: Towards Inclusive Federated Learning
Abstract
Today’s deep learning systems rely on large amounts of useful data to make accurate predictions. Often such data is private and thus not readily available due to rising privacy concerns. Federated learning (FL) tackles this problem by training a shared model locally on devices to aid learning in a privacy-preserving manner. Unfortunately, FL’s effectiveness degrades when model training involves clients with heterogeneous devices; a common case especially in developing countries. Slow clients are dropped in FL, which not only limits learning but also systematically excludes slow clients thereby potentially biasing results. We propose Hasaas ; a system that tackles this challenge by adapting the model size for slow clients based on their hardware resources. By doing so, Hasaas obviates the need to drop slow clients, which improves model accuracy and fairness. To improve robustness in the presence of statistical heterogeneity, Hasaas uses insights from the Central Limit Theorem to estimate model parameters in every round. Experimental evaluation involving large-scale simulations and a small-scale real testbed shows that Hasaas provides robust performance in terms of test accuracy, fairness, and convergence times compared to state-of-the-art schemes.
Cite
Text
Munir et al. "Learning Fast and Slow: Towards Inclusive Federated Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43415-0_23Markdown
[Munir et al. "Learning Fast and Slow: Towards Inclusive Federated Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/munir2023ecmlpkdd-learning/) doi:10.1007/978-3-031-43415-0_23BibTeX
@inproceedings{munir2023ecmlpkdd-learning,
title = {{Learning Fast and Slow: Towards Inclusive Federated Learning}},
author = {Munir, Muhammad Tahir and Saeed, Muhammad Mustansar and Ali, Mahad and Qazi, Zafar Ayyub and Raza, Agha Ali and Qazi, Ihsan Ayyub},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2023},
pages = {384-401},
doi = {10.1007/978-3-031-43415-0_23},
url = {https://mlanthology.org/ecmlpkdd/2023/munir2023ecmlpkdd-learning/}
}