Shortcuts

colorization

Summary

  • Number of checkpoints: 1

  • Number of configs: 1

  • Number of papers: 1

    • ALGORITHM: 1

Instance-aware Image Colorization (CVPR’2020)

Task: Colorization

Abstract

Image colorization is inherently an ill-posed problem with multi-modal uncertainty. Previous methods leverage the deep neural network to map input grayscale images to plausible color outputs directly. Although these learning-based methods have shown impressive performance, they usually fail on the input images that contain multiple objects. The leading cause is that existing models perform learning and colorization on the entire image. In the absence of a clear figure-ground separation, these models cannot effectively locate and learn meaningful object-level semantics. In this paper, we propose a method for achieving instance-aware colorization. Our network architecture leverages an off-the-shelf object detector to obtain cropped object images and uses an instance colorization network to extract object-level features. We use a similar network to extract the full-image features and apply a fusion module to full object-level and image-level features to predict the final colors. Both colorization networks and fusion modules are learned from a large-scale dataset. Experimental results show that our work outperforms existing methods on different quality metrics and achieves state-of-the-art performance on image colorization.

Results and models

Model Dataset Download
instance_aware_colorization_officiial MS-COCO model

Quick Start

Colorization demo

You can use the following commands to colorize an image.

python demo/mmagic_inference_demo.py --model-name inst_colorization --img input.jpg --result-out-dir output.png

For more demos, you can refer to Tutorial 3: inference with pre-trained models.

Instance-aware Image Colorization (CVPR'2020)
@inproceedings{Su-CVPR-2020,
  author = {Su, Jheng-Wei and Chu, Hung-Kuo and Huang, Jia-Bin},
  title = {Instance-aware Image Colorization},
  booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2020}
}
Read the Docs v: latest
Versions
latest
stable
0.x
Downloads
pdf
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.