paper-with-me

Papers

Inst-Inpaint: Instructing to Remove Objects with Diffusion Models

2023-04-06 · Ahmet Burak Yildirim, Vedat Baday, Erkut Erdem, Aykut Erdem, Aysegul Dundar

Image inpainting task refers to erasing unwanted pixels from images and filling them in a semantically consistent and realistic way. Traditionally, the pixels that are wished to be erased are defined with binary masks. From the application point of view, a user needs to generate the masks for the objects they would like to remove which can be time-consuming and prone to errors. In this work, we are interested in an image inpainting algorithm that estimates which object to be removed based on natural language input and removes it, simultaneously. For this purpose, first, we construct a dataset named GQA-Inpaint for this task. Second, we present a novel inpainting framework, Inst-Inpaint, that can remove objects from images based on the instructions given as text prompts. We set various GAN and diffusion-based baselines and run experiments on synthetic and real image datasets. We compare methods with different evaluation metrics that measure the quality and accuracy of the models and show significant quantitative and qualitative improvements.

📄 PDF Abstract BibTeX arXiv:2304.03246

Code (1)

abyildirim/inst-inpaint 공식 구현 pytorch

Tasks

Image Inpainting

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Paint by Inpaint: Learning to Add Image Objects by Removing Them First

2024-04-28 · CVPR 2025 1 · Navve Wasserman, Noam Rotstein, Roy Ganz, Ron Kimmel

Image editing has advanced significantly with the introduction of text-conditioned diffusion models. Despite this progress, seamlessly adding objects to images based on textual instructions without requiring user-provide…

Image InpaintingLanguage ModelingLanguage ModellingLarge Language Model+3

Magicremover: Tuning-free Text-guided Image inpainting with Diffusion Models

2023-10-04 · Siyuan Yang, Lu Zhang, Liqian Ma, Yu Liu 외

Image inpainting aims to fill in the missing pixels with visually coherent and semantically plausible content. Despite the great progress brought from deep generative models, this task still suffers from i. the difficult…

DenoisingImage Inpainting

InNeRF360: Text-Guided 3D-Consistent Object Inpainting on 360-degree Neural Radiance Fields

2023-05-24 · CVPR 2024 1 · Dongqing Wang, Tong Zhang, Alaa Abboud, Sabine Süsstrunk

We propose InNeRF360, an automatic system that accurately removes text-specified objects from 360-degree Neural Radiance Fields (NeRF). The challenge is to effectively remove objects while inpainting perceptually consist…

3D InpaintingNeRFSegmentation

Towards Language-Driven Video Inpainting via Multimodal Large Language Models

2024-01-18 · CVPR 2024 1 · Jianzong Wu, Xiangtai Li, Chenyang Si, Shangchen Zhou 외

We introduce a new task -- language-driven video inpainting, which uses natural language instructions to guide the inpainting process. This approach overcomes the limitations of traditional video inpainting methods that …

Video Inpainting

Task-Decoupled Image Inpainting Framework for Class-specific Object Remover

2024-10-03 · Changsuk Oh, H. Jin Kim

Object removal refers to the process of erasing designated objects from an image while preserving the overall appearance. Existing works on object removal erase removal targets using image inpainting networks. However, i…

Image InpaintingObject