CVNov 7, 2018

ColorUNet: A convolutional classification approach to colorization

arXiv:1811.03120v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses colorization for grayscale images, particularly in landscapes, but is incremental as it builds on existing classification-based approaches and U-Net architectures.

The paper tackles grayscale image colorization by using a lightweight U-Net-inspired convolutional neural network that treats colorization as a classification problem over a finite color set, achieving satisfactory results on landscape images with data augmentation improving performance and robustness.

This paper tackles the challenge of colorizing grayscale images. We take a deep convolutional neural network approach, and choose to take the angle of classification, working on a finite set of possible colors. Similarly to a recent paper, we implement a loss and a prediction function that favor realistic, colorful images rather than "true" ones. We show that a rather lightweight architecture inspired by the U-Net, and trained on a reasonable amount of pictures of landscapes, achieves satisfactory results on this specific subset of pictures. We show that data augmentation significantly improves the performance and robustness of the model, and provide visual analysis of the prediction confidence. We show an application of our model, extending the task to video colorization. We suggest a way to smooth color predictions across frames, without the need to train a recurrent network designed for sequential inputs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes