CVGRMay 16, 2024

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

arXiv:2405.10316v126 citationsh-index: 14ACM Trans Graph
Originality Incremental advance
AI Analysis

This addresses the need for flexible and efficient visual task adaptation without extensive training, though it is incremental as it builds on existing diffusion models and prompting techniques.

The paper tackles the problem of visual in-context learning by proposing Analogist, an inference-based method that uses visual and textual prompting with a diffusion model to perform analogical reasoning without fine-tuning, achieving superior performance over existing approaches in experiments.

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 limitations in its ability to generalize to unseen tasks and requires the collection of a diverse task dataset. On the other hand, existing methods in the inference-based visual ICL category solely rely on textual prompts, which fail to capture fine-grained contextual information from given examples and can be time-consuming when converting from images to text prompts. To address these challenges, we propose Analogist, a novel inference-based visual ICL approach that exploits both visual and textual prompting techniques using a text-to-image diffusion model pretrained for image inpainting. For visual prompting, we propose a self-attention cloning (SAC) method to guide the fine-grained structural-level analogy between image examples. For textual prompting, we leverage GPT-4V's visual reasoning capability to efficiently generate text prompts and introduce a cross-attention masking (CAM) operation to enhance the accuracy of semantic-level analogy guided by text prompts. Our method is out-of-the-box and does not require fine-tuning or optimization. It is also generic and flexible, enabling a wide range of visual tasks to be performed in an in-context manner. Extensive experiments demonstrate the superiority of our method over existing approaches, both qualitatively and quantitatively.

Foundations

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

Your Notes