AAAI2020

Cycle-CNN for Colorization towards Real Monochrome-Color Camera Systems

Xuan Dong, Weixin Li, Xiaojie Wang, Yunhong Wang

被引用 11 次

摘要

Colorization in monochrome-color camera systems aims to colorize the gray image I G from the monochrome camera using the color image R C from the color camera as reference. Since monochrome cameras have better imaging quality than color cameras, the colorization can help obtain higher quality color images. Related learning based methods usually simulate the monochrome-color camera systems to generate the synthesized data for training, due to the lack of ground-truth color information of the gray image in the real data. However, the methods that are trained relying on the synthesized data may get poor results when colorizing real data, because the synthesized data may deviate from the real data. We present a new CNN model, named cycle CNN, which can directly use the real data from monochrome-color camera systems for training. In detail, we use the colorization CNN model to do the colorization twice. First, we colorize I G using R C as reference to obtain the first-time colorization result I C . Second, we colorize the de-colored map of R C , i.e. R G , using the first-time colorization result I C as reference to obtain the second-time colorization result R C . In this way, for the second-time colorization result R C , we use the original color map R C as ground-truth and introduce the cycle consistency loss to push R C ≈ R C . Also, for the first-time colorization result I C , we propose a structure similarity loss to encourage the luminance maps between I G and I C to have similar structures. In addition, we introduce a spatial smoothness loss within the colorization CNN model to encourage spatial smoothness of the colorization result. Combining all these losses, we could train the colorization CNN model using the real data in the absence of the ground-truth color information of I G . Experimental results show that we can outperform related methods largely for colorizing real data.