DSLGMay 31

Towards Optimal Robustness in Learning-Augmented Paging

arXiv:2606.013427.9
Predicted impact top 19% in DS · last 90 daysOriginality Highly original
AI Analysis

For systems using ML predictions for paging, this work provides the optimal worst-case performance guarantee, making learning-augmented algorithms more reliable.

This paper closes the gap between the robustness bound of learning-augmented paging and the optimal competitive ratio, achieving a robustness of H_k + O(1) (the best possible up to an additive constant).

Learning-augmented paging has been extensively studied in recent years. A key advantage over naive ML-based approaches is \emph{bounded robustness}, which guarantees worst-case performance even when predictions are inaccurate, making these algorithms valuable for real-world systems. Prior work achieves robustness bounds of $2H_k + O(1)$ in the randomized setting, leaving a gap to the optimal competitive ratio $H_k$. In this paper, we study how to close this gap. We begin by reviewing online optimality and proving a new property of the latest $H_k$-competitive algorithm, which facilitates our analysis in the learning-augmented setting. Then, we review existing learning-augmented paging algorithms and introduce a unifying primitive, the \emph{relative prediction budget}, which captures the essence of establishing robustness and reveals that prior algorithms either overuse or underutilize predictions. Guided by the above analysis, we develop a new framework that achieves the best-possible robustness up to an additive constant for learning-augmented paging: $H_k + O(1)$. Experiments further demonstrate strong practical performance.

Foundations

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

Your Notes