CVOct 29, 2020

Free-Form Image Inpainting via Contrastive Attention Network

arXiv:2010.15643v18 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of generating high-quality inpainting results for complex free-form masks in images, which is incremental as it builds upon existing deep learning approaches.

The paper tackled the problem of free-form image inpainting, where masks of any shape can appear anywhere, by proposing a self-supervised Siamese inference network and a multi-scale decoder with a dual attention fusion module, resulting in outperforming state-of-the-art methods on multiple datasets.

Most deep learning based image inpainting approaches adopt autoencoder or its variants to fill missing regions in images. Encoders are usually utilized to learn powerful representational spaces, which are important for dealing with sophisticated learning tasks. Specifically, in image inpainting tasks, masks with any shapes can appear anywhere in images (i.e., free-form masks) which form complex patterns. It is difficult for encoders to capture such powerful representations under this complex situation. To tackle this problem, we propose a self-supervised Siamese inference network to improve the robustness and generalization. It can encode contextual semantics from full resolution images and obtain more discriminative representations. we further propose a multi-scale decoder with a novel dual attention fusion module (DAF), which can combine both the restored and known regions in a smooth way. This multi-scale architecture is beneficial for decoding discriminative representations learned by encoders into images layer by layer. In this way, unknown regions will be filled naturally from outside to inside. Qualitative and quantitative experiments on multiple datasets, including facial and natural datasets (i.e., Celeb-HQ, Pairs Street View, Places2 and ImageNet), demonstrate that our proposed method outperforms state-of-the-art methods in generating high-quality inpainting results.

Foundations

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

Your Notes