paper-with-me

Papers

TetriServe: Efficiently Serving Mixed DiT Workloads

2025-10-02 · Runyu Lu, Shiqi He, Wenxuan Tan, Shenggui Li, Ruofan Wu, Jeff J. Ma, Ang Chen, Mosharaf Chowdhury arxiv

Diffusion Transformer (DiT) models excel at generating high-quality images through iterative denoising steps, but serving them under strict Service Level Objectives (SLOs) is challenging due to their high computational cost, particularly at larger resolutions. Existing serving systems use fixed-degree sequence parallelism, which is inefficient for heterogeneous workloads with mixed resolutions and deadlines, leading to poor GPU utilization and low SLO attainment. In this paper, we propose step-level sequence parallelism to dynamically adjust the degree of parallelism of individual requests according to their deadlines. We present TetriServe, a DiT serving system that implements this strategy for highly efficient image generation. Specifically, TetriServe introduces a novel round-based scheduling mechanism that improves SLO attainment by (1) discretizing time into fixed rounds to make deadline-aware scheduling tractable, (2) adapting parallelism at the step level and minimizing GPU hour consumption, and (3) jointly packing requests to minimize late completions. Extensive evaluation on state-of-the-art DiT models shows that TetriServe achieves up to 32% higher SLO attainment compared to existing solutions without degrading image quality.

📄 PDF Abstract BibTeX arXiv:2510.01565

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Priority-Aware Preemptive Scheduling for Mixed-Priority Workloads in MoE Inference

2025-03-12 · Mohammad Siavashi, Faezeh Keshmiri Dindarloo, Dejan Kostic, Marco Chiesa

Large Language Models have revolutionized natural language processing, yet serving them efficiently in data centers remains challenging due to mixed workloads comprising latency-sensitive (LS) and best-effort (BE) jobs. …

BlockingGPUMixture-of-ExpertsScheduling

Ragged Paged Attention: A High-Performance and Flexible LLM Inference Kernel for TPU

2026-04-16 · Jevin Jiang, Ying Chen, Blake A. Hechtman, Fenghui Zhang 외 arxiv

Large Language Model (LLM) deployment is increasingly shifting to cost-efficient accelerators like Google's Tensor Processing Units (TPUs), prioritizing both performance and total cost of ownership (TCO). However, existi…

ElasticMM: Efficient Multimodal LLMs Serving with Elastic Multimodal Parallelism

2025-07-14 · Zedong Liu, Shenggan Cheng, Guangming Tan, Yang You 외 arxiv

Multimodal large language models (MLLMs) extend LLMs to handle images, videos, and audio by incorporating feature extractors and projection modules. However, these additional components -- combined with complex inference…

LAPS: A Length-Aware-Prefill LLM Serving System

2026-01-04 · Jianshu She, Zonghang Li, Hongchao Du, Shangyu Wu 외 arxiv

LAPS identifies and disaggregates requests with different prompt lengths in LLM serving to reduce TTFT latency. While recent systems have decoupled the prefill and decode stages to improve throughput, they still rely on …

Towards Understanding, Analyzing, and Optimizing Agentic AI Execution: A CPU-Centric Perspective

2025-11-01 · Ritik Raj, Souvik Kundu, Ishita Vohra, Hong Wang 외 arxiv

Agentic AI serving converts monolithic LLM-based inference to autonomous problem-solvers that can plan, call tools, perform reasoning, and adapt on the fly. Due to diverse task execution need, such serving heavily rely o…