pith. sign in

arxiv: 2410.21266 · v1 · pith:NE44LQFZnew · submitted 2024-10-28 · 💻 cs.LG · cs.DS

Online Weighted Paging with Unknown Weights

classification 💻 cs.LG cs.DS
keywords onlinecostfetchingpagepagingweightedweightsadvance
0
0 comments X
read the original abstract

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 its own fetching cost; a substantial line of work on this problem culminated in an (optimal) $O(\log k)$-competitive randomized algorithm, due to Bansal, Buchbinder and Naor (FOCS'07). Existing work for weighted paging assumes that page weights are known in advance, which is not always the case in practice. For example, in multi-level caching architectures, the expected cost of fetching a memory block is a function of its probability of being in a mid-level cache rather than the main memory. This complex property cannot be predicted in advance; over time, however, one may glean information about page weights through sampling their fetching cost multiple times. We present the first algorithm for online weighted paging that does not know page weights in advance, but rather learns from weight samples. In terms of techniques, this requires providing (integral) samples to a fractional solver, requiring a delicate interface between this solver and the randomized rounding scheme; we believe that our work can inspire online algorithms to other problems that involve cost sampling.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Online Packet Scheduling with Deadlines and Learning

    cs.LG 2026-05 unverdicted novelty 7.0

    New algorithms for online packet scheduling with deadlines and partial feedback achieve Õ(√(KT)) α-regret and break the golden-ratio competitive ratio barrier for finite packet types.