CVMay 21, 2020

Instance-aware Image Colorization

arXiv:2005.10825v1239 citations
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in image colorization for complex scenes, offering an incremental improvement over previous methods.

The paper tackles the problem of image colorization for images containing multiple objects, where existing methods often fail, by proposing an instance-aware approach that uses object detection and fusion of object-level and image-level features, resulting in state-of-the-art performance on various quality metrics.

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.

Code Implementations2 repos
Foundations

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

Your Notes