Colorful Image Colorization
Richard Zhang, Phillip Isola, Alexei A. Efros
TL;DR
This paper tackles automatic colorization of grayscale images, a highly underconstrained task. It proposes a CNN that treats color as a multimodal distribution over quantized ab values and uses class rebalancing and an annealed-mean to produce vibrant results. It demonstrates the learned representations as a strong self-supervised signal, yielding improvements in downstream classification and segmentation, and shows the approach generalizes to legacy photos. The method outperforms prior colorization approaches on perceptual realism and self-supervised benchmarks, establishing colorization as both a graphics tool and a viable pretext task for representation learning.
Abstract
Given a grayscale photograph as input, this paper attacks the problem of hallucinating a plausible color version of the photograph. This problem is clearly underconstrained, so previous approaches have either relied on significant user interaction or resulted in desaturated colorizations. We propose a fully automatic approach that produces vibrant and realistic colorizations. We embrace the underlying uncertainty of the problem by posing it as a classification task and use class-rebalancing at training time to increase the diversity of colors in the result. The system is implemented as a feed-forward pass in a CNN at test time and is trained on over a million color images. We evaluate our algorithm using a "colorization Turing test," asking human participants to choose between a generated and ground truth color image. Our method successfully fools humans on 32% of the trials, significantly higher than previous methods. Moreover, we show that colorization can be a powerful pretext task for self-supervised feature learning, acting as a cross-channel encoder. This approach results in state-of-the-art performance on several feature learning benchmarks.
