Minimizing Makespan in Sublinear Time via Weighted Random Sampling
Bin Fu, Yumei Huo, Hairong Zhao

TL;DR
This paper introduces two sublinear time approximation algorithms for makespan minimization scheduling using weighted random sampling, achieving near-optimal solutions with sketch schedules.
Contribution
The paper presents novel sublinear time algorithms for scheduling that provide approximate solutions and sketch schedules, applicable when the number of jobs is known or unknown.
Findings
Both algorithms achieve a (1+3ε)-approximation to the optimal makespan.
The algorithms operate in sublinear time, depending on the number of jobs and machines.
An implementation for weighted random sampling with O(log n) uniform samples is provided.
Abstract
We consider the classical makespan minimization scheduling problem where jobs must be scheduled on identical machines. Using weighted random sampling, we developed two sublinear time approximation schemes: one for the case where is known and the other for the case where is unknown. Both algorithms not only give a -approximation to the optimal makespan but also generate a sketch schedule. Our first algorithm, which targets the case where is known and draws samples in a single round under weighted random sampling, has a running time of , where is the time complexity of any -approximation scheme for the makespan minimization of jobs. The second algorithm addresses the case where is unknown. It uses adaptive…
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.
