Skip to content

Commit 4eebb33

Browse files
authored
add tetriserve (#343)
1 parent f9ee53a commit 4eebb33

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

source/_data/SymbioticLab.bib

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,5 +2124,20 @@ @PhDThesis{amberljc:dissertation
21242124
}
21252125
}
21262126
2127-
2127+
@Article{tetriserve:arxiv25,
2128+
author = {Runyu Lu and Shiqi He and Wenxuan Tan and Shenggui Li and Ruofan Wu and Jeff J. Ma and Ang Chen and Mosharaf Chowdhury},
2129+
title = {{TetriServe}: Efficient {DiT} Serving for Heterogeneous Image Generation},
2130+
year = {2025},
2131+
month = {Oct},
2132+
volume = {abs/2510.01565},
2133+
archivePrefix = {arXiv},
2134+
eprint = {2510.01565},
2135+
url = {https://arxiv.org/abs/2510.01565},
2136+
publist_confkey = {arXiv:2510.01565},
2137+
publist_link = {paper || https://arxiv.org/abs/2510.01565},
2138+
publist_topic = {Systems + AI},
2139+
publist_abstract = {
2140+
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 large 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 parallel degree 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: (1) discretizing time into fixed rounds to make deadline-aware scheduling tractable, (2) adapting parallelism at the step level and minimize 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.
2141+
}
2142+
}
21282143

0 commit comments

Comments
 (0)