中文
相关论文

相关论文: Learning-Augmented Online Scheduling with Parsimon…

200 篇论文

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

Learning-augmented algorithms has been extensively studied recently in the computer-science community, due to the potential of using machine learning predictions in order to improve the performance of algorithms. Predictions are especially…

数据结构与算法 · 计算机科学 2024-06-07 Elena Grigorescu , Young-San Lin , Maoyuan Song

Makespan minimization on identical machines is a fundamental problem in online scheduling. The goal is to assign a sequence of jobs to $m$ identical parallel machines so as to minimize the maximum completion time of any job. Already in the…

数据结构与算法 · 计算机科学 2021-10-28 Susanne Albers , Maximilian Janke

Learning-augmented algorithms have been extensively studied across the computer science community in the recent years, driven by advances in machine learning predictors, which can provide additional information to augment classical…

数据结构与算法 · 计算机科学 2024-11-14 Elena Grigorescu , Young-San Lin , Maoyuan Song

In non-clairvoyant scheduling, the goal is to minimize the total job completion time without prior knowledge of individual job processing times. This classical online optimization problem has recently gained attention through the framework…

数据结构与算法 · 计算机科学 2025-09-25 Ziyad Benomar , Romain Cosson , Alexander Lindermayr , Jens Schlöter

In this paper, we study the peak-aware energy scheduling problem using the competitive framework with machine learning prediction. With the uncertainty of energy demand as the fundamental challenge, the goal is to schedule the energy output…

数据结构与算法 · 计算机科学 2019-11-20 Russell Lee , Mohammad H. Hajiesmaili , Jian Li

We study a theoretical and algorithmic framework for structured prediction in the online learning setting. The problem of structured prediction, i.e. estimating function where the output space lacks a vectorial structure, is well studied in…

机器学习 · 计算机科学 2024-06-19 Pierre Boudart , Alessandro Rudi , Pierre Gaillard

This paper considers the basic problem of scheduling jobs online with preemption to maximize the number of jobs completed by their deadline on $m$ identical machines. The main result is an $O(1)$ competitive deterministic algorithm for any…

数据结构与算法 · 计算机科学 2024-08-26 Benjamin Moseley , Kirk Pruhs , Clifford Stein , Rudy Zhou

We give a very general and simple framework to incorporate predictions on requests for online covering problems in a rigorous and black-box manner. Our framework turns any online algorithm with competitive ratio $\rho(k, \cdot)$ depending…

数据结构与算法 · 计算机科学 2025-07-09 Afrouz Jabal Ameli , Laura Sanita , Moritz Venzin

We study online mechanisms for preemptive scheduling with deadlines, with the goal of maximizing the total value of completed jobs. This problem is fundamental to deadline-aware cloud scheduling, but there are strong lower bounds even for…

数据结构与算法 · 计算机科学 2015-07-06 Yossi Azar , Inna Kalp-Shaltiel , Brendan Lucier , Ishai Menache , Joseph , Naor , Jonathan Yaniv

Aiming to overcome some of the limitations of worst-case analysis, the recently proposed framework of "algorithms with predictions" allows algorithms to be augmented with a (possibly erroneous) machine-learned prediction that they can use…

计算机科学与博弈论 · 计算机科学 2024-03-28 Eric Balkanski , Vasilis Gkatzelis , Xizhi Tan , Cherlin Zhu

In this paper, we investigate the framework of Online Convex Optimization (OCO) for online learning. OCO offers a very powerful online learning framework for many applications. In this context, we study a specific framework of OCO called…

机器学习 · 计算机科学 2022-11-01 Deepan Muthirayan , Jianjun Yuan , Pramod P. Khargonekar

In online makespan minimization a sequence of jobs $\sigma = J_1,..., J_n$ has to be scheduled on $m$ identical parallel machines so as to minimize the maximum completion time of any job. We investigate the problem with an essentially new…

数据结构与算法 · 计算机科学 2013-04-23 Susanne Albers , Matthias Hellwig

An important goal of modern scheduling systems is to efficiently manage power usage. In energy-efficient scheduling, the operating system controls the speed at which a machine is processing jobs with the dual objective of minimizing energy…

数据结构与算法 · 计算机科学 2024-02-28 Eric Balkanski , Noemie Perivier , Clifford Stein , Hao-Ting Wei

We consider online preemptive scheduling of jobs arriving one by one, to be assigned to two identical machines, with the goal of makespan minimization. We study the effect of selecting the best solution out of two independent solutions…

数据结构与算法 · 计算机科学 2022-10-12 Leah Epstein

We consider a parallel system of $m$ identical machines prone to unpredictable crashes and restarts, trying to cope with the continuous arrival of tasks to be executed. Tasks have different computational requirements (i.e., processing time…

分布式、并行与集群计算 · 计算机科学 2016-03-21 Elli Zavou , Antonio Fernández Anta

We consider a fundamental online scheduling problem in which jobs with processing times and deadlines arrive online over time at their release dates. The task is to determine a feasible preemptive schedule on a single or multiple possibly…

数据结构与算法 · 计算机科学 2021-12-02 Franziska Eberle , Nicole Megow , Kevin Schewior

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 domain of online algorithms with predictions has been extensively studied for different applications such as scheduling, caching (paging), clustering, ski rental, etc. Recently, Bamas et al., aiming for an unified method, have provided…

数据结构与算法 · 计算机科学 2021-10-04 Nguyen Kim Thang , Christoph Durr

This paper studies the online scheduling problem of minimizing total flow time for $n$ jobs on $m$ identical machines. A classical $\Omega(n)$ lower bound shows that no deterministic single-machine algorithm can beat the trivial greedy,…

数据结构与算法 · 计算机科学 2026-04-02 Yutong Geng , Enze Sun , Zonghan Yang , Yuhao Zhang