CVMMMay 24, 2020

High-Resolution Image Inpainting with Iterative Confidence Feedback and Guided Upsampling

arXiv:2005.11742v2184 citations
Originality Incremental advance
AI Analysis

This addresses image inpainting artifacts for applications like object removal, though it appears incremental as it builds on existing techniques like Contextual Attention.

The paper tackles the problem of artifacts in image inpainting for large holes by proposing an iterative method with confidence feedback and guided upsampling, achieving significant outperformance over existing methods in quantitative and qualitative evaluations.

Existing image inpainting methods often produce artifacts when dealing with large holes in real applications. To address this challenge, we propose an iterative inpainting method with a feedback mechanism. Specifically, we introduce a deep generative model which not only outputs an inpainting result but also a corresponding confidence map. Using this map as feedback, it progressively fills the hole by trusting only high-confidence pixels inside the hole at each iteration and focuses on the remaining pixels in the next iteration. As it reuses partial predictions from the previous iterations as known pixels, this process gradually improves the result. In addition, we propose a guided upsampling network to enable generation of high-resolution inpainting results. We achieve this by extending the Contextual Attention module to borrow high-resolution feature patches in the input image. Furthermore, to mimic real object removal scenarios, we collect a large object mask dataset and synthesize more realistic training data that better simulates user inputs. Experiments show that our method significantly outperforms existing methods in both quantitative and qualitative evaluations. More results and Web APP are available at https://zengxianyu.github.io/iic.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes