paper-with-me

Papers

Towards Optimal Robustness in Learning-Augmented Paging

2026-05-31 · Peng Chen, Hailiang Zhao, Xueyan Tang, Yixuan Wang, Shuiguang Deng arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.01342

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Paging: Learning Context Management Policies for Turing-Complete Agents

2026-02-11 · Liang Chen, Qi Liu arxiv

The proof that Large Language Models (LLMs) augmented with external read-write memory constitute a computationally universal system has established the theoretical foundation for general-purpose agents. However, existing…

Paging with Succinct Predictions

2022-10-06 · Antonios Antoniadis, Joan Boyar, Marek Eliáš, Lene M. Favrholdt 외

Paging is a prototypical problem in the area of online algorithms. It has also played a central role in the development of learning-augmented algorithms -- a recent line of research that aims to ameliorate the shortcomin…

Online Weighted Paging with Unknown Weights

2024-10-28 · Orin Levy, Noam Touitou, Aviv Rosenberg

Online paging is a fundamental problem in the field of online algorithms, in which one maintains a cache of $k$ slots as requests for fetching pages arrive online. In the weighted variant of this problem, each page has i…

AI-Paging: Lease-Based Execution Anchoring for Network-Exposed AI-as-a-Service

2026-02-17 · Mohaned Chraiti, Merve Saimler arxiv

With AI-as-a-Service (AIaaS) now deployed across multiple providers and model tiers, selecting the appropriate model instance at run time is increasingly outside the end user's knowledge and operational control. Accordin…

Cooperative Memory Paging with Keyword Bookmarks for Long-Horizon LLM Conversations

2026-04-14 · Ziyang Liu arxiv

When LLM conversations grow beyond the context window, old content must be evicted -- but how does the model recover it when needed? We propose cooperative paging: evicted segments are replaced with minimal keyword bookm…