paper-with-me

Papers

Enabling Disaggregated Multi-Stage MLLM Inference via GPU-Internal Scheduling and Resource Sharing

2025-12-19 · Lingxiao Zhao, Haoran Zhou, Yuezhi Che, Dazhao Cheng arxiv

Multimodal large language models (MLLMs) extend LLMs with visual understanding through a three-stage pipeline: multimodal preprocessing, vision encoding, and LLM inference. While these stages enhance capability, they introduce significant system bottlenecks. First, multimodal preprocessing-especially video decoding-often dominates Time-to-First-Token (TTFT). Most systems rely on CPU-based decoding, which severely limits throughput, while existing GPU-based approaches prioritize throughput-oriented parallelism and fail to meet the latency-sensitive requirements of MLLM inference. Second, the vision encoder is a standalone, compute-intensive stage that produces visual embeddings and cannot be co-batched with LLM prefill or decoding. This heterogeneity forces inter-stage blocking and increases token-generation latency. Even when deployed on separate GPUs, these stages underutilize available compute and memory resources, reducing overall utilization and constraining system throughput. To address these challenges, we present FlashCodec and UnifiedServe, two complementary designs that jointly optimize the end-to-end MLLM pipeline. FlashCodec accelerates the multimodal preprocessing stage through collaborative multi-GPU video decoding, reducing decoding latency while preserving high throughput. UnifiedServe optimizes the vision-to-text and inference stages using a logically decoupled their execution to eliminate inter-stage blocking, yet physically sharing GPU resources to maximize GPU system utilization. By carefully orchestrating execution across stages and minimizing interference, UnifiedServe Together, our proposed framework forms an end-to-end optimized stack that can serve up to 3.0$\times$ more requests or enforce 1.5$\times$ tighter SLOs, while achieving up to 4.4$\times$ higher throughput compared to state-of-the-art systems.

📄 PDF Abstract BibTeX arXiv:2512.17574

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EPD-Serve: A Flexible Multimodal EPD Disaggregation Inference Serving System On Ascend

2026-01-05 · Fan Bai, Pai Peng, Zhengzhi Tang, Zhe Wang 외 arxiv

With the widespread adoption of large multimodal models, efficient inference across text, image, audio, and video modalities has become critical. However, existing multimodal inference systems typically employ monolithic…

HACK: Homomorphic Acceleration via Compression of the Key-Value Cache for Disaggregated LLM Inference

2025-02-05 · Zeyu Zhang, Haiying Shen, Shay Vargaftik, Ran Ben Basat 외

Disaggregated Large Language Model (LLM) inference has gained popularity as it separates the computation-intensive prefill stage from the memory-intensive decode stage, avoiding the prefill-decode interference and improv…

Language ModelingLanguage ModellingLarge Language ModelQuantization

KVDirect: Distributed Disaggregated LLM Inference

2024-12-13 · Shiyang Chen, Rain Jiang, Dezhi Yu, Jinlai Xu 외

Large Language Models (LLMs) have become the new foundation for many applications, reshaping human society like a storm. Disaggregated inference, which separates prefill and decode stages, is a promising approach to impr…

GPUScheduling

FlowKV: A Disaggregated Inference Framework with Low-Latency KV Cache Transfer and Load-Aware Scheduling

2025-04-03 · Weiqing Li, Guochao Jiang, Xiangyong Ding, Zhangcheng Tao 외

Disaggregated inference has become an essential framework that separates the prefill (P) and decode (D) stages in large language model inference to improve throughput. However, the KV cache transfer faces significant del…

Language ModelingLanguage ModellingLarge Language ModelScheduling

Uncertainty-Aware Collaborative System of Large and Small Models for Multimodal Sentiment Analysis

2025-08-27 · Shiqin Han, Manning Gao, Menghua Jiang, Yuncheng Jiang 외 arxiv

Multimodal Large Language Models (MLLMs) have notably enhanced the performance of Multimodal Sentiment Analysis (MSA), yet their massive parameter scale leads to excessive resource consumption in training and inference, …

Multimodal Sentiment Analysis