paper-with-me

Papers

Fine-Grained Visual Prompting

2023-06-07 · NeurIPS 2023 11 · Lingfeng Yang, Yueze Wang, Xiang Li, Xinlong Wang, Jian Yang

Vision-Language Models (VLMs), such as CLIP, have demonstrated impressive zero-shot transfer capabilities in image-level visual perception. However, these models have shown limited performance in instance-level tasks that demand precise localization and recognition. Previous works have suggested that incorporating visual prompts, such as colorful boxes or circles, can improve the ability of models to recognize objects of interest. Nonetheless, compared to language prompting, visual prompting designs are rarely explored. Existing approaches, which employ coarse visual cues such as colorful boxes or circles, often result in sub-optimal performance due to the inclusion of irrelevant and noisy pixels. In this paper, we carefully study the visual prompting designs by exploring more fine-grained markings, such as segmentation masks and their variations. In addition, we introduce a new zero-shot framework that leverages pixel-level annotations acquired from a generalist segmentation model for fine-grained visual prompting. Consequently, our investigation reveals that a straightforward application of blur outside the target mask, referred to as the Blur Reverse Mask, exhibits exceptional effectiveness. This proposed prompting strategy leverages the precise mask annotations to reduce focus on weakly related regions while retaining spatial coherence between the target and the surrounding background. Our Fine-Grained Visual Prompting (FGVP) demonstrates superior performance in zero-shot comprehension of referring expressions on the RefCOCO, RefCOCO+, and RefCOCOg benchmarks. It outperforms prior methods by an average margin of 3.0% to 4.6%, with a maximum improvement of 12.5% on the RefCOCO+ testA subset. Code is available at https://github.com/ylingfeng/FGVP.

📄 PDF Abstract BibTeX arXiv:2306.04356

Code (1)

ylingfeng/FGVP 공식 구현 pytorch

Tasks

Visual Prompting

Methods 이 논문이 사용한 방법론

Focus 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Multi-modal Attribute Prompting for Vision-Language Models

2024-03-01 · Xin Liu, Jiamin Wu, and Wenfei Yang, Xu Zhou 외

Pre-trained Vision-Language Models (VLMs), like CLIP, exhibit strong generalization ability to downstream tasks but struggle in few-shot scenarios. Existing prompting techniques primarily focus on global text and image r…

Attributecross-modal alignment

Visual Prompting in Multimodal Large Language Models: A Survey

2024-09-05 · Junda Wu, Zhehao Zhang, Yu Xia, Xintong Li 외

Multimodal large language models (MLLMs) equip pre-trained large-language models (LLMs) with visual capabilities. While textual prompting in LLMs has been widely studied, visual prompting has emerged for more fine-graine…

In-Context LearningPrompt LearningSurveyVisual Grounding+1

QG-CoC: Question-Guided Chain-of-Captions for Large Multimodal Models

2025-11-05 · Kuei-Chun Kao, Hsu Tzu-Yin, Yunqi Hong, Ruochen Wang 외 arxiv

Recently, Multimodal Large Language Models (MLLMs) encounter two key issues in multi-image contexts: (1) a lack of fine-grained perception across disparate images, and (2) a diminished capability to effectively reason ov…

ChartLens: Fine-grained Visual Attribution in Charts

2025-05-25 · Manan Suri, Puneet Mathur, Nedim Lipka, Franck Dernoncourt 외

The growing capabilities of multimodal large language models (MLLMs) have advanced tasks like chart understanding. However, these models often suffer from hallucinations, where generated text sequences conflict with the …

Chart Understanding

Medical Image Synthesis via Fine-Grained Image-Text Alignment and Anatomy-Pathology Prompting

2024-03-11 · WenTing Chen, Pengyu Wang, Hui Ren, Lichao Sun 외

Data scarcity and privacy concerns limit the availability of high-quality medical images for public use, which can be mitigated through medical image synthesis. However, current medical image synthesis methods often stru…

AnatomyDescriptiveImage Generation