Improved Algorithms for Monotone Moldable Job Scheduling using Compression and Convolution
March 02, 2023 Β· Declared Dead Β· π European Conference on Parallel Processing
"No code URL or promise found in abstract"
Evidence collected by the PWNC Scanner
Authors
Kilian Grage, Klaus Jansen, Felix Ohnesorge
arXiv ID
2303.01414
Category
cs.DS: Data Structures & Algorithms
Citations
3
Venue
European Conference on Parallel Processing
Last Checked
4 months ago
Abstract
In the moldable job scheduling problem one has to assign a set of $n$ jobs to $m$ machines, in order to minimize the time it takes to process all jobs. Each job is moldable, so it can be assigned not only to one but any number of the equal machines. We assume that the work of each job is monotone and that jobs can be placed non-contiguously. In this work we present a $(\frac 3 2 + Ξ΅)$-approximation algorithm with a worst-case runtime of ${O(n \log^2(\frac 1 Ξ΅+ \frac {\log (Ξ΅m)} Ξ΅) + \frac{n}Ξ΅ \log(\frac 1 Ξ΅) {\log (Ξ΅m)})}$ when $m\le 16n$. This is an improvement over the best known algorithm of the same quality by a factor of $\frac 1 Ξ΅$ and several logarithmic dependencies. We complement this result with an improved FPTAS with running time $O(n \log^2(\frac 1 Ξ΅+ \frac {\log (Ξ΅m)} Ξ΅))$ for instances with many machines $m> 8\frac n Ξ΅$. This yields a $\frac 3 2$-approximation with runtime $O(n \log^2(\log m))$ when $m>16n$. We achieve these results through one new core observation: In an approximation setting one does not need to consider all $m$ possible allotments for each job. We will show that we can reduce the number of relevant allotments for each job from $m$ to $O(\frac 1 Ξ΅+ \frac {\log (Ξ΅m)}Ξ΅)$. Using this observation immediately yields the improved FPTAS. For the other result we use a reduction to the knapsack problem first introduced by MouniΓ©, Rapine and Trystram. We use the reduced number of machines to give a new elaborate rounding scheme and define a modified version of this this knapsack instance. This in turn allows for the application of a convolution based algorithm by Axiotis and Tzamos. We further back our theoretical results through a practical implementation and compare our algorithm to the previously known best result.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
π Similar Papers
In the same crypt β Data Structures & Algorithms
π
π
The Cartographer
R.I.P.
π»
Ghosted
Route Planning in Transportation Networks
R.I.P.
π»
Ghosted
Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration
R.I.P.
π»
Ghosted
Hierarchical Clustering: Objective Functions and Algorithms
R.I.P.
π»
Ghosted
Graph Isomorphism in Quasipolynomial Time
π
π
The Cartographer
Simulation optimization: A review of algorithms and applications
Died the same way β π» Ghosted
R.I.P.
π»
Ghosted
Federated Learning: Strategies for Improving Communication Efficiency
R.I.P.
π»
Ghosted
In-Datacenter Performance Analysis of a Tensor Processing Unit
R.I.P.
π»
Ghosted
Deep Convolutional Neural Networks for Computer-Aided Detection: CNN Architectures, Dataset Characteristics and Transfer Learning
R.I.P.
π»
Ghosted