AFBS:Buffer Gradient Selection in Semi-asynchronous Federated Learning
Chaoyi Lu, Yiding Sun, Jinqian Chen, Zhichuan Yang, Jiangming Pan, Jihua Zhu

TL;DR
AFBS introduces a novel gradient selection method in semi-asynchronous federated learning, improving accuracy and efficiency by discarding low-value gradients while maintaining privacy, especially in heterogeneous environments.
Contribution
This paper presents AFBS, the first algorithm to perform gradient selection within buffers in federated learning, enhancing performance and privacy protection.
Findings
AFBS outperforms state-of-the-art methods in heterogeneous settings.
On CIFAR-100, AFBS improves accuracy by up to 4.8%.
It reduces time to target accuracy by 75%.
Abstract
Asynchronous federated learning (AFL) accelerates training by eliminating the need to wait for stragglers, but its asynchronous nature introduces gradient staleness, where outdated gradients degrade performance. Existing solutions address this issue with gradient buffers, forming a semi-asynchronous framework. However, this approach struggles when buffers accumulate numerous stale gradients, as blindly aggregating all gradients can harm training. To address this, we propose AFBS (Asynchronous FL Buffer Selection), the first algorithm to perform gradient selection within buffers while ensuring privacy protection. Specifically, the client sends the random projection encrypted label distribution matrix before training, and the server performs client clustering based on it. During training, server scores and selects gradients within each cluster based on their informational value,…
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
TopicsStochastic Gradient Optimization Techniques · Brain Tumor Detection and Classification · Sparse and Compressive Sensing Techniques
