CVAISep 15, 2024

TG-LLaVA: Text Guided LLaVA via Learnable Latent Embeddings

arXiv:2409.09564v210 citationsh-index: 16
AI Analysis

This addresses a bottleneck in vision-language models for researchers by offering a new optimization direction orthogonal to existing approaches.

The paper tackles the problem that most vision-language models neglect improvements to the vision encoder by proposing TG-LLaVA, which guides the vision encoder with text using learnable latent embeddings to extract text-related features, resulting in better answers and bringing more benefits to the baseline LLaVA-1.5 compared to other methods without additional training data.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes