paper-with-me

Papers

Parsimonious Learning-Augmented Caching

2022-02-09 · Sungjin Im, Ravi Kumar, Aditya Petety, Manish Purohit

Learning-augmented algorithms -- in which, traditional algorithms are augmented with machine-learned predictions -- have emerged as a framework to go beyond worst-case analysis. The overarching goal is to design algorithms that perform near-optimally when the predictions are accurate yet retain certain worst-case guarantees irrespective of the accuracy of the predictions. This framework has been successfully applied to online problems such as caching where the predictions can be used to alleviate uncertainties. In this paper we introduce and study the setting in which the learning-augmented algorithm can utilize the predictions parsimoniously. We consider the caching problem -- which has been extensively studied in the learning-augmented setting -- and show that one can achieve quantitatively similar results but only using a sublinear number of predictions.

📄 PDF Abstract BibTeX arXiv:2202.04262

Code (1)

manud99/parsimonious-learning-augmented-caching

Similar Papers 제목 키워드 기반

Algorithms for Caching and MTS with reduced number of predictions

2024-04-09 · Karim Abdel Sadek, Marek Elias

ML-augmented algorithms utilize predictions to achieve performance beyond their worst-case bounds. Producing these predictions might be a costly operation -- this motivated Im et al. '22 to introduce the study of algorit…

Parsimonious Learning-Augmented Online Metric Matching

2026-05-26 · Yongho Shin, Phanu Vajanopath arxiv

Learning-augmented algorithms have received significant attention in recent years, particularly in the context of online optimization. Motivated by the high computational cost of generating predictions, a growing line of…

Robustifying Learning-Augmented Caching Efficiently without Compromising 1-Consistency

2025-07-22 · Peng Chen, Hailiang Zhao, Jiaji Zhang, Xueyan Tang 외 arxiv

The online caching problem aims to minimize cache misses when serving a sequence of requests under a limited cache size. While naive learning-augmented caching algorithms achieve ideal $1$-consistency, they lack robustne…

Robust Learning-Augmented Caching: An Experimental Study

2021-06-28 · Jakub Chłędowski, Adam Polak, Bartosz Szabucki, Konrad Zolna

Effective caching is crucial for the performance of modern-day computing systems. A key optimization problem arising in caching -- which item to evict to make room for a new item -- cannot be optimally solved without kno…

BIG-bench Machine Learning

Toward Robust and Efficient ML-Based GPU Caching for Modern Inference

2025-09-25 · Peng Chen, Jiaji Zhang, Hailiang Zhao, Yirong Zhang 외 arxiv

In modern GPU inference, cache efficiency remains a major bottleneck, and heuristic policies such as \textsc{LRU} can perform far worse than the offline optimum. Existing learning-based caching systems improve hit rates …