中文
相关论文

相关论文: Competitive Paging Algorithms

200 篇论文

Bin packing is a classic optimization problem with a wide range of applications, from load balancing to supply chain management. In this work, we study the online variant of the problem, in which a sequence of items of various sizes must be…

数据结构与算法 · 计算机科学 2024-04-18 Spyros Angelopoulos , Shahin Kamali , Kimia Shadkami

Online algorithm is a well-known computational model. We introduce quantum online algorithms and investigate them with respect to a competitive ratio in two points of view: space complexity and advice complexity. We start with exploring a…

计算复杂性 · 计算机科学 2017-09-26 Kamil Khadiev , Aliya Khadieva , Ilnaz Mannapov

Machine learning algorithms are designed to make accurate predictions of the future based on existing data, while online algorithms seek to bound some performance measure (typically the competitive ratio) without knowledge of the future.…

机器学习 · 计算机科学 2021-09-30 Kevin Rao

Prediction is a well-studied machine learning task, and prediction algorithms are core ingredients in online products and services. Despite their centrality in the competition between online companies who offer prediction-based products,…

计算机科学与博弈论 · 计算机科学 2019-05-09 Omer Ben-Porat , Moshe Tennenholtz

Ports, warehouses and courier services have to decide online how an arriving task is to be served in order that cost is minimized (or profit maximized). These operators have a wealth of historical data on task assignments; can these data be…

数据结构与算法 · 计算机科学 2007-05-23 Jason W. H. Lee , Y. C. Tay , Anthony K. H. Tung

We present deterministic and randomized algorithms for the problem of online packet routing in grids in the competitive network throughput model \cite{AKOR}. In this model the network has nodes with bounded buffers and bounded link…

数据结构与算法 · 计算机科学 2014-09-02 Guy Even , Moti Medina

We study the online problem of reading articles that are listed in an aggregated form in a dynamic stream, e.g., in news feeds, as abbreviated social media posts, or in the daily update of new articles on arXiv. In such a context, the brief…

数据结构与算法 · 计算机科学 2020-12-09 Andreas Karrenbauer , Elizaveta Kovalevskaya

We consider the classical online scheduling problem P||C_{max} in which jobs are released over list and provide a nearly optimal online algorithm. More precisely, an online algorithm whose competitive ratio is at most (1+\epsilon) times…

数据结构与算法 · 计算机科学 2013-02-19 Lin Chen , Deshi Ye , Guochuan Zhang

We study the online problem of assigning a moving point to a base-station region that contains it. For instance, the moving object could represent a cellular phone and the base station could represent the coverage zones of cell towers. Our…

计算几何 · 计算机科学 2011-05-03 David Eppstein , Michael T. Goodrich , Maarten Löffler

Comparing, or benchmarking, of optimization algorithms is a complicated task that involves many subtle considerations to yield a fair and unbiased evaluation. In this paper, we systematically review the benchmarking process of optimization…

最优化与控制 · 数学 2017-09-26 Vahid Beiranvand , Warren Hare , Yves Lucet

In the online facility assignment on a line (OFAL) with a set $S$ of $k$ servers and a capacity $c:S\to\mathbb{N}$, each server $s\in S$ with a capacity $c(s)$ is placed on a line and a request arrives on a line one-by-one. The task of an…

数据结构与算法 · 计算机科学 2024-02-26 Tsubasa Harada

We consider the first, and most well studied, speed scaling problem in the algorithmic literature: where the scheduling quality of service measure is a deadline feasibility constraint, and where the power objective is to minimize the total…

数据结构与算法 · 计算机科学 2013-07-03 Ahmed Abousamra , David P. Bunde , Kirk Pruhs

Ranking problems, also known as preference learning problems, define a widely spread class of statistical learning problems with many applications, including fraud detection, document ranking, medicine, credit risk screening, image ranking…

机器学习 · 计算机科学 2020-12-17 Tino Werner

We address the problem of learning-augmented online caching in the scenario when each request is accompanied by a prediction of the next occurrence of the requested page. We improve currently known bounds on the competitive ratio of the…

数据库 · 计算机科学 2025-07-29 Daniel Skachkov , Denis Ponomaryov , Yuri Dorn , Alexander Demin

Suppose that $n$ items arrive online in random order and the goal is to select $k$ of them such that the expected sum of the selected items is maximized. The decision for any item is irrevocable and must be made on arrival without knowing…

数据结构与算法 · 计算机科学 2020-12-02 Susanne Albers , Leon Ladewig

There is a rising interest for studying the online benchmark as an alternative of the classical offline benchmark in online stochastic settings. Ezra, Feldman, Gravin, and Tang (SODA 2023) introduced the notion of order-competitive ratio,…

数据结构与算法 · 计算机科学 2024-06-24 Liyan Chen , Nuozhou Sun , Zhihao Gavin Tang

We propose a new approach to competitive analysis in online scheduling by introducing the novel concept of competitive-ratio approximation schemes. Such a scheme algorithmically constructs an online algorithm with a competitive ratio…

数据结构与算法 · 计算机科学 2012-11-01 Elisabeth Günther , Olaf Maurer , Nicole Megow , Andreas Wiese

The importance of a node in a directed graph can be measured by its PageRank. The PageRank of a node is used in a number of application contexts - including ranking websites - and can be interpreted as the average portion of time spent at…

数据结构与算法 · 计算机科学 2014-05-22 Balázs Csanád Csáji , Raphaël M. Jungers , Vincent D. Blondel

We consider the online bin packing problem under the advice complexity model where the 'online constraint' is relaxed and an algorithm receives partial information about the future requests. We provide tight upper and lower bounds for the…

数据结构与算法 · 计算机科学 2013-12-24 Joan Boyar , Shahin Kamali , Kim S. Larsen , Alejandro López-Ortiz

We discuss one of the most fundamental scheduling problem of processing jobs on a single machine to minimize the weighted flow time (weighted response time). Our main result is a $O(\log P)$-competitive algorithm, where $P$ is the…

数据结构与算法 · 计算机科学 2018-08-17 Yossi Azar , Noam Touitou