paper-with-me

Papers

Efficient and Optimal No-Regret Caching under Partial Observation

2025-03-04 · Younes Ben Mazziane, Francescomaria Faticanti, Sara Alouf, Giovanni Neglia

Online learning algorithms have been successfully used to design caching policies with sublinear regret in the total number of requests, with no statistical assumption about the request sequence. Most existing algorithms involve computationally expensive operations and require knowledge of all past requests. However, this may not be feasible in practical scenarios like caching at a cellular base station. Therefore, we study the caching problem in a more restrictive setting where only a fraction of past requests are observed, and we propose a randomized caching policy with sublinear regret based on the classic online learning algorithm Follow-the-Perturbed-Leader (FPL). Our caching policy is the first to attain the asymptotically optimal regret bound while ensuring asymptotically constant amortized time complexity in the partial observability setting of requests. The experimental evaluation compares the proposed solution against classic caching policies and validates the proposed approach under synthetic and real-world request traces.

📄 PDF Abstract BibTeX arXiv:2503.02758

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Online Caching with Optimal Switching Regret

2021-01-18 · Samrat Mukhopadhyay, Abhishek Sinha

We consider the classical uncoded caching problem from an online learning point-of-view. A cache of limited storage capacity can hold $C$ files at a time from a large catalog. A user requests an arbitrary file from the c…

No-Regret Caching via Online Mirror Descent

2021-01-29 · T. Si Salem, G. Neglia, S. Ioannidis

We study an online caching problem in which requests can be served by a local cache to avoid retrieval costs from a remote server. The cache can update its state after a batch of requests and store an arbitrarily small f…

DiversityRetrieval

Universal Caching

2022-05-10 · Ativ Joshi, Abhishek Sinha

In learning theory, the performance of an online policy is commonly measured in terms of the static regret metric, which compares the cumulative loss of an online policy to that of an optimal benchmark in hindsight. In t…

Learning Theory

An Online Gradient-Based Caching Policy with Logarithmic Complexity and Regret Guarantees

2024-05-02 · Damiano Carra, Giovanni Neglia

Commonly used caching policies, such as LRU (Least Recently Used) or LFU (Least Frequently Used), exhibit optimal performance only under specific traffic patterns. Even advanced machine learning-based methods, which dete…

LeadCache: Regret-Optimal Caching in Networks

2020-09-17 · Debjit Paria, Abhishek Sinha

We consider an online prediction problem in the context of network caching. Assume that multiple users are connected to several caches via a bipartite network. At any time slot, each user may request an arbitrary file ch…

Combinatorial Optimization