CVMar 11, 2018

Cascade context encoder for improved inpainting

arXiv:1803.04033v1
Originality Incremental advance
AI Analysis

This work addresses image inpainting quality for computer vision applications, but it is incremental as it builds on existing context encoder methods.

The paper tackles image inpainting by cascading context encoders at increasing resolutions, resulting in visibly more plausible inpaintings. It also introduces a new quantitative evaluation measure, normalized squared-distortion, based on latent feature representations.

In this paper, we analyze if cascade usage of the context encoder with increasing input can improve the results of the inpainting. For this purpose, we train context encoder for 64x64 pixels images in a standard way and use its resized output to fill in the missing input region of the 128x128 context encoder, both in training and evaluation phase. As the result, the inpainting is visibly more plausible. In order to thoroughly verify the results, we introduce normalized squared-distortion, a measure for quantitative inpainting evaluation, and we provide its mathematical explanation. This is the first attempt to formalize the inpainting measure, which is based on the properties of latent feature representation, instead of L2 reconstruction loss.

Foundations

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

Your Notes