TL;DR
This paper introduces Fast FL, a novel federated learning scheme that dynamically balances local updates and gradient compression to reduce communication costs and accelerate convergence.
Contribution
It formulates a joint optimization of local update and gradient compression, deriving an error bound, and proposes a dynamic adjustment method for faster federated learning.
Findings
FFL achieves higher accuracy faster than existing schemes.
Theoretical analysis supports dynamic balancing of trade-offs.
Experimental results validate improved convergence speed.
Abstract
Federated Learning (FL) has recently received a lot of attention for large-scale privacy-preserving machine learning. However, high communication overheads due to frequent gradient transmissions decelerate FL. To mitigate the communication overheads, two main techniques have been studied: (i) local update of weights characterizing the trade-off between communication and computation and (ii) gradient compression characterizing the trade-off between communication and precision. To the best of our knowledge, studying and balancing those two trade-offs jointly and dynamically while considering their impacts on convergence has remained unresolved even though it promises significantly faster FL. In this paper, we first formulate our problem to minimize learning error with respect to two variables: local update coefficients and sparsity budgets of gradient compression who characterize…
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
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Concatenated Skip Connection · SGD with Momentum · Dropout · Softmax · Dense Connections · Global Average Pooling · Average Pooling · 1x1 Convolution
