paper-with-me

Papers

ML Inference Scheduling with Predictable Latency

2025-12-21 · Haidong Zhao, Nikolaos Georgantas arxiv

Machine learning (ML) inference serving systems can schedule requests to improve GPU utilization and to meet service level objectives (SLOs) or deadlines. However, improving GPU utilization may compromise latency-sensitive scheduling, as concurrent tasks contend for GPU resources and thereby introduce interference. Given that interference effects introduce unpredictability in scheduling, neglecting them may compromise SLO or deadline satisfaction. Nevertheless, existing interference prediction approaches remain limited in several respects, which may restrict their usefulness for scheduling. First, they are often coarse-grained, which ignores runtime co-location dynamics and thus restricts their accuracy in interference prediction. Second, they tend to use a static prediction model, which may not effectively cope with different workload characteristics. In this paper, we evaluate the potential limitations of existing interference prediction approaches, finding that coarse-grained methods can lead to noticeable deviations in prediction accuracy and that static models degrade considerably under changing workloads.

📄 PDF Abstract BibTeX arXiv:2512.18725

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TIP-Search: Time-Predictable Inference Scheduling for Market Prediction under Uncertain Load

2025-05-30 · Xibai Wang

This paper proposes TIP-Search, a time-predictable inference scheduling framework for real-time market prediction under uncertain workloads. Motivated by the strict latency demands in high-frequency financial systems, TI…

Scheduling

Block: Balancing Load in LLM Serving with Context, Knowledge and Predictive Scheduling

2025-08-05 · Wei Da, Evangelia Kalyvianaki arxiv

This paper presents Block, a distributed scheduling framework designed to optimize load balancing and auto-provisioning across instances in large language model serving frameworks by leveraging contextual information fro…

Niyama : Breaking the Silos of LLM Inference Serving

2025-03-28 · Kanishk Goel, Jayashree Mohan, Nipun Kwatra, Ravi Shreyas Anupindi 외

The widespread adoption of Large Language Models (LLMs) has enabled diverse applications with very different latency requirements. Existing LLM serving frameworks rely on siloed infrastructure with coarse-grained workloa…

ChunkingFairnessScheduling

SuperServe: Fine-Grained Inference Serving for Unpredictable Workloads

2023-12-27 · Alind Khare, Dhruv Garg, Sukrit Kalra, Snigdha Grandhi 외

The increasing deployment of ML models on the critical path of production applications in both datacenter and the edge requires ML inference serving systems to serve these models under unpredictable and bursty request ar…

Scheduling

Serving DNNs like Clockwork: Performance Predictability from the Bottom Up

2020-06-03 · Arpan Gujarati, Reza Karimi, Safya Alzayat, Wei Hao 외

Machine learning inference is becoming a core building block for interactive web applications. As a result, the underlying model serving systems on which these applications depend must consistently meet low latency targe…