paper-with-me

홈 › Papers

Semantic Scheduling for LLM Inference

2025-06-13 · Wenyue Hua, Dujian Ding, Yile Gu, Yujie Ren, Kai Mei, Minghua Ma, William Yang Wang

Conventional operating system scheduling algorithms are largely content-ignorant, making decisions based on factors such as latency or fairness without considering the actual intents or semantics of processes. Consequently, these algorithms often do not prioritize tasks that require urgent attention or carry higher importance, such as in emergency management scenarios. However, recent advances in language models enable semantic analysis of processes, allowing for more intelligent and context-aware scheduling decisions. In this paper, we introduce the concept of semantic scheduling in scheduling of requests from large language models (LLM), where the semantics of the process guide the scheduling priorities. We present a novel scheduling algorithm with optimal time complexity, designed to minimize the overall waiting time in LLM-based prompt scheduling. To illustrate its effectiveness, we present a medical emergency management application, underscoring the potential benefits of semantic scheduling for critical, time-sensitive tasks. The code and data are available at https://github.com/Wenyueh/latency_optimization_with_priority_constraints.

📄 PDF Abstract BibTeX arXiv:2506.12204

Code (1)

wenyueh/latency_optimization_with_priority_constraints 공식 구현

Tasks

FairnessManagementScheduling

Similar Papers 제목 키워드 기반

Parallel Vision Token Scheduling for Fast and Accurate Multimodal LMMs Inference

2025-11-24 · Wengyi Zhan, Mingbao Lin, Zhihang Lin, Rongrong Ji arxiv

Multimodal large language models (MLLMs) deliver impressive vision-language reasoning but suffer steep inference latency because self-attention scales quadratically with sequence length and thousands of visual tokens con…

DSB: Dynamic Sliding Block Scheduling for Diffusion LLMs

2026-02-05 · Lizhuo Luo, Shenggui Li, Yonggang Wen, Tianwei Zhang arxiv

Diffusion large language models (dLLMs) have emerged as a promising alternative for text generation, distinguished by their native support for parallel decoding. In practice, block inference is crucial for avoiding order…

Text Generation

Improving Pattern Recognition of Scheduling Anomalies through Structure-Aware and Semantically-Enhanced Graphs

2025-12-21 · Ning Lyu, Junjie Jiang, Lu Chang, Chihui Shao 외 arxiv

This paper proposes a structure-aware driven scheduling graph modeling method to improve the accuracy and representation capability of anomaly identification in scheduling behaviors of complex systems. The method first d…

Anomaly Detection

SwarmX: Agentic Scheduling for Low-Latency Agentic Systems

2026-06-19 · Yeqi Huang, Yanwei Ye, Guomin Chen, Wenhao Su 외 arxiv

Agentic AI applications compose multiple model calls and tool executions, creating new scheduling challenges for GPU-CPU clusters. Their inference time and model-call structure often depend on prompt semantics, making co…

Code Generation

Adapter-Augmented Bandits for Online Multi-Constrained Multi-Modal Inference Scheduling

2026-03-06 · Xianzhi Zhang, Yue Xu, Yinlin Zhu, Di Wu 외 arxiv

Multi-modal large language model (MLLM) inference scheduling enables strong response quality under practical and heterogeneous budgets, beyond what a homogeneous single-backend setting can offer. Yet online MLLM task sch…