arXiv:2603.26498cs.DCcs.AI2026-03

为多模态大模型设计智能调度,提升响应速度

TCM-Serve: Modality-aware Scheduling for Multimodal Large Language Model Inference

  • 按模态差异分类请求,动态优先级调度
  • 平均首令牌延迟降低54%,关键请求降78.5%
  • 适合需要低延迟响应的多模态应用

多模态大语言模型(MLLMs)支撑ChatGPT、Gemini、Copilot等平台,实现文本、图像和视频的交互。但异构负载引入额外推理阶段(如视觉预处理与编码),导致延迟和内存需求激增。现有仅针对纯文本优化的LLM服务系统在多模态场景下表现不佳:大型请求(如视频)会独占资源,引发严重队头阻塞和性能下降。我们提出核心洞察:不同模态请求的资源需求量级差异显著——视频如卡车,图像如汽车,文本如摩托车。为此设计TCM-Serve,一种模态感知调度器,让文本类请求快速通过图像和视频类请求,保障交互响应性且避免饥饿。该系统通过请求分类、动态优先级和老化机制实现。在主流MLLM上评估显示,相较于现有系统,TCM-Serve平均将首令牌时间(TTFT)降低54%,对延迟敏感请求降低78.5%。它实现了类似大模型的响应体验,通过模态感知调度,高效利用可用资源。

原文摘要 · Abstract (English)

Multimodal Large Language Models (MLLMs) power platforms like ChatGPT, Gemini, and Copilot, enabling richer interactions with text, images, and videos. These heterogeneous workloads introduce additional inference stages, such as vision preprocessing and encoding, that inflate latency and memory demand. Existing LLM serving systems, optimized for text-only workloads, fail under multimodality: large requests (e.g., videos) monopolize resources, causing severe head-of-line blocking and performance degradation. Our key insight is that multimodal requests differ by orders of magnitude in resource demands, which we capture through a simple abstraction: videos behave like trucks, images like cars, and text like motorcycles. We design TCM-Serve, a modality-aware scheduler that lets motorcycles flow quickly through cars and trucks, ensuring interactive responsiveness while avoiding starvation. TCM-Serve classifies requests, prioritizes them dynamically, and applies aging to avoid starvation. Evaluation across state-of-the-art MLLMs shows that TCM-Serve reduces, on average, time-to-first-token (TTFT) by 54% overall, and by 78.5% for latency-critical requests, compared to current systems. TCM-Serve delivers LLM-like responsiveness for MLLMs, with modality-aware scheduling and by making the most efficient use of the available resources.

多模态推理调度优化大模型服务

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。