Online Min-Max Paging
Ashish Chiplunkar, Monika Henzinger, Sagar Sudhir Kale, Maximilian, V\"otsch

TL;DR
This paper introduces min-max paging, a variant focusing on minimizing the worst-case faults per page, and provides bounds and algorithms for this challenging problem, contrasting with classical paging.
Contribution
It proves lower bounds for competitive ratios in min-max paging and develops fractional and rounding algorithms with competitive guarantees.
Findings
Randomized competitive ratio is ( log(n))
Deterministic competitive ratio is (k log(n)/log(k))
Proposed algorithms nearly match lower bounds
Abstract
Motivated by fairness requirements in communication networks, we introduce a natural variant of the online paging problem, called \textit{min-max} paging, where the objective is to minimize the maximum number of faults on any page. While the classical paging problem, whose objective is to minimize the total number of faults, admits -competitive deterministic and -competitive randomized algorithms, we show that min-max paging does not admit a -competitive algorithm for any function . Specifically, we prove that the randomized competitive ratio of min-max paging is and its deterministic competitive ratio is , where is the total number of pages ever requested. We design a fractional algorithm for paging with a more general objective -- minimize the value of an -variate differentiable convex function applied to the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Advanced Wireless Network Optimization
