LGDSNIAug 15, 2022

Optimistic No-regret Algorithms for Discrete Caching

arXiv:2208.06414v217 citationsh-index: 26
Originality Highly original
AI Analysis

This work addresses the challenge of efficient caching in systems like content delivery networks, offering significant performance gains for scenarios where predictions are available but may be inaccurate.

The paper tackles the problem of online caching with limited capacity by leveraging prediction oracles, such as Neural Networks, to improve performance under adversarial file requests without assuming oracle accuracy. It provides a universal lower bound, designs policies with sublinear regret bounds that match oracle accuracy, and substantially improves upon existing policies that only achieve O(sqrt(T)) regret.

We take a systematic look at the problem of storing whole files in a cache with limited capacity in the context of optimistic learning, where the caching policy has access to a prediction oracle (provided by, e.g., a Neural Network). The successive file requests are assumed to be generated by an adversary, and no assumption is made on the accuracy of the oracle. In this setting, we provide a universal lower bound for prediction-assisted online caching and proceed to design a suite of policies with a range of performance-complexity trade-offs. All proposed policies offer sublinear regret bounds commensurate with the accuracy of the oracle. Our results substantially improve upon all recently-proposed online caching policies, which, being unable to exploit the oracle predictions, offer only $O(\sqrt{T})$ regret. In this pursuit, we design, to the best of our knowledge, the first comprehensive optimistic Follow-the-Perturbed leader policy, which generalizes beyond the caching problem. We also study the problem of caching files with different sizes and the bipartite network caching problem. Finally, we evaluate the efficacy of the proposed policies through extensive numerical experiments using real-world traces.

Foundations

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

Your Notes