Contract Scheduling with Distributional and Multiple Advice
Spyros Angelopoulos, Marcin Bienkowski, Christoph Dürr, Bertrand Simon
TL;DR
This work extends contract scheduling to learning-augmented settings by introducing distributional and multiple advice models. It constructs $4$-robust schedules with best possible consistency in both settings: in distributional advice, consistency approaches $4\ln 2$ as the granularity of the advice grows, with the degradation under Earth Mover's Distance bounded by $O(\sqrt{\eta/D})$; in the multiple-advice model, the optimal worst-case consistency is $2^{2-\frac{1}{k}}$, computable in $O(k\log k)$ time. Theoretical results are supported by experiments showing practical performance gains and robustness to prediction errors.
Abstract
Contract scheduling is a widely studied framework for designing real-time systems with interruptible capabilities. Previous work has showed that a prediction on the interruption time can help improve the performance of contract-based systems, however it has relied on a single prediction that is provided by a deterministic oracle. In this work, we introduce and study more general and realistic learning-augmented settings in which the prediction is in the form of a probability distribution, or it is given as a set of multiple possible interruption times. For both prediction settings, we design and analyze schedules which perform optimally if the prediction is accurate, while simultaneously guaranteeing the best worst-case performance if the prediction is adversarial. We also provide evidence that the resulting system is robust to prediction errors in the distributional setting. Last, we present an experimental evaluation that confirms the theoretical findings, and illustrates the performance improvements that can be attained in practice.
