paper-with-me

Papers

ServerlessT2I: Efficient Text-to-Image Workflow Serving on a Serverless Platform

2026-07-29 · Xiaoxiao Jiang, Suyi Li, Sheng Yao, Tianyu Feng, Lingyun Yang, Dapeng Nie, Haoran Yang, Wei Wang arxiv

Text-to-image (T2I) workflows are increasingly deployed on serverless platforms because users often compose customized workflows and invoke them intermittently. Existing platforms typically deploy each workflow as an opaque GPU function, provisioning, placing, and scaling all constituent models in the workflow together. This monolithic design obscures workflow structure, inflates scaling overhead, forces users to manage low-level GPU coordination, and limits fine-grained fairness in multi-tenant clusters. In this paper, we present ServerlessT2I, a serverless-native system that decomposes a T2I workflow into loosely coupled model functions that can be independently managed and scheduled. By explicitly managing individual model execution, ServerlessT2I enables per-model scaling, declarative workflow composition, transparent GPU-resident communication, and fairness-aware scheduling. To make this decomposition efficient, ServerlessT2I harvests slack GPU memory left idle by compute-bound T2I inference to build a data plane that reduces model loading and data communication overheads. \sys{} further introduces a fair scheduler for multi-tenant serving. Using production traces, ServerlessT2I sustains up to 2$\times$ higher request rates than existing T2I workflow serving systems with the same GPU budget; for a fixed request rate, it saves up to 3$\times$ GPU resources while satisfying service level objectives (SLOs).

📄 PDF Abstract BibTeX arXiv:2607.26566

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Serverless Data Science -- Are We There Yet? A Case Study of Model Serving

2021-03-04 · Yuncheng Wu, Tien Tuan Anh Dinh, Guoyu Hu, Meihui Zhang 외

Machine learning (ML) is an important part of modern data science applications. Data scientists today have to manage the end-to-end ML life cycle that includes both model training and model serving, the latter of which i…

GPUManagement

BPMN4sML: A BPMN Extension for Serverless Machine Learning. Technology Independent and Interoperable Modeling of Machine Learning Workflows and their Serverless Deployment Orchestration

2022-08-02 · Laurens Martin Tetzlaff

Machine learning (ML) continues to permeate all layers of academia, industry and society. Despite its successes, mental frameworks to capture and represent machine learning workflows in a consistent and coherent manner a…

BIG-bench Machine LearningManagement

SMLT: A Serverless Framework for Scalable and Adaptive Machine Learning Design and Training

2022-05-04 · Ahsan Ali, Syed Zawad, Paarijaat Aditya, Istemi Ekin Akkus 외

In today's production machine learning (ML) systems, models are continuously trained, improved, and deployed. ML design and training are becoming a continuous workflow of various tasks that have dynamic resource demands.…

BIG-bench Machine LearningManagementScheduling

Stratum: A Serverless Framework for Lifecycle Management of Machine Learning based Data Analytics Tasks

2019-04-03 · Anirban Bhattacharjee, Yogesh Barve, Shweta Khare, Shunxing Bao 외

With the proliferation of machine learning (ML) libraries and frameworks, and the programming languages that they use, along with operations of data loading, transformation, preparation and mining, ML model development i…

BIG-bench Machine LearningEdge-computingManagement

ServerlessLoRA: Minimizing Latency and Cost in Serverless Inference for LoRA-Based LLMs

2025-05-20 · Yifan Sui, Hanfei Yu, Yitao Hu, Jianxun Li 외

Serverless computing has grown rapidly for serving Large Language Model (LLM) inference due to its pay-as-you-go pricing, fine-grained GPU usage, and rapid scaling. However, our analysis reveals that current serverless c…

GPULarge Language Model