Bottleneck Time Minimization for Distributed Iterative Processes: Speeding Up Gossip-Based Federated Learning on Networked Computers
Mehrdad Kiamari, Bhaskar Krishnamachari

TL;DR
This paper introduces a novel task scheduling scheme to minimize bottleneck time in distributed iterative processes, significantly improving efficiency in federated learning on networked computers.
Contribution
It formulates the scheduling problem as a BQP, relaxes it to an SDP, and applies a randomized rounding technique, providing a new approach for optimizing distributed iterative computations.
Findings
Reduces bottleneck time by 91% compared to HEFT.
Outperforms existing scheduling techniques in federated learning.
Effective on datasets like MNIST and CIFAR-10.
Abstract
We present a novel task scheduling scheme for accelerating computational applications involving distributed iterative processes that are executed on networked computing resources. Such an application consists of multiple tasks, each of which outputs data at each iteration to be processed by neighboring tasks; these dependencies between the tasks can be represented as a directed graph. We first mathematically formulate the problem as a Binary Quadratic Program (BQP), accounting for both computation and communication costs. We show that the problem is NP-hard. We then relax the problem as a Semi-Definite Program (SDP) and utilize a randomized rounding technique based on sampling from a suitably-formulated multi-variate Gaussian distribution. Furthermore, we derive the expected value of bottleneck time. Finally, we apply our proposed scheme on gossip-based federated learning as an…
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 · Privacy-Preserving Technologies in Data · Advanced Graph Neural Networks
