Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Instance-aware Image Colorization

About

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.

Jheng-Wei Su, Hung-Kuo Chu, Jia-Bin Huang• 2020

Related benchmarks

TaskDatasetResultRank
Image ColorizationExtended COCO-Stuff (test)
PSNR23.76
20
Image ColorizationMulti-instance (test)
PSNR23.59
20
Full-image colorizationCOCO Stuff (val)
LPIPS0.095
18
ColorizationImageNet (test)
FID8.06
11
Full-image colorizationImageNet (ctest10k)
LPIPS0.125
9
Full-image colorizationPlaces205 (val)
LPIPS0.12
9
ColorizationColourization (Col)
FID26.37
9
Video ColorizationDAVIS 30
CDC (True)3.05
8
Visual RealismExtended COCO-Stuff (test)
Selection Rate11.68
8
Visual RealismMulti-instance (test)
Selection Rate10.36
8
Showing 10 of 12 rows

Other info

Code

Follow for update