paper-with-me

Papers

STAR: Decode-Phase Rescheduling for LLM Inference

2025-10-15 · Zhibin Wang, Zetao Hong, Xue Li, Zibo Wang, Shipeng Li, Qingkai Meng, Qing Wang, Chengying Huan, Rong Gu, Sheng Zhong, Chen Tian arxiv

Large Language Model (LLM) inference has emerged as a fundamental paradigm, however, variations in output length cause severe workload imbalance in the decode phase, particularly for long-output reasoning tasks. Existing systems, such as PD disaggregation architectures, rely on static prefill-to-decode scheduling, which often results in SLO violations and OOM failures under evolving decode workloads. In this paper, we propose STAR, a decode rescheduling system powered by length prediction to anticipate future workloads. Our core contributions include: (1) A lightweight and continuous LLM-native prediction method that leverages LLM hidden state to model remaining generation length with high precision (reducing MAE by 49.42%) and low overhead (cutting predictor parameters by 93.28%); (2) A rescheduling solution in decode phase with a dynamic balancing mechanism that integrates current and predicted workloads, reducing P99 TPOT by 75.1% and achieving 2.63 times higher goodput.

📄 PDF Abstract BibTeX arXiv:2510.13668

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SPAD: Specialized Prefill and Decode Hardware for Disaggregated LLM Inference

2025-10-09 · Hengrui Zhang, Pratyush Patel, August Ning, David Wentzlaff arxiv

Large Language Models (LLMs) have gained popularity in recent years, driving up the demand for inference. LLM inference is composed of two phases with distinct characteristics: a compute-bound prefill phase followed by a…

Prefill/Decode-Aware Evaluation of LLM Inference on Emerging AI Accelerators

2026-06-14 · Shun Usami, Venkatram Vishwanath, E. Wes Bethel arxiv

As large language models (LLMs) are increasingly deployed in latency- and cost-sensitive settings, inference efficiency has become a central systems challenge. While GPUs dominate current deployments, a growing number of…

SARATHI: Efficient LLM Inference by Piggybacking Decodes with Chunked Prefills

2023-08-31 · Amey Agrawal, Ashish Panwar, Jayashree Mohan, Nipun Kwatra 외

Large Language Model (LLM) inference consists of two distinct phases - prefill phase which processes the input prompt and decode phase which generates output tokens autoregressively. While the prefill phase effectively s…

GPULanguage ModellingLarge Language Model

Prediction accuracy versus rescheduling flexibility in elective surgery management

2025-07-21 · Pieter Smet, Martina Doneda, Ettore Lanzarone, Giuliana Carello arxiv

The availability of downstream resources plays is critical in planning the admission of elective surgery patients. The most crucial one is inpatient beds. To ensure bed availability, hospitals may use machine learning (M…

A Recommendation System-Based Framework for Enhancing Human-Machine Collaboration in Industrial Timetabling Rescheduling: Application in Preventive Maintenance

2025-11-04 · Kévin Ducharlet, Liwen Zhang, Sara Maqrot, Houssem Saidi arxiv

Industrial timetabling is a critical task for decision-makers across various sectors to ensure efficient system operation. In real-world settings, it remains challenging because unexpected events often disrupt execution.…