SOTAVerified

The Effect of Training Parameters and Mechanisms on Decentralized Federated Learning based on MNIST Dataset

2021-08-07Code Available0· sign in to hype

Zhuofan Zhang, Mi Zhou, Kaicheng Niu, Chaouki Abdallah

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Federated Learning is an algorithm suited for training models on decentralized data, but the requirement of a central "server" node is a bottleneck. In this document, we first introduce the notion of Decentralized Federated Learning (DFL). We then perform various experiments on different setups, such as changing model aggregation frequency, switching from independent and identically distributed (IID) dataset partitioning to non-IID partitioning with partial global sharing, using different optimization methods across clients, and breaking models into segments with partial sharing. All experiments are run on the MNIST handwritten digits dataset. We observe that those altered training procedures are generally robust, albeit non-optimal. We also observe failures in training when the variance between model weights is too large. The open-source experiment code is accessible through GitHubCode was uploaded at https://github.com/zhzhang2018/DecentralizedFL.

Tasks

Reproductions