paper-with-me

홈 › Papers

BARISTA: Efficient and Scalable Serverless Serving System for Deep Learning Prediction Services

2019-04-02 · Anirban Bhattacharjee, Ajay Dev Chhokra, Zhuangwei Kang, Hongyang Sun, Aniruddha Gokhale, Gabor Karsai

Pre-trained deep learning models are increasingly being used to offer a variety of compute-intensive predictive analytics services such as fitness tracking, speech and image recognition. The stateless and highly parallelizable nature of deep learning models makes them well-suited for serverless computing paradigm. However, making effective resource management decisions for these services is a hard problem due to the dynamic workloads and diverse set of available resource configurations that have their deployment and management costs. To address these challenges, we present a distributed and scalable deep-learning prediction serving system called Barista and make the following contributions. First, we present a fast and effective methodology for forecasting workloads by identifying various trends. Second, we formulate an optimization problem to minimize the total cost incurred while ensuring bounded prediction latency with reasonable accuracy. Third, we propose an efficient heuristic to identify suitable compute resource configurations. Fourth, we propose an intelligent agent to allocate and manage the compute resources by horizontal and vertical scaling to maintain the required prediction latency. Finally, using representative real-world workloads for urban transportation service, we demonstrate and validate the capabilities of Barista.

📄 PDF Abstract BibTeX arXiv:1904.01576

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningManagementPrediction

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

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

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

2026-07-29 · Xiaoxiao Jiang, Suyi Li, Sheng Yao, Tianyu Feng 외 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 opa…

MLProxy: SLA-Aware Reverse Proxy for Machine Learning Inference Serving on Serverless Computing Platforms

2022-02-23 · Nima Mahmoudi, Hamzeh Khazaei

Serving machine learning inference workloads on the cloud is still a challenging task on the production level. Optimal configuration of the inference workload to meet SLA requirements while optimizing the infrastructure …

BIG-bench Machine LearningManagement

Enabling Efficient Serverless Inference Serving for LLM (Large Language Model) in the Cloud

2024-11-23 · Himel Ghosh

This review report discusses the cold start latency in serverless inference and existing solutions. It particularly reviews the ServerlessLLM method, a system designed to address the cold start problem in serverless infe…

GPULanguage ModelingLanguage ModellingLarge Language Model