paper-with-me

Papers

ModServe: Scalable and Resource-Efficient Large Multimodal Model Serving

2025-02-02 · Haoran Qiu, Anish Biswas, Zihan Zhao, Jayashree Mohan, Alind Khare, Esha Choukse, Íñigo Goiri, Zeyu Zhang, Haiying Shen, Chetan Bansal, Ramachandran Ramjee, Rodrigo Fonseca

Large multimodal models (LMMs) demonstrate impressive capabilities in understanding images, videos, and audio beyond text. However, efficiently serving LMMs in production environments poses significant challenges due to their complex architectures and heterogeneous characteristics across their multi-stage inference pipelines. We present the first comprehensive systems analysis of two prominent LMM architectures, decoder-only and cross-attention, across six representative open-source models, revealing key systems design implications. We also present an in-depth analysis of production LMM inference traces, uncovering unique workload characteristics, including variable, heavy-tailed request distributions and bursty traffic patterns. Based on these insights, we propose ModServe, a modular LMM serving system that decouples stages for independent optimization and adaptive scaling. ModServe dynamically reconfigures stages and handles bursty traffic with modality-aware scheduling and autoscaling to meet tail latency SLOs while minimizing costs. ModServe achieves 3.3-5.5x higher throughput (leading to 25-41.3% cost saving) while meeting SLOs on a 128-GPU cluster with production traces.

📄 PDF Abstract BibTeX arXiv:2502.00937

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGPUmodelScheduling

Similar Papers 제목 키워드 기반

A Survey of Resource-efficient LLM and Multimodal Foundation Models

2024-01-16 · Mengwei Xu, Wangsong Yin, Dongqi Cai, Rongjie Yi 외

Large foundation models, including large language models (LLMs), vision transformers (ViTs), diffusion, and LLM-based multimodal models, are revolutionizing the entire machine learning lifecycle, from training to deploym…

Survey

OmniThoughtVis: A Scalable Distillation Pipeline for Deployable Multimodal Reasoning Models

2026-05-12 · Yuanhao Yue, Chengyu Wang, Yuanjie Lyu, Lei Shen 외 arxiv

Recent multimodal large language models (MLLMs) have shown strong chain-of-thought (CoT) reasoning ability on vision-language tasks, but their direct deployment in real-world systems is often limited by latency and resou…

Multimodal Reasoning

DocSLM: A Small Vision-Language Model for Long Multimodal Document Understanding

2025-11-14 · Tanveer Hannan, Dimitrios Mallios, Parth Pathak, Faegheh Sardari 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated strong multimodal reasoning capabilities on long and complex documents. However, their high memory footprint makes them impractical for deployment on resource-constr…

Multimodal Reasoning

Towards Resource-Efficient Multimodal Intelligence: Learned Routing among Specialized Expert Models

2025-11-09 · Mayank Saini, Arit Kumar Bishwas arxiv

As AI moves beyond text, large language models (LLMs) increasingly power vision, audio, and document understanding; however, their high inference costs hinder real-time, scalable deployment. Conversely, smaller open-sour…

Visual Question Answering

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…