用四叉树动态分块提升多模态模型视觉理解,无需重训
QLIP: A Dynamic Quadtree Vision Prior Enhances MLLM Performance Without Retraining
- 用内容感知的四叉树替代固定网格分块,自适应图像结构
- 在不重训练情况下,使LLaVA在V-star上准确率提升13.6%
- 可直接替换CLIP,适配现有多模态大模型部署
多模态大语言模型(MLLM)将图像编码为视觉标记,在共享潜在空间中对齐视觉与文本信号以实现跨模态表征学习。CLIP作为广泛采用的基础视觉语言模型,其视觉编码器在推动如LLaVA等MLLM的发展中起到关键作用。然而,CLIP视觉编码器存在显著局限:仅支持固定输入分辨率,且无法为差异较大的图像生成分离嵌入。更换现有模型的视觉编码器通常需大量计算成本,因涉及整个模型流水线的重训练。本文识别出导致这些局限的两个因素:中观偏差与插值偏差。为此,我们提出QLIP,一种可无缝集成至现有MLLM的即插即用型替代方案,仅需少量代码修改即可增强粗粒度与细粒度视觉理解能力,且无需重训练。QLIP基于图像四叉树,以新型内容感知分块取代标准均匀网格块。实验表明,QLIP在不重训练的前提下,显著提升LLaVA v1.5系列模型的通用视觉问答准确率;尤其在具有挑战性的V-star基准上,详细理解性能最高提升13.6%。
原文摘要 · Abstract (English)
Multimodal Large Language Models (MLLMs) encode images into visual tokens, aligning visual and textual signals within a shared latent space to facilitate crossmodal representation learning. The CLIP model is a widely adopted foundational vision language model whose vision encoder has played a critical role in the development of MLLMs such as LLaVA. However, the CLIP vision encoder suffers from notable limitations including being constrained to only handling fixed input resolutions and a failure to produce separated embeddings for dissimilar images. Replacing the vision encoder of an existing model typically incurs substantial computational costs because such a change often necessitates retraining the entire model pipeline. In this work, we identify two factors which underlie the limitations of the CLIP vision encoder: mesoscopic bias and interpolation bias. To address these issues, we propose QLIP, a drop-in replacement for CLIP that can be seamlessly integrated with existing MLLMs with only a few lines of code and can enhance both coarse-grained and fine-grained visual understanding, without re-training. QLIP is designed around an image quadtree which replaces the standard uniform grid patches with a novel content aware patchification. Our experimental results demonstrate that QLIP improves the general visual question answering accuracy of the LLaVA v1.5 model series across various model sizes--without requiring retraining or fine-tuning of the full MLLM. Notably, QLIP boosts detailed understanding performance on the challenging V-star benchmark by up to 13.6 percent.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。