paper-with-me

Papers

ElasticMM: Efficient Multimodal LLMs Serving with Elastic Multimodal Parallelism

2025-07-14 · Zedong Liu, Shenggan Cheng, Guangming Tan, Yang You, Dingwen Tao 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 pipelines and heterogeneous workloads -- introduce significant inference overhead. Therefore, efficiently serving MLLMs remains a major challenge. Current tightly coupled serving architectures struggle to distinguish between mixed request types or adapt parallelism strategies to different inference stages, leading to increased time-to-first-token (TTFT) latency and poor resource utilization. To address this, we introduce Elastic Multimodal Parallelism (EMP), a new serving paradigm that elastically adapts to resource heterogeneity across request types and inference stages. Building upon EMP, we develop ElasticMM, an MLLM serving system that (1) separates requests into independent modality groups with dynamic resource allocation via a modality-aware load balancer; (2) decouples inference stages and enables parallelism adjustment and adaptive scaling via elastic partition scheduling; and (3) improves inference efficiency through unified multimodal prefix caching and non-blocking encoding. Experiments on diverse real-world datasets show that ElasticMM outperforms state-of-the-art (SOTA) serving systems, reducing TTFT by up to 4.2x and achieving 3.2-4.5x higher throughput while meeting service-level objectives (SLOs).

📄 PDF Abstract BibTeX arXiv:2507.10069

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Eve: Efficient Multimodal Vision Language Models with Elastic Visual Experts

2025-01-08 · Miao Rang, Zhenni Bi, Chuanjian Liu, Yehui Tang 외

Multimodal vision language models (VLMs) have made significant progress with the support of continuously increasing model sizes and data volumes. Running VLMs on edge devices has become a challenge for their widespread a…

NeuPAT: Neuron-aware Plasticity Allocation Tuning for Language-Preserving MLLMs

2026-08-08 · Jiayue Jin, Jingwei Zhang, Chen Wang, Jing Liu 외 hf

Multimodal expansion of large language models (LLMs) enables new perceptual capabilities but often compromises the language intelligence acquired during pretraining. In this work, we investigate this phenomenon from the …

BilliardPhys-Bench: Benchmarking Physical Reasoning and Visual Dynamics of Multimodal LLMs

2026-05-29 · Ben Wang, Xiaogang Li, Ruochen Gao, Peiyao Xiao 외 arxiv

Current multimodal models handle static image recognition well, but intuitive physical reasoning remains a weakness. Predicting how objects will move and interact from a single image is still difficult for these systems.…

VideoScaffold: Elastic-Scale Visual Hierarchies for Streaming Video Understanding in MLLMs

2025-12-23 · Naishan Zheng, Jie Huang, Qingpei Guo, Feng Zhao arxiv

Understanding long videos with multimodal large language models (MLLMs) remains challenging due to the heavy redundancy across frames and the need for temporally coherent representations. Existing static strategies, such…

Event Segmentation

MMUnlearner: Reformulating Multimodal Machine Unlearning in the Era of Multimodal Large Language Models

2025-02-16 · Jiahao Huo, Yibo Yan, Xu Zheng, Yuanhuiyi Lyu 외

Recent progress in Machine Unlearning (MU) has introduced solutions for the selective removal of private or sensitive information encoded within deep neural networks. Nonetheless, MU for Multimodal Large Language Models …

Language ModelingLanguage ModellingMachine UnlearningVisual Question Answering (VQA)