Skip to content

Code Implemntion from the article Multi-Armed Bandit Based Client Schedulingfor Federated Learning

Notifications You must be signed in to change notification settings

ramshi236/Multi-Armed-Bandit-Based-Client-Scheduling-for-Federated-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Multi-Armed-Bandit-Based-Client-Scheduling-for-Federated-Learning

Code implementation from the article Multi-Armed Bandit Based Client Scheduling for Federated Learning:

short description Aiming to minimize the time consumption of FL(Federated-Learning) training, this work considered the CS(Client-Scheduling) problem both in the ideal scenario and non-ideal scenarios. For the ideal scenario, the writers proposed the CS-UCB algorithm and also derived an upper bound of its performance regret. The upperbound suggests that the performance regret of the proposed CS-UCB algorithm grows in a logarithmic way over communication rounds. However, the local datasets of clients are non-i.i.d. and unbalanced and the availability of clients is dynamic in the non-ideal scenario. Thus, the writers introduced the fairness constraint to ensure each client could participate in a certain proportionof the communication rounds during the training process. The writers also proposed the CS-UCB-Qalgorithm based on UCB policy and virtual queue technique and provided an upper bound which shows that the performance regret of the proposed CS-UCB-Q algorithm has a sub-linear growthover communication rounds.

link to arcticle : https://arxiv.org/pdf/2007.02315.pdf

I implemented the algorithims and plot the graphs:

For the ideal scenario:

231312312313

For the non-ideal scenario:

213123123123

About

Code Implemntion from the article Multi-Armed Bandit Based Client Schedulingfor Federated Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages