paper-with-me

Papers

BlockServe: Block-Grained Continuous Batching for High-Throughput Diffusion LLM Serving

2026-07-09 · Yuanjie Zhu, Liangwei Yang, Ke Xu, Weizhi Zhang, Shanghao Li, Zihe Song, Philip S. Yu arxiv

Efficient serving of diffusion large language models (dLLMs) is hindered by convergence heterogeneity: when batching multiple requests, different sequences converge at different rates, causing faster requests to stall behind slower stragglers and introducing compute bubbles and tail latency. We present BlockServe, a continuous batching framework that integrates block-grained scheduling -- immediately evicting completed requests at block boundaries -- with mixed-state execution that extends dual cache and parallel decoding to heterogeneous batches via gather-scatter indexing. Furthermore, a compute-aware admission controller expands effective batch capacity through token-budgeted refill. On Dream and LLaDA across five benchmarks, BlockServe achieves 1.9--10.6$\times$ throughput over Fast-dLLM with comparable generation quality, establishing block-grained scheduling as a foundation for high-throughput offline dLLM inference.

📄 PDF Abstract BibTeX arXiv:2607.08930

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Interactive LLM Serving with Proxy Model-based Sequence Length Prediction

2024-04-12 · Haoran Qiu, Weichao Mao, Archit Patke, Shengkun Cui 외

Large language models (LLMs) have been driving a new wave of interactive AI applications across numerous domains. However, efficiently serving LLM inference requests is challenging due to their unpredictable execution ti…

BlockingManagementScheduling

LazyBatching: An SLA-aware Batching System for Cloud Machine Learning Inference

2020-10-25 · Yujeong Choi, Yunseong Kim, Minsoo Rhu

In cloud ML inference systems, batching is an essential technique to increase throughput which helps optimize total-cost-of-ownership. Prior graph batching combines the individual DNN graphs into a single one, allowing m…

BIG-bench Machine LearningScheduling

MoE-Gen: High-Throughput MoE Inference on a Single GPU with Module-Based Batching

2025-03-12 · Tairan Xu, Leyang Xue, Zhan Lu, Adrian Jackson 외

This paper presents MoE-Gen, a high-throughput MoE inference system optimized for single-GPU execution. Existing inference systems rely on model-based or continuous batching strategies, originally designed for interactiv…

GPU

SimiGrad: Fine-Grained Adaptive Batching for Large Scale Training using Gradient Similarity Measurement

2021-12-01 · NeurIPS 2021 12 · Heyang Qin, Samyam Rajbhandari, Olatunji Ruwase, Feng Yan 외

Large scale training requires massive parallelism to finish the training within a reasonable amount of time. To support massive parallelism, large batch training is the key enabler but often at the cost of generalization…

Computational Efficiency

SynerDiff: Synergetic Continuous Batching for Fast and Parallel Diffusion Model Inference

2026-05-09 · Ziqi Zhou, Peng Yang, Yuxin Liang, Mingliu Liu 외 arxiv

The expansion of Artificial Intelligence-generated content service requires diffusion model serving to simultaneously achieve high throughput and low task end-to-end (E2E) latency. However, existing continuous batching m…