paper-with-me

홈 › Papers

CR-Fill: Generative Image Inpainting With Auxiliary Contextual Reconstruction

2021-01-01 · ICCV 2021 10 · Yu Zeng, Zhe Lin, Huchuan Lu, Vishal M. Patel

Recent deep generative inpainting methods use attention layers to allow the generator to explicitly borrow feature patches from the known region to complete a missing region. Due to the lack of supervision signals for the correspondence between missing regions and known regions, it may fail to find proper reference features, which often leads to artifacts in the results. Also, it computes pair-wise similarity across the entire feature map during inference bringing a significant computational overhead. To address this issue, we propose to teach such patch-borrowing behavior to an attention-free generator by joint training of an auxiliary contextual reconstruction task, which encourages the generated output to be plausible even when reconstructed by surrounding regions. The auxiliary branch can be seen as a learnable loss function, i.e. named as contextual reconstruction (CR) loss, where query-reference feature similarity and reference-based reconstructor are jointly optimized with the inpainting generator. The auxiliary branch (i.e. CR loss) is required only during training, and only the inpainting generator is required during the inference. Experimental results demonstrate that the proposed inpainting model compares favourably against the state-of-the-art in terms of quantitative and visual performance. Code is available at https://github.com/zengxianyu/crfill.

📄 PDF Abstract BibTeX

Code (1)

zengxianyu/crfill 공식 구현 pytorch

Tasks

Image Inpainting

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

CR-Fill: Generative Image Inpainting with Auxiliary Contexutal Reconstruction

2020-11-25 · Yu Zeng, Zhe Lin, Huchuan Lu, Vishal M. Patel

Recent deep generative inpainting methods use attention layers to allow the generator to explicitly borrow feature patches from the known region to complete a missing region. Due to the lack of supervision signals for th…

Image Inpainting

Brush2Prompt: Contextual Prompt Generator for Object Inpainting

2024-01-01 · CVPR 2024 1 · Mang Tik Chiu, Yuqian Zhou, Lingzhi Zhang, Zhe Lin 외

Object inpainting is a task that involves adding objects to real images and seamlessly compositing them. With the recent commercialization of products like Stable Diffusion and Generative Fill inserting objects into …

DiversityObject

Contextual Attention Mechanism, SRGAN Based Inpainting System for Eliminating Interruptions from Images

2022-04-06 · Narayana Darapaneni, Vaibhav Kherde, Kameswara Rao, Deepali Nikam 외

The new alternative is to use deep learning to inpaint any image by utilizing image classification and computer vision techniques. In general, image inpainting is a task of recreating or reconstructing any broken image w…

image-classificationImage ClassificationImage Inpainting

Learning Pyramid-Context Encoder Network for High-Quality Image Inpainting

2019-04-16 · CVPR 2019 6 · Yanhong Zeng, Jianlong Fu, Hongyang Chao, Baining Guo

High-quality image inpainting requires filling missing regions in a damaged image with plausible content. Existing works either fill the regions by copying image patches or generating semantically-coherent patches from r…

DecoderImage InpaintingVocal Bursts Intensity Prediction

Semantic Image Inpainting Through Improved Wasserstein Generative Adversarial Networks

2018-12-03 · Patricia Vitoria, Joan Sintes, Coloma Ballester

Image inpainting is the task of filling-in missing regions of a damaged or incomplete image. In this work we tackle this problem not only by using the available visual data but also by incorporating image semantics throu…

Generative Adversarial NetworkImage Inpainting