paper-with-me

Papers

Generative Image Inpainting with Segmentation Confusion Adversarial Training and Contrastive Learning

2023-03-23 · Zhiwen Zuo, Lei Zhao, Ailin Li, Zhizhong Wang, Zhanjie Zhang, Jiafu Chen, Wei Xing, Dongming Lu

This paper presents a new adversarial training framework for image inpainting with segmentation confusion adversarial training (SCAT) and contrastive learning. SCAT plays an adversarial game between an inpainting generator and a segmentation network, which provides pixel-level local training signals and can adapt to images with free-form holes. By combining SCAT with standard global adversarial training, the new adversarial training framework exhibits the following three advantages simultaneously: (1) the global consistency of the repaired image, (2) the local fine texture details of the repaired image, and (3) the flexibility of handling images with free-form holes. Moreover, we propose the textural and semantic contrastive learning losses to stabilize and improve our inpainting model's training by exploiting the feature representation space of the discriminator, in which the inpainting images are pulled closer to the ground truth images but pushed farther from the corrupted images. The proposed contrastive losses better guide the repaired images to move from the corrupted image data points to the real image data points in the feature representation space, resulting in more realistic completed images. We conduct extensive experiments on two benchmark datasets, demonstrating our model's effectiveness and superiority both qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2303.13133

Code (1)

zzw-zjgsu/Generative-Image-Inpainting 공식 구현 pytorch

Tasks

Contrastive LearningImage Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

RGB-D Image Inpainting Using Generative Adversarial Network with a Late Fusion Approach

2021-10-14 · Ryo Fujii, Ryo Hachiuma, Hideo Saito

Diminished reality is a technology that aims to remove objects from video images and fills in the missing region with plausible pixels. Most conventional methods utilize the different cameras that capture the same scene …

Generative Adversarial NetworkImage Inpaintingobject-detectionObject Detection+1

Face Completion with Semantic Knowledge and Collaborative Adversarial Learning

2018-12-08 · Haofu Liao, Gareth Funka-Lea, Yefeng Zheng, Jiebo Luo 외

Unlike a conventional background inpainting approach that infers a missing area from image patches similar to the background, face completion requires semantic knowledge about the target object for realistic outputs. Cur…

Facial InpaintingImage InpaintingSemantic Segmentation

Multi-Modality Image Inpainting using Generative Adversarial Networks

2022-06-18 · Aref Abedjooy, Mehran Ebrahimi

Deep learning techniques, especially Generative Adversarial Networks (GANs) have significantly improved image inpainting and image-to-image translation tasks over the past few years. To the best of our knowledge, the pro…

Image InpaintingImage-to-Image TranslationTranslation

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

Quaternion Generative Adversarial Neural Networks and Applications to Color Image Inpainting

2024-06-17 · Duan Wang, Dandan Zhu, Meixiang Zhao, Zhigang Jia

Color image inpainting is a challenging task in imaging science. The existing method is based on real operation, and the red, green and blue channels of the color image are processed separately, ignoring the correlation …

Image Inpainting