arXiv:2510.01954cs.CV2025-10被引 20

让大模型直接生成图像分割和检测结果,统一处理多模态视觉任务。

Patch-as-Decodable-Token: Towards Unified Multi-Modal Vision Tasks in MLLMs

  • 用视觉片段作为可解码的标记,直接输出图像预测结果。
  • 在四个视觉任务上超越更大模型,最高提升12.3%准确率。
  • 适合做目标检测、语义分割等密集预测任务的研究者使用。

多模态大语言模型(MLLM)近年发展迅速,但现有视觉任务方法多依赖间接表示(如以文本形式生成坐标进行检测),限制性能并阻碍密集预测任务(如分割)。为此,我们提出统一范式「Patch-as-Decodable Token(PaDT)」,使MLLM能直接生成文本与多样化视觉输出。核心是视觉参考标记(VRTs),源自查询图像的视觉片段嵌入,与语言模型输出的文本标记无缝交织。轻量级解码器将语言模型输出转换为检测、分割和定位预测。不同于以往方法,PaDT在每次前向传播中独立处理VRTs,并动态扩展嵌入表,提升相似物体间的定位与区分能力。我们设计了针对性训练策略:随机选取VRT进行监督微调,并引入稳健的逐标记交叉熵损失。在四个视觉感知与理解任务上的实证研究表明,PaDT始终达到领先性能,甚至优于显著更大的MLLM模型。代码已开源:https://github.com/Gorilla-Lab-SCUT/PaDT。

原文摘要 · Abstract (English)

Multimodal large language models (MLLMs) have advanced rapidly in recent years. However, existing approaches for vision tasks often rely on indirect representations, such as generating coordinates as text for detection, which limits performance and prevents dense prediction tasks like segmentation. To overcome these challenges, we introduce Patch-as-Decodable Token (PaDT), a unified paradigm that enables MLLMs to directly generate both textual and diverse visual outputs. Central to PaDT are Visual Reference Tokens (VRTs), derived from visual patch embeddings of query images and interleaved seamlessly with LLM's output textual tokens. A lightweight decoder then transforms LLM's outputs into detection, segmentation, and grounding predictions. Unlike prior methods, PaDT processes VRTs independently at each forward pass and dynamically expands the embedding table, thus improving localization and differentiation among similar objects. We further tailor a training strategy for PaDT by randomly selecting VRTs for supervised fine-tuning and introducing a robust per-token cross-entropy loss. Our empirical studies across four visual perception and understanding tasks suggest PaDT consistently achieving state-of-the-art performance, even compared with significantly larger MLLM models. The code is available at https://github.com/Gorilla-Lab-SCUT/PaDT.

多模态视觉生成大模型分割

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