DSDCLGAug 14, 2024

Learning-Augmented Competitive Algorithms for Spatiotemporal Online Allocation with Deadline Constraints

arXiv:2408.07831v25 citationsh-index: 16
Originality Highly original
AI Analysis

This addresses the open problem of combining general metrics and deadline constraints in online algorithms, with applications in sustainable computing for scheduling delay-tolerant workloads in distributed data centers.

The paper tackles the problem of spatiotemporal online allocation with deadline constraints (SOAD), a new online problem motivated by sustainability and energy challenges, by proposing a learning-augmented competitive algorithm called ST-CLIP that achieves optimal consistency-robustness trade-offs and shows substantial improvements over heuristic baselines in simulated carbon-aware workload management experiments.

We introduce and study spatiotemporal online allocation with deadline constraints ($\mathsf{SOAD}$), a new online problem motivated by emerging challenges in sustainability and energy. In $\mathsf{SOAD}$, an online player completes a workload by allocating and scheduling it on the points of a metric space $(X, d)$ while subject to a deadline $T$. At each time step, a service cost function is revealed that represents the cost of servicing the workload at each point, and the player must irrevocably decide the current allocation of work to points. Whenever the player moves this allocation, they incur a movement cost defined by the distance metric $d(\cdot, \ \cdot)$ that captures, e.g., an overhead cost. $\mathsf{SOAD}$ formalizes the open problem of combining general metrics and deadline constraints in the online algorithms literature, unifying problems such as metrical task systems and online search. We propose a competitive algorithm for $\mathsf{SOAD}$ along with a matching lower bound establishing its optimality. Our main algorithm, \textsc{ST-CLIP}, is a learning-augmented algorithm that takes advantage of predictions (e.g., forecasts of relevant costs) and achieves an optimal consistency-robustness trade-off. We evaluate our proposed algorithms in a simulated case study of carbon-aware spatiotemporal workload management, an application in sustainable computing that schedules a delay-tolerant batch compute job on a distributed network of data centers. In these experiments, we show that \textsc{ST-CLIP} substantially improves on heuristic baseline methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes