用文本指导视觉编码器,让模型更懂问题重点。
TG-LLaVA: Text Guided LLaVA via Learnable Latent Embeddings
- 用可学习的嵌入作为桥梁,将文本指令融入视觉编码器
- 无需额外训练数据,使基线模型在多个数据集上性能提升
- 适合想改进视觉语言模型但不想增加数据的研究者
受视觉语言模型(VLM)成功启发,越来越多研究致力于优化其性能。然而,现有方法多聚焦于连接模块和语言模型的改进,忽视了对视觉编码器本身的优化。本文提出文本引导的LLaVA(TG-LLaVA),通过文本指导视觉编码器,开辟了一条新的、正交的优化路径。具体而言,借鉴人类行为的目的驱动逻辑,使用可学习的潜在嵌入分析文本指令,并将分析结果注入视觉编码器以进行优化。另一组嵌入则从高分辨率局部图像块中提取更细粒度的文本引导信息作为辅助。在文本引导下,视觉编码器能提取与问题相关的特征,类似人类关注图像关键区域。实验表明,该方法在多个数据集上有效,且无需额外训练数据,即可显著优于其他同期方法。此外,在不同设置下均持续带来性能提升。
原文摘要 · Abstract (English)
Currently, inspired by the success of vision-language models (VLMs), an increasing number of researchers are focusing on improving VLMs and have achieved promising results. However, most existing methods concentrate on optimizing the connector and enhancing the language model component, while neglecting improvements to the vision encoder itself. In contrast, we propose Text Guided LLaVA (TG-LLaVA) in this paper, which optimizes VLMs by guiding the vision encoder with text, offering a new and orthogonal optimization direction. Specifically, inspired by the purpose-driven logic inherent in human behavior, we use learnable latent embeddings as a bridge to analyze textual instruction and add the analysis results to the vision encoder as guidance, refining it. Subsequently, another set of latent embeddings extracts additional detailed text-guided information from high-resolution local patches as auxiliary information. Finally, with the guidance of text, the vision encoder can extract text-related features, similar to how humans focus on the most relevant parts of an image when considering a question. This results in generating better answers. Experiments on various datasets validate the effectiveness of the proposed method. Remarkably, without the need for additional training data, our propsoed method can bring more benefits to the baseline (LLaVA-1.5) compared with other concurrent methods. Furthermore, the proposed method consistently brings improvement in different settings.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。