Towards Federated Learning on Fresh Datasets

Chen Wu,Mingjun Xiao,Jie Wu,Yin Xu,Jinrui Zhou,He Sun
DOI: https://doi.org/10.1109/MASS58611.2023.00046
2023-01-01
Abstract:Federated Learning (FL) is an emerging privacy-preserving distributed computing paradigm that enables numerous clients to collaboratively train machine learning models without the need for transmitting the private datasets of clients to the FL server. Unlike most existing research where the local datasets of clients are considered to be unchanging over time during the whole FL process, we consider such scenarios in this paper where the local datasets of clients need to be updated periodically, and the server can stimulate clients to use as fresh as possible datasets to train their local models. Our objective is to determine a client selection strategy to minimize the loss of global model for FL with a limited budget. To this end, we leverage the concept of Age of Information (AoI) to quantify the freshness of local datasets and theoretically analyze the convergence bound of our AoI-aware FL system. Based on the convergence bound, we formalize our problem as a restless multi-armed bandit problem. Then, we devise a Whittle’s-Index-based Client Selection algorithm, called WICS, to tackle the client selection problem. Extensive simulations show that the proposed algorithm can reduce the training loss and improve learning accuracy compared to state-of-the-art algorithms.
What problem does this paper attempt to address?