CVAILGNov 22, 2023

Visual In-Context Prompting

arXiv:2311.13601v167 citationsh-index: 40Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more versatile visual prompting methods in computer vision, though it is incremental as it builds on existing encoder-decoder architectures.

The paper tackles the problem of extending in-context prompting from language to vision for tasks like open-set segmentation and detection, resulting in a universal framework that achieves 57.7 PQ on COCO and 23.2 PQ on ADE20K.

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.

Code Implementations3 repos
Foundations

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

Your Notes