paper-with-me

홈 › Papers

BlendServe: Optimizing Offline Inference for Auto-regressive Large Models with Resource-aware Batching

2024-11-25 · Yilong Zhao, Shuo Yang, Kan Zhu, Lianmin Zheng, Baris Kasikci, Yang Zhou, Jiarong Xing, Ion Stoica

Offline batch inference, which leverages the flexibility of request batching to achieve higher throughput and lower costs, is becoming more popular for latency-insensitive applications. Meanwhile, recent progress in model capability and modality makes requests more diverse in compute and memory demands, creating unique opportunities for throughput improvement by resource overlapping. However, a request schedule that maximizes resource overlapping can conflict with the schedule that maximizes prefix sharing, a widely-used performance optimization, causing sub-optimal inference throughput. We present BlendServe, a system that maximizes resource utilization of offline batch inference by combining the benefits of resource overlapping and prefix sharing using a resource-aware prefix tree. BlendServe exploits the relaxed latency requirements in offline batch inference to reorder and overlap requests with varied resource demands while ensuring high prefix sharing. We evaluate BlendServe on a variety of synthetic multi-modal workloads and show that it provides up to $1.44\times$ throughput boost compared to widely-used industry standards, vLLM and SGLang.

📄 PDF Abstract BibTeX arXiv:2411.16102

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ARMFlow: AutoRegressive MeanFlow for Online 3D Human Reaction Generation

2025-12-18 · Zichen Geng, Zeeshan Hayder, Wei Liu, Hesheng Wang 외 arxiv

3D human reaction generation faces three main challenges:(1) high motion fidelity, (2) real-time inference, and (3) autoregressive adaptability for online scenarios. Existing methods fail to meet all three simultaneously…

RoMAN-Flow: Taming Autoregressive Normalizing Flows for Offline Reinforcement Learning in Robotic Manipulation

2026-08-20 · Shaoxuan Wang, Guangting Zheng, Rui Huang, Zhipeng Tang 외 arxiv

Offline reinforcement learning improves robotic policies using previously collected data without further environment interaction. Yet prevalent diffusion- and flow-matching robot policies lack tractable likelihoods, limi…

Reinforcement LearningOffline RL

Generative Pretraining for Black-Box Optimization

2022-06-22 · Siddarth Krishnamoorthy, Satvik Mehul Mashkaria, Aditya Grover

Many problems in science and engineering involve optimizing an expensive black-box function over a high-dimensional space. For such black-box optimization (BBO) problems, we typically assume a small budget for online fun…

User Retention-oriented Recommendation with Decision Transformer

2023-03-11 · Kesen Zhao, Lixin Zou, Xiangyu Zhao, Maolin Wang 외

Improving user retention with reinforcement learning~(RL) has attracted increasing attention due to its significant importance in boosting user engagement. However, training the RL policy from scratch without hurting use…

Contrastive LearningcounterfactualReinforcement Learning (RL)

Diffusion Models as Optimizers for Efficient Planning in Offline RL

2024-07-23 · Renming Huang, Yunqiang Pei, Guoqing Wang, Yangming Zhang 외

Diffusion models have shown strong competitiveness in offline reinforcement learning tasks by formulating decision-making as sequential generation. However, the practicality of these methods is limited due to the lengthy…

D4RLDecision MakingOffline RLreinforcement-learning+1