English

Generator Pyramid for High-Resolution Image Inpainting

Computer Vision and Pattern Recognition 2020-12-07 v1 Image and Video Processing

Abstract

Inpainting high-resolution images with large holes challenges existing deep learning based image inpainting methods. We present a novel framework -- PyramidFill for high-resolution image inpainting task, which explicitly disentangles content completion and texture synthesis. PyramidFill attempts to complete the content of unknown regions in a lower-resolution image, and synthesis the textures of unknown regions in a higher-resolution image, progressively. Thus, our model consists of a pyramid of fully convolutional GANs, wherein the content GAN is responsible for completing contents in the lowest-resolution masked image, and each texture GAN is responsible for synthesizing textures in a higher-resolution image. Since completing contents and synthesising textures demand different abilities from generators, we customize different architectures for the content GAN and texture GAN. Experiments on multiple datasets including CelebA-HQ, Places2 and a new natural scenery dataset (NSHQ) with different resolutions demonstrate that PyramidFill generates higher-quality inpainting results than the state-of-the-art methods. To better assess high-resolution image inpainting methods, we will release NSHQ, high-quality natural scenery images with high-resolution 1920×\times1080.

Keywords

Cite

@article{arxiv.2012.02381,
  title  = {Generator Pyramid for High-Resolution Image Inpainting},
  author = {Leilei Cao and Tong Yang and Yixu Wang and Bo Yan and Yandong Guo},
  journal= {arXiv preprint arXiv:2012.02381},
  year   = {2020}
}

Comments

Under review

R2 v1 2026-06-23T20:43:28.662Z