English
Related papers

Related papers: Competitive Paging Algorithms

200 papers

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…

Data Structures and Algorithms · Computer Science 2022-12-07 Ashish Chiplunkar , Monika Henzinger , Sagar Sudhir Kale , Maximilian Vötsch

Online caching is among the most fundamental and well-studied problems in the area of online algorithms. Innovative algorithmic ideas and analysis -- including potential functions and primal-dual techniques -- give insight into this…

Data Structures and Algorithms · Computer Science 2023-05-05 Sharat Ibrahimpur , Manish Purohit , Zoya Svitkina , Erik Vee , Joshua R. Wang

We study the relationship between the competitive ratio and the tail distribution of randomized online minimization problems. To this end, we define a broad class of online problems that includes some of the well-studied problems like…

Data Structures and Algorithms · Computer Science 2013-02-15 Dennis Komm , Rastislav Královič , Richard Královič , Tobias Mömke

We study a generalization of the classic paging problem that allows the amount of available memory to vary over time - capturing a fundamental property of many modern computing realities, from cloud computing to multi-core and…

Data Structures and Algorithms · Computer Science 2013-04-23 Enoch Peserico

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…

Machine Learning · Computer Science 2024-10-29 Orin Levy , Noam Touitou , Aviv Rosenberg

Motivated by the desire to utilize a limited number of configurable optical switches by recent advances in Software Defined Networks (SDNs), we define an online problem which we call the Caching in Matchings problem. This problem has a…

Data Structures and Algorithms · Computer Science 2024-02-26 Yaniv Sadeh , Haim Kaplan

Paging is a prototypical problem in the area of online algorithms. It has also played a central role in the development of learning-augmented algorithms -- a recent line of research that aims to ameliorate the shortcomings of classical…

It is natural to generalize the online $k$-Server problem by allowing each request to specify not only a point $p$, but also a subset $S$ of servers that may serve it. For uniform metrics, the problem is equivalent to a generalization of…

Data Structures and Algorithms · Computer Science 2024-10-22 Marek Chrobak , Samuel Haney , Mehraneh Liaee , Debmalya Panigrahi , Rajmohan Rajaraman , Ravi Sundaram , Neal E. Young

We provide simple but surprisingly useful direct product theorems for proving lower bounds on online algorithms with a limited amount of advice about the future. As a consequence, we are able to translate decades of research on randomized…

Data Structures and Algorithms · Computer Science 2016-08-22 Jesper W. Mikkelsen

This paper is concerned with online caching algorithms for the (n,k)-companion cache, defined by Brehob et. al. In this model the cache is composed of two components: a k-way set-associative cache and a companion fully-associative cache of…

Data Structures and Algorithms · Computer Science 2007-05-23 Manor Mendel , Steven S. Seiden

This paper has two results. The first is based on the surprising observation that the well-known ``least-recently-used'' paging algorithm and the ``balance'' algorithm for weighted caching are linear-programming primal-dual algorithms. This…

Data Structures and Algorithms · Computer Science 2015-06-02 Neal E. Young

Traditional online algorithms encapsulate decision making under uncertainty, and give ways to hedge against all possible future events, while guaranteeing a nearly optimal solution as compared to an offline optimum. On the other hand,…

Data Structures and Algorithms · Computer Science 2020-08-24 Thodoris Lykouris , Sergei Vassilvitskii

We introduce the concept of knowledge states; many well-known algorithms can be viewed as knowledge state algorithms. The knowledge state approach can be used to to construct competitive randomized online algorithms and study the tradeoff…

Data Structures and Algorithms · Computer Science 2007-05-23 Wolfgang Bein , Lawrence L. Larmore , Rüdiger Reischuk

We consider online algorithms under both the competitive ratio criteria and the regret minimization one. Our main goal is to build a unified methodology that would be able to guarantee both criteria simultaneously. For a general class of…

Machine Learning · Computer Science 2019-04-09 Amit Daniely , Yishay Mansour

We study the smoothness of paging algorithms. How much can the number of page faults increase due to a perturbation of the request sequence? We call a paging algorithm smooth if the maximal increase in page faults is proportional to the…

Data Structures and Algorithms · Computer Science 2015-10-13 Jan Reineke , Alejandro Salinger

We consider online algorithms for the {\em page migration problem} that use predictions, potentially imperfect, to improve their performance. The best known online algorithms for this problem, due to Westbrook'94 and Bienkowski et al'17,…

Data Structures and Algorithms · Computer Science 2020-06-11 Piotr Indyk , Frederik Mallmann-Trenn , Slobodan Mitrović , Ronitt Rubinfeld

In this paper, we show that there is an O(log k log^2 n)-competitive randomized algorithm for the k-sever problem on any metric space with n points, which improved the previous best competitive ratio O(log^2 k log^3 n log log n) by Nikhil…

Data Structures and Algorithms · Computer Science 2015-10-28 Wenbin Chen

We give the first polylogarithmic-competitive randomized online algorithm for the $k$-server problem on an arbitrary finite metric space. In particular, our algorithm achieves a competitive ratio of O(log^3 n log^2 k log log n) for any…

Data Structures and Algorithms · Computer Science 2011-10-10 Nikhil Bansal , Niv Buchbinder , Aleksander Madry , Joseph , Naor

The online algorithm design was proposed to handle the caching problem when the future information is unknown. And currently, it draws more and more attentions from the researchers from the areas of microgrid, where the production of…

Other Computer Science · Computer Science 2015-04-22 Ying Zhang

In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can be overly optimistic. An intermediate approach is to show that an algorithm does well on a broad class of input distributions. Koutsoupias…

Data Structures and Algorithms · Computer Science 2015-06-02 Neal E. Young
‹ Prev 1 2 3 10 Next ›