paper-with-me

홈 › Papers

SuperServe: Fine-Grained Inference Serving for Unpredictable Workloads

2023-12-27 · Alind Khare, Dhruv Garg, Sukrit Kalra, Snigdha Grandhi, Ion Stoica, Alexey Tumanov

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 arrival rates. Serving models under such conditions requires these systems to strike a careful balance between the latency and accuracy requirements of the application and the overall efficiency of utilization of scarce resources. State-of-the-art systems resolve this tension by either choosing a static point in the latency-accuracy tradeoff space to serve all requests or load specific models on the critical path of request serving. In this work, we instead resolve this tension by simultaneously serving the entire-range of models spanning the latency-accuracy tradeoff space. Our novel mechanism, SubNetAct, achieves this by carefully inserting specialized operators in weight-shared SuperNetworks. These operators enable SubNetAct to dynamically route requests through the network to meet a latency and accuracy target. SubNetAct requires upto 2.6x lower memory to serve a vastly-higher number of models than prior state-of-the-art. In addition, SubNetAct's near-instantaneous actuation of models unlocks the design space of fine-grained, reactive scheduling policies. We explore the design of one such extremely effective policy, SlackFit and instantiate both SubNetAct and SlackFit in a real system, SuperServe. SuperServe achieves 4.67% higher accuracy for the same SLO attainment and 2.85x higher SLO attainment for the same accuracy on a trace derived from the real-world Microsoft Azure Functions workload and yields the best trade-offs on a wide range of extremely-bursty synthetic traces automatically.

📄 PDF Abstract BibTeX arXiv:2312.16733

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Parallel Context Compaction for Long-Horizon LLM Agent Serving

2026-05-22 · Musa Cim, Burak Topcu, Chita Das, Mahmut Taylan Kandemir arxiv

Long-horizon LLM agents accumulate growing conversation histories that eventually exceed the model's context window. Context compaction via LLM-based summarization keeps the conversation bounded, but summarization is inh…

Prompt Engineering

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…

fMoE: Fine-Grained Expert Offloading for Large Mixture-of-Experts Serving

2025-02-07 · Hanfei Yu, Xingqi Cui, Hong Zhang, Hao Wang

Large Language Models (LLMs) have gained immense success in revolutionizing various applications, including content generation, search and recommendation, and AI-assisted operation. To reduce high training costs, Mixture…

CPUGPUMixture-of-Experts

Harli: SLO-Aware Co-location of LLM Inference and PEFT-based Finetuning on Model-as-a-Service Platforms

2025-11-13 · Ao Xu, Han Zhao, Weihao Cui, Quan Chen 외 arxiv

Large language models (LLMs) are increasingly deployed under the Model-as-a-Service (MaaS) paradigm. To meet stringent quality-of-service (QoS) requirements, existing LLM serving systems disaggregate the prefill and deco…

How Controllable Are Large Language Models? A Unified Evaluation across Behavioral Granularities

2026-03-03 · Ziwen Xu, Kewei Xu, Haoming Xu, Haiwen Hong 외 arxiv

Large Language Models (LLMs) are increasingly deployed in socially sensitive domains, yet their unpredictable behaviors, ranging from misaligned intent to inconsistent personality, pose significant risks. We introduce St…