paper-with-me

Papers

Plug-and-Play Diffusion Features for Text-Driven Image-to-Image Translation

2022-11-22 · CVPR 2023 1 · Narek Tumanyan, Michal Geyer, Shai Bagon, Tali Dekel

Large-scale text-to-image generative models have been a revolutionary breakthrough in the evolution of generative AI, allowing us to synthesize diverse images that convey highly complex visual concepts. However, a pivotal challenge in leveraging such models for real-world content creation tasks is providing users with control over the generated content. In this paper, we present a new framework that takes text-to-image synthesis to the realm of image-to-image translation -- given a guidance image and a target text prompt, our method harnesses the power of a pre-trained text-to-image diffusion model to generate a new image that complies with the target text, while preserving the semantic layout of the source image. Specifically, we observe and empirically demonstrate that fine-grained control over the generated structure can be achieved by manipulating spatial features and their self-attention inside the model. This results in a simple and effective approach, where features extracted from the guidance image are directly injected into the generation process of the target image, requiring no training or fine-tuning and applicable for both real or generated guidance images. We demonstrate high-quality results on versatile text-guided image translation tasks, including translating sketches, rough drawings and animations into realistic images, changing of the class and appearance of objects in a given image, and modifications of global qualities such as lighting and color.

📄 PDF Abstract BibTeX arXiv:2211.12572

Code (4)

MichalGeyer/plug-and-play 공식 구현 pytorch
Shilin-LU/TF-ICON pytorch
michalgeyer/pnp-diffusers pytorch
thu-cvml/texturediffusion pytorch

Tasks

Image GenerationImage-to-Image TranslationText-based Image EditingTranslation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

FBSDiff: Plug-and-Play Frequency Band Substitution of Diffusion Features for Highly Controllable Text-Driven Image Translation

2024-08-02 · Xiang Gao, Jiaying Liu

Large-scale text-to-image diffusion models have been a revolutionary milestone in the evolution of generative AI and multimodal technology, allowing wonderful image generation with natural-language text prompt. However, …

Image GenerationImage-to-Image TranslationTranslation

X-Adapter: Adding Universal Compatibility of Plugins for Upgraded Diffusion Model

2023-12-04 · CVPR 2024 1 · Lingmin Ran, Xiaodong Cun, Jia-Wei Liu, Rui Zhao 외

We introduce X-Adapter, a universal upgrader to enable the pretrained plug-and-play modules (e.g., ControlNet, LoRA) to work directly with the upgraded text-to-image diffusion model (e.g., SDXL) without further retrainin…

Denoising

FBSDiff++: Improved Frequency Band Substitution of Diffusion Features for Efficient and Highly Controllable Text-Driven Image-to-Image Translation

2026-01-27 · Xiang Gao, Yunpeng Jia arxiv

With large-scale text-to-image (T2I) diffusion models achieving significant advancements in open-domain image creation, increasing attention has been focused on their natural extension to the realm of text-driven image-t…

Image-to-Image TranslationContinuous ControlImage Manipulation

DreamTuner: Single Image is Enough for Subject-Driven Generation

2023-12-21 · Miao Hua, Jiawei Liu, Fei Ding, Wei Liu 외

Diffusion-based models have demonstrated impressive capabilities for text-to-image generation and are expected for personalized applications of subject-driven generation, which require the generation of customized concep…

Image GenerationText to Image GenerationText-to-Image Generation

MoMA: Multimodal LLM Adapter for Fast Personalized Image Generation

2024-04-08 · Kunpeng Song, Yizhe Zhu, Bingchen Liu, Qing Yan 외

In this paper, we present MoMA: an open-vocabulary, training-free personalized image model that boasts flexible zero-shot capabilities. As foundational text-to-image models rapidly evolve, the demand for robust image-to-…

Image GenerationImage-to-Image TranslationLanguage ModelingLanguage Modelling+3