paper-with-me

홈 › Papers

Shape-guided Object Inpainting

2022-04-16 · Yu Zeng, Zhe Lin, Vishal M. Patel

Previous works on image inpainting mainly focus on inpainting background or partially missing objects, while the problem of inpainting an entire missing object remains unexplored. This work studies a new image inpainting task, i.e. shape-guided object inpainting. Given an incomplete input image, the goal is to fill in the hole by generating an object based on the context and implicit guidance given by the hole shape. Since previous methods for image inpainting are mainly designed for background inpainting, they are not suitable for this task. Therefore, we propose a new data preparation method and a novel Contextual Object Generator (CogNet) for the object inpainting task. On the data side, we incorporate object priors into training data by using object instances as holes. The CogNet has a two-stream architecture that combines the standard bottom-up image completion process with a top-down object generation process. A predictive class embedding module bridges the two streams by predicting the class of the missing object from the bottom-up features, from which a semantic object map is derived as the input of the top-down stream. Experiments demonstrate that the proposed method can generate realistic objects that fit the context in terms of both visual appearance and semantic meanings. Code can be found at the project page \url{https://zengxianyu.github.io/objpaint}

📄 PDF Abstract BibTeX arXiv:2204.07845

Code (0)

등록된 구현이 없습니다.

Tasks

Image InpaintingObject

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

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

A Task is Worth One Word: Learning with Task Prompts for High-Quality Versatile Image Inpainting

2023-12-06 · Junhao Zhuang, Yanhong Zeng, Wenran Liu, Chun Yuan 외

Advancing image inpainting is challenging as it requires filling user-specified regions for various intents, such as background filling and object synthesis. Existing approaches focus on either context-aware filling or o…

Image InpaintingObject

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

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

Shape-Aware Masking for Inpainting in Medical Imaging

2022-07-12 · Yousef Yeganeh, Azade Farshad, Nassir Navab

Inpainting has recently been proposed as a successful deep learning technique for unsupervised medical image model discovery. The masks used for inpainting are generally independent of the dataset and are not tailored to…

AnatomyImage ReconstructionModel Discovery