paper-with-me

Papers

PixColor: Pixel Recursive Colorization

2017-05-19 · Sergio Guadarrama, Ryan Dahl, David Bieber, Mohammad Norouzi, Jonathon Shlens, Kevin Murphy

We propose a novel approach to automatically produce multiple colorized versions of a grayscale image. Our method results from the observation that the task of automated colorization is relatively easy given a low-resolution version of the color image. We first train a conditional PixelCNN to generate a low resolution color for a given grayscale image. Then, given the generated low-resolution color image and the original grayscale image as inputs, we train a second CNN to generate a high-resolution colorization of an image. We demonstrate that our approach produces more diverse and plausible colorizations than existing methods, as judged by human raters in a "Visual Turing Test".

📄 PDF Abstract BibTeX arXiv:1705.07208

Code (0)

등록된 구현이 없습니다.

Tasks

Colorization

Methods 이 논문이 사용한 방법론

Colorization Colorization is a self-supervision approach that relies on colorization as the pretext task in order to learn image representations.
PixelCNN A PixelCNN is a generative model that uses autoregressive connections to model images pixel by pixel, decomposing the joint image distribution as a product of conditionals.…

Similar Papers 제목 키워드 기반

A learning-based approach for automatic image and video colorization

2017-04-15 · Raj Kumar Gupta, Alex Yong-Sang Chia, Deepu Rajan, Huang Zhiyong

In this paper, we present a color transfer algorithm to colorize a broad range of gray images without any user intervention. The algorithm uses a machine learning-based approach to automatically colorize grayscale images…

ColorizationSuperpixels

Pixelated Semantic Colorization

2019-01-27 · Jiaojiao Zhao, Jungong Han, Ling Shao, Cees G. M. Snoek

While many image colorization algorithms have recently shown the capability of producing plausible color versions from gray-scale photographs, they still suffer from limited semantic understanding. To address this shortc…

ColorizationImage ColorizationObjectSemantic Segmentation

Fully Automatic Video Colorization with Self-Regularization and Diversity

2019-08-04 · CVPR 2019 6 · Chenyang Lei, Qifeng Chen

We present a fully automatic approach to video colorization with self-regularization and diversity. Our model contains a colorization network for video frame colorization and a refinement network for spatiotemporal color…

ColorizationDiversity

Pixel-level Semantics Guided Image Colorization

2018-08-05 · Jiaojiao Zhao, Li Liu, Cees G. M. Snoek, Jungong Han 외

While many image colorization algorithms have recently shown the capability of producing plausible color versions from gray-scale photographs, they still suffer from the problems of context confusion and edge color bleed…

ColorizationImage ColorizationSegmentationSemantic Segmentation

Learning Diverse Image Colorization

2016-12-06 · CVPR 2017 7 · Aditya Deshpande, Jiajun Lu, Mao-Chuang Yeh, Min Jin Chong 외

Colorization is an ambiguous problem, with multiple viable colorizations for a single grey-level image. However, previous methods only produce the single most probable colorization. Our goal is to model the diversity int…

ColorizationDecoderDiversityGenerative Adversarial Network+1