paper-with-me

Papers

Context Encoders: Feature Learning by Inpainting

2016-04-25 · CVPR 2016 6 · Deepak Pathak, Philipp Krahenbuhl, Jeff Donahue, Trevor Darrell, Alexei A. Efros

We present an unsupervised visual feature learning algorithm driven by context-based pixel prediction. By analogy with auto-encoders, we propose Context Encoders -- a convolutional neural network trained to generate the contents of an arbitrary image region conditioned on its surroundings. In order to succeed at this task, context encoders need to both understand the content of the entire image, as well as produce a plausible hypothesis for the missing part(s). When training context encoders, we have experimented with both a standard pixel-wise reconstruction loss, as well as a reconstruction plus an adversarial loss. The latter produces much sharper results because it can better handle multiple modes in the output. We found that a context encoder learns a representation that captures not just appearance but also the semantics of visual structures. We quantitatively demonstrate the effectiveness of our learned features for CNN pre-training on classification, detection, and segmentation tasks. Furthermore, context encoders can be used for semantic inpainting tasks, either stand-alone or as initialization for non-parametric methods.

📄 PDF Abstract BibTeX arXiv:1604.07379

Code (11)

pathak22/context-encoder 공식 구현 tf
Nexkia/Context_Encoder
Nirvan101/Image-Restoration-deep-learning
YeongHyeon/Context-Encoder tf
akshay-gupta123/Context-Encoder tf
basilevh/image-outpainting pytorch
chhankyao/3D_defect_detection pytorch
eriklindernoren/Keras-GAN pytorch
eriklindernoren/PyTorch-GAN pytorch
pdway53/GAN_Food_image_impair pytorch
shekkizh/TensorflowProjects tf

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

V-LinkNet: Learning Contextual Inpainting Across Latent Space of Generative Adversarial Network

2022-01-02 · Jireh Jam, Connah Kendrick, Vincent Drouard, Kevin Walker 외

Image inpainting is a key technique in image processing task to predict the missing regions and generate realistic images. Given the advancement of existing generative inpainting models with feature extraction, propagati…

Generative Adversarial NetworkImage Inpainting

Structural inpainting

2018-03-27 · Huy V. Vo, Ngoc Q. K. Duong, Patrick Perez

Scene-agnostic visual inpainting remains very challenging despite progress in patch-based methods. Recently, Pathak et al. 2016 have introduced convolutional "context encoders" (CEs) for unsupervised feature learning thr…

Light-weight pixel context encoders for image inpainting

2018-01-17 · Nanne van Noord, Eric Postma

In this work we propose Pixel Content Encoders (PCE), a light-weight image inpainting model, capable of generating novel con-tent for large missing regions in images. Unlike previously presented convolutional neural netw…

Image Inpainting

Iterative Image Inpainting with Structural Similarity Mask for Anomaly Detection

2021-01-01 · Hitoshi Nakanishi, Masahiro Suzuki, Yutaka Matsuo

Autoencoders have emerged as popular methods for unsupervised anomaly detection. Autoencoders trained on the normal data are expected to reconstruct only the normal features, allowing anomaly detection by thresholding re…

Anomaly DetectionImage InpaintingUnsupervised Anomaly Detection

Free-Form Image Inpainting via Contrastive Attention Network

2020-10-29 · Xin Ma, Xiaoqiang Zhou, Huaibo Huang, Zhenhua Chai 외

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 d…

DecoderFormImage Inpainting