Rethinking Visual Prompting for Multimodal Large Language Models with External Knowledge
Yuanze Lin, Yunsheng Li, Dongdong Chen, Weijian Xu, Ronald Clark, Philip Torr, Lu Yuan
TL;DR
This work tackles the challenge of conveying fine-grained, spatially dense visual information to multimodal large language models. It introduces a visual prompt paradigm that embeds external knowledge from panoptic segmentation and OCR directly into a pixel-wise visual prompt, which is then infused with image features in a pixel-wise manner. Through LoRA-based fine-tuning on existing LLaVA-1.5 data, the approach yields consistent gains across nine benchmarks, often surpassing larger models while requiring no additional pre-training data. The results demonstrate the practical value of external, region-level knowledge for improving fine-grained context understanding in MLLMs, with implications for more reliable visual reasoning and reduced hallucinations in multimodal tasks.
Abstract
In recent years, multimodal large language models (MLLMs) have made significant strides by training on vast high-quality image-text datasets, enabling them to generally understand images well. However, the inherent difficulty in explicitly conveying fine-grained or spatially dense information in text, such as masks, poses a challenge for MLLMs, limiting their ability to answer questions requiring an understanding of detailed or localized visual elements. Drawing inspiration from the Retrieval-Augmented Generation (RAG) concept, this paper proposes a new visual prompt approach to integrate fine-grained external knowledge, gleaned from specialized vision models (e.g., instance segmentation/OCR models), into MLLMs. This is a promising yet underexplored direction for enhancing MLLMs' performance. Our approach diverges from concurrent works, which transform external knowledge into additional text prompts, necessitating the model to indirectly learn the correspondence between visual content and text coordinates. Instead, we propose embedding fine-grained knowledge information directly into a spatial embedding map as a visual prompt. This design can be effortlessly incorporated into various MLLMs, such as LLaVA and Mipha, considerably improving their visual understanding performance. Through rigorous experiments, we demonstrate that our method can enhance MLLM performance across nine benchmarks, amplifying their fine-grained context-aware capabilities.
