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

Zhuofan Zhang,Mi Zhou,Kaicheng Niu,Chaouki Abdallah
DOI: https://doi.org/10.48550/arXiv.2108.03508
2021-08-08
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 GitHub\footnote{Code was uploaded at \url{<a class="link-external link-https" href="https://github.com/zhzhang2018/DecentralizedFL" rel="external noopener nofollow">this https URL</a>}}.
Machine Learning
What problem does this paper attempt to address?