paper-with-me

홈 › Papers

DiffEdit: Diffusion-based semantic image editing with mask guidance

2022-10-20 · Guillaume Couairon, Jakob Verbeek, Holger Schwenk, Matthieu Cord

Image generation has recently seen tremendous advances, with diffusion models allowing to synthesize convincing images for a large variety of text prompts. In this article, we propose DiffEdit, a method to take advantage of text-conditioned diffusion models for the task of semantic image editing, where the goal is to edit an image based on a text query. Semantic image editing is an extension of image generation, with the additional constraint that the generated image should be as similar as possible to a given input image. Current editing methods based on diffusion models usually require to provide a mask, making the task much easier by treating it as a conditional inpainting task. In contrast, our main contribution is able to automatically generate a mask highlighting regions of the input image that need to be edited, by contrasting predictions of a diffusion model conditioned on different text prompts. Moreover, we rely on latent inference to preserve content in those regions of interest and show excellent synergies with mask-based diffusion. DiffEdit achieves state-of-the-art editing performance on ImageNet. In addition, we evaluate semantic image editing in more challenging settings, using images from the COCO dataset as well as text-based generated images.

📄 PDF Abstract BibTeX arXiv:2210.11427

Code (4)

Xiang-cd/DiffEdit-stable-diffusion pytorch
aayushmnit/diffusion_playground/blob/main/notebooks/4_DiffEdit_v4.ipynb
johnrobinsn/diffusion_experiments/blob/main/DiffEdit.ipynb
liuzhengzhe/exim pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
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 제목 키워드 기반

Towards Efficient Diffusion-Based Image Editing with Instant Attention Masks

2024-01-15 · Siyu Zou, Jiji Tang, Yiyi Zhou, Jing He 외

Diffusion-based Image Editing (DIE) is an emerging research hot-spot, which often applies a semantic mask to control the target area for diffusion-based editing. However, most existing solutions obtain these masks via ma…

Tuning-Free Latent Diffusion Models for Ultrahigh-Resolution Image Editing

2026-07-07 · Wanglong Lu, Lingming Su, Kaijie Shi, Minglun Gong 외 arxiv

Recent diffusion-based generative models have shown impressive performance in image generation and editing. However, due to memory limitations and the high cost of collecting high-resolution training images, existing met…

Image GenerationImage Editing

InstructEdit: Improving Automatic Masks for Diffusion-based Image Editing With User Instructions

2023-05-29 · Qian Wang, Biao Zhang, Michael Birsak, Peter Wonka

Recent works have explored text-guided image editing using diffusion models and generated edited images based on text prompts. However, the models struggle to accurately locate the regions to be edited and faithfully per…

Language ModellingLarge Language ModelSegmentationtext-guided-image-editing

DiffEditor: Boosting Accuracy and Flexibility on Diffusion-based Image Editing

2024-02-04 · CVPR 2024 1 · Chong Mou, Xintao Wang, Jiechong Song, Ying Shan 외

Large-scale Text-to-Image (T2I) diffusion models have revolutionized image generation over the last few years. Although owning diverse and high-quality generation capabilities, translating these abilities to fine-grained…

Image Generation

DiffEditor: Enhancing Speech Editing with Semantic Enrichment and Acoustic Consistency

2024-09-19 · Yang Chen, Yuhang Jia, Shiwan Zhao, Ziyue Jiang 외

As text-based speech editing becomes increasingly prevalent, the demand for unrestricted free-text editing continues to grow. However, existing speech editing techniques encounter significant challenges, particularly in …

Language ModelingLanguage ModellingWord Embeddings