Textualize Visual Prompt for Image Editing via Diffusion Bridge
Pengcheng Xu, Qingnan Fan, Fei Kou, Shuai Qin, Hong Gu, Ruoyu Zhao, Charles Ling, Boyu Wang
TL;DR
The paper tackles the challenge of editing real images from indescribable visual prompts by learning a text embedding that encodes the transformation described by a before/after image pair. It introduces a diffusion-bridge framework built on a single text-to-image model and the probability-flow ODE, enabling the translation of visual prompts into text guidance without retraining TI2I models. A differential attention control mechanism is proposed to disentangle transformation content from invariant image content, improving generalization across diverse images. Experiments on real images demonstrate competitive fidelity, contextual coherence, and robustness compared with existing baselines, highlighting the scalability of leveraging large T2I priors for complex visual transformations.
Abstract
Visual prompt, a pair of before-and-after edited images, can convey indescribable imagery transformations and prosper in image editing. However, current visual prompt methods rely on a pretrained text-guided image-to-image generative model that requires a triplet of text, before, and after images for retraining over a text-to-image model. Such crafting triplets and retraining processes limit the scalability and generalization of editing. In this paper, we present a framework based on any single text-to-image model without reliance on the explicit image-to-image model thus enhancing the generalizability and scalability. Specifically, by leveraging the probability-flow ordinary equation, we construct a diffusion bridge to transfer the distribution between before-and-after images under the text guidance. By optimizing the text via the bridge, the framework adaptively textualizes the editing transformation conveyed by visual prompts into text embeddings without other models. Meanwhile, we introduce differential attention control during text optimization, which disentangles the text embedding from the invariance of the before-and-after images and makes it solely capture the delicate transformation and generalize to edit various images. Experiments on real images validate competitive results on the generalization, contextual coherence, and high fidelity for delicate editing with just one image pair as the visual prompt.
