paper-with-me

홈 › Papers

Interactive Image Inpainting Using Semantic Guidance

2022-01-26 · Wangbo Yu, Jinhao Du, Ruixin Liu, Yixuan Li, Yuesheng Zhu

Image inpainting approaches have achieved significant progress with the help of deep neural networks. However, existing approaches mainly focus on leveraging the priori distribution learned by neural networks to produce a single inpainting result or further yielding multiple solutions, where the controllability is not well studied. This paper develops a novel image inpainting approach that enables users to customize the inpainting result by their own preference or memory. Specifically, our approach is composed of two stages that utilize the prior of neural network and user's guidance to jointly inpaint corrupted images. In the first stage, an autoencoder based on a novel external spatial attention mechanism is deployed to produce reconstructed features of the corrupted image and a coarse inpainting result that provides semantic mask as the medium for user interaction. In the second stage, a semantic decoder that takes the reconstructed features as prior is adopted to synthesize a fine inpainting result guided by user's customized semantic mask, so that the final inpainting result will share the same content with user's guidance while the textures and colors reconstructed in the first stage are preserved. Extensive experiments demonstrate the superiority of our approach in terms of inpainting quality and controllability.

📄 PDF Abstract BibTeX arXiv:2201.10753

Code (1)

mark-yu1/interactive-image-inpainting 공식 구현 pytorch

Tasks

DecoderImage Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

SPG-Net: Segmentation Prediction and Guidance Network for Image Inpainting

2018-05-09 · Yuhang Song, Chao Yang, Yeji Shen, Peng Wang 외

In this paper, we focus on image inpainting task, aiming at recovering the missing area of an incomplete image given the context information. Recent development in deep generative models enables an efficient end-to-end f…

Image GenerationImage InpaintingInteractive SegmentationSegmentation+1

Fashion Editing with Adversarial Parsing Learning

2019-06-03 · CVPR 2020 6 · Haoye Dong, Xiaodan Liang, Yixuan Zhang, Xujie Zhang 외

Interactive fashion image manipulation, which enables users to edit images with sketches and color strokes, is an interesting research problem with great application value. Existing works often treat it as a general inpa…

DecoderGenerative Adversarial NetworkHuman ParsingImage Manipulation

Boosted GAN with Semantically Interpretable Information for Image Inpainting

2019-08-13 · Ang Li, Jianzhong Qi, Rui Zhang, Ramamohanarao Kotagiri

Image inpainting aims at restoring missing region of corrupted images, which has many applications such as image restoration and object removal. However, current GAN-based inpainting models fail to explicitly consider th…

AttributeImage InpaintingImage RestorationSegmentation

Guidance and Evaluation: Semantic-Aware Image Inpainting for Mixed Scenes

2020-03-15 · ECCV 2020 8 · Liang Liao, Jing Xiao, Zheng Wang, Chia-Wen Lin 외

Completing a corrupted image with correct structures and reasonable textures for a mixed scene remains an elusive challenge. Since the missing hole in a mixed scene of a corrupted image often contains various semantic in…

Image InpaintingSemantic SegmentationTexture Synthesis

CSF-Net: Context-Semantic Fusion Network for Large Mask Inpainting

2025-11-11 · Chae-Yeon Heo, Yeong-Jun Cho arxiv

In this paper, we propose a semantic-guided framework to address the challenging problem of large-mask image inpainting, where essential visual content is missing and contextual cues are limited. To compensate for the li…

Image Inpainting