FRAIN to Train: A Fast-and-Reliable Solution for Decentralized Federated Learning
Sanghyeon Park, Soo-Mook Moon

TL;DR
FRAIN is a novel asynchronous federated learning method that enhances convergence stability and robustness by using efficient synchronization and parameter merging techniques, effectively handling data heterogeneity, delays, and malicious nodes.
Contribution
Introducing FRAIN, which combines FastSync and SLERP to improve asynchronous federated learning's efficiency and robustness against non-IID data, delays, and malicious participants.
Findings
FRAIN outperforms FedAvg, FedAsync, and BRAIN in stability and robustness.
FRAIN effectively handles non-IID data and network delays.
FRAIN maintains convergence even with malicious nodes.
Abstract
Federated learning (FL) enables collaborative model training across distributed clients while preserving data locality. Although FedAvg pioneered synchronous rounds for global model averaging, slower devices can delay collective progress. Asynchronous FL (e.g., FedAsync) addresses stragglers by continuously integrating client updates, yet naive implementations risk client drift due to non-IID data and stale contributions. Some Blockchain-based FL approaches (e.g., BRAIN) employ robust weighting or scoring of updates to resist malicious or misaligned proposals. However, performance drops can still persist under severe data heterogeneity or high staleness, and synchronization overhead has emerged as a new concern due to its aggregator-free architectures. We introduce Fast-and-Reliable AI Network, FRAIN, a new asynchronous FL method that mitigates these limitations by incorporating two…
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.
Code & Models
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 · Stochastic Gradient Optimization Techniques
MethodsADaptive gradient method with the OPTimal convergence rate
