给视觉语言模型加'感知令牌',提升对3D/2D结构的推理能力。
Perception Tokens Enhance Visual Reasoning in Multimodal Language Models
- 引入感知令牌作为辅助推理单元,像思维链一样生成深度图或框图
- 在BLINK等计数基准上提升10.8%~11.3%,相对深度任务提升超6%
- 无需外部工具,训练高效且跨数据集泛化能力强,适合多模态推理研究者
多模态语言模型(MLMs)在基础视觉感知任务中仍落后于专用模型。涉及3D结构推理需深度估计,2D实例推理需目标检测,但MLMs无法生成中间深度图或边界框进行推理。微调效果不佳,外接视觉工具则计算开销大、内存效率低。为此,我们提出感知令牌(Perception Tokens),一种内嵌的图像表征,辅助语言不足以处理的推理任务。感知令牌类似语言模型的思维链提示。例如,在深度相关任务中,增强后的模型可生成深度图作为令牌,有效解题。我们提出AURORA训练方法,利用VQVAE将深度图等中间表示转化为令牌形式,并在多任务框架中训练。AURORA在计数基准上显著提升:BLINK +10.8%,CVBench +11.3%,SEED-Bench +8.3%,优于微调方法;相对深度任务提升超6%。感知令牌使MLMs突破纯语言推理限制,拓展了视觉推理能力边界。
原文摘要 · Abstract (English)
Multimodal language models (MLMs) still face challenges in fundamental visual perception tasks where specialized models excel. Tasks requiring reasoning about 3D structures benefit from depth estimation, and reasoning about 2D object instances benefits from object detection. Yet, MLMs can not produce intermediate depth or boxes to reason over. Finetuning MLMs on relevant data doesn't generalize well and outsourcing computation to specialized vision tools is too compute-intensive and memory-inefficient. To address this, we introduce Perception Tokens, intrinsic image representations designed to assist reasoning tasks where language is insufficient. Perception tokens act as auxiliary reasoning tokens, akin to chain-of-thought prompts in language models. For example, in a depth-related task, an MLM augmented with perception tokens can reason by generating a depth map as tokens, enabling it to solve the problem effectively. We propose AURORA, a training method that augments MLMs with perception tokens for improved reasoning over visual inputs. AURORA leverages a VQVAE to transform intermediate image representations, such as depth maps into a tokenized format and bounding box tokens, which is then used in a multi-task training framework. AURORA achieves notable improvements across counting benchmarks: +10.8% on BLINK, +11.3% on CVBench, and +8.3% on SEED-Bench, outperforming finetuning approaches in generalization across datasets. It also improves on relative depth: over +6% on BLINK. With perception tokens, AURORA expands the scope of MLMs beyond language-based reasoning, paving the way for more effective visual reasoning capabilities.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。