Online Caching with no Regret: Optimistic Learning via Recommendations
Naram Mhaisen, George Iosifidis, Douglas Leith

TL;DR
This paper introduces an optimistic online learning approach for caching policies that leverage predictions from content recommendation systems, achieving near-perfect performance with perfect predictions and sublinear regret otherwise.
Contribution
It develops a new FTRL-based caching algorithm that incorporates predictions and learns the best predictor, improving regret bounds in online caching scenarios.
Findings
Achieves sub-zero regret with perfect predictions.
Maintains $O( oot T)$ regret with arbitrary predictions.
Validated through trace-driven numerical experiments.
Abstract
The design of effective online caching policies is an increasingly important problem for content distribution networks, online social networks and edge computing services, among other areas. This paper proposes a new algorithmic toolbox for tackling this problem through the lens of \emph{optimistic} online learning. We build upon the Follow-the-Regularized-Leader (FTRL) framework, which is developed further here to include predictions for the file requests, and we design online caching algorithms for bipartite networks with pre-reserved or dynamic storage subject to time-average budget constraints. The predictions are provided by a content recommendation system that influences the users viewing activity and hence can naturally reduce the caching network's uncertainty about future requests. We also extend the framework to learn and utilize the best request predictor in cases where many…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Recommender Systems and Techniques · Optimization and Search Problems
