FedFMC: Sequential Efficient Federated Learning on Non-iid Data
Kavya Kopparapu, Eric Lin

TL;DR
FedFMC introduces a dynamic fork-merge-consolidate approach for federated learning, significantly improving performance on non-iid data without extra communication or shared data, addressing key limitations of existing methods.
Contribution
The paper presents FedFMC, a novel federated learning method that adaptively forks and merges models to handle non-iid data efficiently without additional communication overhead.
Findings
FedFMC outperforms baseline methods on non-iid datasets.
It does not require a globally shared data subset.
It maintains communication costs comparable to standard approaches.
Abstract
As a mechanism for devices to update a global model without sharing data, federated learning bridges the tension between the need for data and respect for privacy. However, classic FL methods like Federated Averaging struggle with non-iid data, a prevalent situation in the real world. Previous solutions are sub-optimal as they either employ a small shared global subset of data or greater number of models with increased communication costs. We propose FedFMC (Fork-Merge-Consolidate), a method that dynamically forks devices into updating different global models then merges and consolidates separate models into one. We first show the soundness of FedFMC on simple datasets, then run several experiments comparing against baseline approaches. These experiments show that FedFMC substantially improves upon earlier approaches to non-iid data in the federated learning context without using a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Advanced Graph Neural Networks
