paper-with-me

홈 › 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 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.

📄 PDF Abstract BibTeX arXiv:2011.12836

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 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 fo…

Image Inpainting

High-Fidelity Image Inpainting with Multimodal Guided GAN Inversion

2025-04-17 · Libo Zhang, Yongsheng Yu, Jiali Yao, Heng Fan

Generative Adversarial Network (GAN) inversion have demonstrated excellent performance in image inpainting that aims to restore lost or damaged image texture using its unmasked content. Previous GAN inversion-based metho…

Generative Adversarial NetworkImage InpaintingSemantic Segmentation

Unbiased Multi-Modality Guidance for Image Inpainting

2022-08-25 · Yongsheng Yu, Dawei Du, Libo Zhang, Tiejian Luo

Image inpainting is an ill-posed problem to recover missing or damaged image content based on incomplete images with masks. Previous works usually predict the auxiliary structures (e.g., edges, segmentation and contours)…

Image InpaintingSemantic Segmentation

Auxiliary Loss Reweighting for Image Inpainting

2021-11-14 · Siqi Hui, Sanping Zhou, Ye Deng, Wenli Huang 외

Image Inpainting is a task that aims to fill in missing regions of corrupted images with plausible contents. Recent inpainting methods have introduced perceptual and style losses as auxiliary losses to guide the learning…

Image Inpainting

NeRFiller: Completing Scenes via Generative 3D Inpainting

2023-12-07 · CVPR 2024 1 · Ethan Weber, Aleksander Hołyński, Varun Jampani, Saurabh Saxena 외

We propose NeRFiller, an approach that completes missing portions of a 3D capture via generative 3D inpainting using off-the-shelf 2D visual generative models. Often parts of a captured 3D scene or object are missing due…

3D Inpainting