paper-with-me

Papers

On Preemption and Learning in Stochastic Scheduling

2022-05-31 · Nadav Merlis, Hugo Richard, Flore Sentenac, Corentin Odic, Mathieu Molina, Vianney Perchet

We study single-machine scheduling of jobs, each belonging to a job type that determines its duration distribution. We start by analyzing the scenario where the type characteristics are known and then move to two learning scenarios where the types are unknown: non-preemptive problems, where each started job must be completed before moving to another job; and preemptive problems, where job execution can be paused in the favor of moving to a different job. In both cases, we design algorithms that achieve sublinear excess cost, compared to the performance with known types, and prove lower bounds for the non-preemptive case. Notably, we demonstrate, both theoretically and through simulations, how preemptive algorithms can greatly outperform non-preemptive ones when the durations of different job types are far from one another, a phenomenon that does not occur when the type durations are known.

📄 PDF Abstract BibTeX arXiv:2205.15695

Code (1)

hugorichard/ml4a-scheduling 공식 구현

Tasks

Efficient ExplorationScheduling

Similar Papers 제목 키워드 기반

Learning-Augmented Online Scheduling with Parsimonious Preemption

2026-05-22 · Mugen Blue, Sungjin Im, Alexander Lindermayr arxiv

Learning-augmented algorithms have emerged as a powerful paradigm to surpass traditional worst-case lower bounds by integrating potentially noisy predictions. While this framework has seen success in online scheduling, e…

Don't Stop Me Now: Embedding Based Scheduling for LLMs

2024-10-01 · Rana Shahout, Eran Malach, Chunwei Liu, Weifan Jiang 외

Efficient scheduling is crucial for interactive Large Language Model (LLM) applications, where low request completion time directly impacts user engagement. Size-based scheduling algorithms like Shortest Remaining Proces…

BlockingLarge Language ModelScheduling

FlowPrefill: Decoupling Preemption from Prefill Scheduling Granularity to Mitigate Head-of-Line Blocking in LLM Serving

2026-02-18 · Chia-chi Hsieh, Zan Zong, Xinyang Chen, Jianjiang Li 외 arxiv

The growing demand for large language models (LLMs) requires serving systems to handle many concurrent requests with diverse service level objectives (SLOs). This exacerbates head-of-line (HoL) blocking during the comput…

Computational Efficiency

Scheduling Jobs with Stochastic Holding Costs

2021-05-28 · NeurIPS 2021 12 · Dabeen Lee, Milan Vojnovic

We study a single-server scheduling problem for the objective of minimizing the expected cumulative holding cost incurred by jobs, where parameters defining stochastic job holding costs are unknown to the scheduler. We c…

Scheduling

Towards Multi-Model LLM Schedulers: Empirical Insights into Offloading and Preemption

2026-05-19 · Mert Yildiz, Pietro Spadaccino, Alexey Rolich, Francesca Cuomo 외 arxiv

Modern deployments of Large Language Models (LLMs) increasingly require serving multiple models with diverse architectures, sizes, and specialization on shared, heterogeneous hardware. This setting introduces new challen…