Improved Online Load Balancing in the Two-Norm
Sander Borst, Danish Kashaev
TL;DR
The paper tackles online load balancing on unrelated machines with the objective to minimize the sum of squared loads. It introduces a primal–dual framework based on a natural semidefinite programming relaxation and an online correlated rounding scheme, achieving a new best competitive ratio of $4.9843$. It also provides simple, unified analyses for the classical greedy $(3+2\sqrt{2})$-competitive algorithm, the $5$-competitive independent-rounding algorithm, and a new $4$-competitive optimal fractional algorithm, plus several matching lower bounds. The approach leverages online water-filling, grouping of hard/easy jobs, and negatively correlated rounding to reduce variance terms, offering a powerful technique potentially applicable to other online quadratic objectives. Overall, the work significantly advances the understanding of randomness and correlation in online scheduling and demonstrates the value of semidefinite programming in online algorithm design.
Abstract
We study the online load balancing problem on unrelated machines, with the objective of minimizing the square of the $\ell_2$ norm of the loads on the machines. The greedy algorithm of Awerbuch et al. (STOC'95) is optimal for deterministic algorithms and achieves a competitive ratio of $3 + 2 \sqrt{2} \approx 5.828$, and an improved $5$-competitive randomized algorithm based on independent rounding has been shown by Caragiannis (SODA'08). In this work, we present the first algorithm breaking the barrier of $5$ on the competitive ratio, achieving a bound of $4.9843$. To obtain this result, we use a new primal-dual framework to analyze this problem based on a natural semidefinite programming relaxation, together with an online implementation of a correlated randomized rounding procedure of Im and Shadloo (SODA'20). This novel primal-dual framework also yields new, simple and unified proofs of the competitive ratio of the $(3 + 2 \sqrt{2})$-competitive greedy algorithm, the $5$-competitive randomized independent rounding algorithm, and that of a new $4$-competitive optimal fractional algorithm. We also provide lower bounds showing that the previous best randomized algorithm is optimal among independent rounding algorithms, that our new fractional algorithm is optimal, and that a simple greedy algorithm is optimal for the closely related online scheduling problem $R || \sum w_j C_j$.
