paper-with-me

Papers

Visual In-Context Prompting

2023-11-22 · CVPR 2024 1 · Feng Li, Qing Jiang, Hao Zhang, Tianhe Ren, Shilong Liu, Xueyan Zou, Huaizhe xu, Hongyang Li, Chunyuan Li, Jianwei Yang, Lei Zhang, Jianfeng Gao

In-context prompting in large language models (LLMs) has become a prevalent approach to improve zero-shot capabilities, but this idea is less explored in the vision domain. Existing visual prompting methods focus on referring segmentation to segment the most relevant object, falling short of addressing many generic vision tasks like open-set segmentation and detection. In this paper, we introduce a universal visual in-context prompting framework for both tasks. In particular, we build on top of an encoder-decoder architecture, and develop a versatile prompt encoder to support a variety of prompts like strokes, boxes, and points. We further enhance it to take an arbitrary number of reference image segments as the context. Our extensive explorations show that the proposed visual in-context prompting elicits extraordinary referring and generic segmentation capabilities to refer and detect, yielding competitive performance to close-set in-domain datasets and showing promising results on many open-set segmentation datasets. By joint training on COCO and SA-1B, our model achieves $57.7$ PQ on COCO and $23.2$ PQ on ADE20K. Code will be available at https://github.com/UX-Decoder/DINOv.

📄 PDF Abstract BibTeX arXiv:2311.13601

Code (3)

ux-decoder/dinov 공식 구현 pytorch
idea-research/t-rex
ux-decoder/semantic-sam pytorch

Tasks

DecoderSegmentationVisual Prompting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

Analogist: Out-of-the-box Visual In-Context Learning with Image Diffusion Model

2024-05-16 · Zheng Gu, Shiyuan Yang, Jing Liao, Jing Huo 외

Visual In-Context Learning (ICL) has emerged as a promising research area due to its capability to accomplish various tasks with limited example pairs through analogical reasoning. However, training-based visual ICL has …

Image InpaintingIn-Context LearningVisual PromptingVisual Reasoning

Visual Adaptive Prompting for Compositional Zero-Shot Learning

2025-02-27 · Kyle Stein, Arash Mahyari, Guillermo Francia, Eman El-Sheikh

Vision-Language Models (VLMs) have demonstrated impressive capabilities in learning joint representations of visual and textual data, making them powerful tools for tasks such as Compositional Zero-Shot Learning (CZSL). …

AttributeCompositional Zero-Shot LearningZero-Shot Learning

The Role of Background Information in Reducing Object Hallucination in Vision-Language Models: Insights from Cutoff API Prompting

2025-02-21 · Masayo Tomita, Katsuhiko Hayashi, Tomoyuki Kaneko

Vision-Language Models (VLMs) occasionally generate outputs that contradict input images, constraining their reliability in real-world applications. While visual prompting is reported to suppress hallucinations by augmen…

HallucinationObjectObject HallucinationVisual Prompting

Genicious: Contextual Few-shot Prompting for Insights Discovery

2025-03-15 · Vineet Kumar, Ronald Tony, Darshita Rathore, Vipasha Rana 외

Data and insights discovery is critical for decision-making in modern organizations. We present Genicious, an LLM-aided interface that enables users to interact with tabular datasets and ask complex queries in natural la…

BenchmarkingDecision MakingText to SQLText-To-SQL