paper-with-me

홈 › Papers

Outline-Guided Object Inpainting with Diffusion Models

2024-02-26 · Markus Pobitzer, Filip Janicki, Mattia Rigotti, Cristiano Malossi

Instance segmentation datasets play a crucial role in training accurate and robust computer vision models. However, obtaining accurate mask annotations to produce high-quality segmentation datasets is a costly and labor-intensive process. In this work, we show how this issue can be mitigated by starting with small annotated instance segmentation datasets and augmenting them to effectively obtain a sizeable annotated dataset. We achieve that by creating variations of the available annotated object instances in a way that preserves the provided mask annotations, thereby resulting in new image-mask pairs to be added to the set of annotated images. Specifically, we generate new images using a diffusion-based inpainting model to fill out the masked area with a desired object class by guiding the diffusion through the object outline. We show that the object outline provides a simple, but also reliable and convenient training-free guidance signal for the underlying inpainting model that is often sufficient to fill out the mask with an object of the correct class without further text guidance and preserve the correspondence between generated images and the mask annotations with high precision. Our experimental results reveal that our method successfully generates realistic variations of object instances, preserving their shape characteristics while introducing diversity within the augmented area. We also show that the proposed method can naturally be combined with text guidance and other image augmentation techniques.

📄 PDF Abstract BibTeX arXiv:2402.16421

Code (0)

등록된 구현이 없습니다.

Tasks

Image AugmentationInstance SegmentationObjectSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Improving Text-guided Object Inpainting with Semantic Pre-inpainting

2024-09-12 · Yifu Chen, Jingwen Chen, Yingwei Pan, Yehao Li 외

Recent years have witnessed the success of large text-to-image diffusion models and their remarkable potential to generate high-quality images. The further pursuit of enhancing the editability of images has sparked signi…

DenoisingObject

Sketch-guided Image Inpainting with Partial Discrete Diffusion Process

2024-04-18 · Nakul Sharma, Aditay Tripathi, Anirban Chakraborty, Anand Mishra

In this work, we study the task of sketch-guided image inpainting. Unlike the well-explored natural language-guided image inpainting, which excels in capturing semantic details, the relatively less-studied sketch-guided …

Image Inpainting

Imagen Editor and EditBench: Advancing and Evaluating Text-Guided Image Inpainting

2022-12-13 · CVPR 2023 1 · Su Wang, Chitwan Saharia, Ceslee Montgomery, Jordi Pont-Tuset 외

Text-guided image editing can have a transformative impact in supporting creative applications. A key challenge is to generate edits that are faithful to input text prompts, while consistent with input images. We present…

Image InpaintingObjecttext-guided-image-editing

Salient Object-Aware Background Generation using Text-Guided Diffusion Models

2024-04-15 · Amir Erfan Eshratifar, Joao V. B. Soares, Kapil Thadani, Shaunak Mishra 외

Generating background scenes for salient objects plays a crucial role across various domains including creative design and e-commerce, as it enhances the presentation and context of subjects by integrating them into tail…

Object

SmartBrush: Text and Shape Guided Object Inpainting with Diffusion Model

2022-12-09 · CVPR 2023 1 · Shaoan Xie, Zhifei Zhang, Zhe Lin, Tobias Hinz 외

Generic image inpainting aims to complete a corrupted image by borrowing surrounding information, which barely generates novel content. By contrast, multi-modal inpainting provides more flexible and useful controls on th…

Image GenerationImage InpaintingObjectText to Image Generation+1