Analogist: Out-of-the-box Visual In-Context Learning with Image Diffusion Model
Zheng Gu, Shiyuan Yang, Jing Liao, Jing Huo, Yang Gao
TL;DR
Analogist tackles visual in-context learning by combining structural visual guidance with semantic textual prompts in a diffusion-inpainting framework. It introduces Self-Attention Cloning (SAC) to transfer fine-grained spatial relations from A to A' onto B and Cross-Attention Masking (CAM) to focus GPT-4V generated prompts on the target region B', guided by GPT-4V prompts derived from structured grid inputs. The method operates without any model fine-tuning, achieving state-of-the-art results across low-level, manipulation, and vision tasks, as evidenced by improvements in CLIP-direction scores, FID, and user studies, while maintaining reasonable inference times. This dual-prompting approach broadens the practical applicability of visual ICL and highlights the potential of integrating large multimodal models with diffusion-based inpainting for versatile image transformation tasks.
Abstract
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.
