CVMMAug 8, 2024

MultiColor: Image Colorization by Learning from Multiple Color Spaces

arXiv:2408.04172v116 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the problem of generating realistic color images from grayscale inputs for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles image colorization by leveraging multiple color spaces, showing that each has unique color distributions and their complementarity improves results. The proposed MultiColor method outperforms state-of-the-art approaches in experiments on real-world datasets.

Deep networks have shown impressive performance in the image restoration tasks, such as image colorization. However, we find that previous approaches rely on the digital representation from single color model with a specific mapping function, a.k.a., color space, during the colorization pipeline. In this paper, we first investigate the modeling of different color spaces, and find each of them exhibiting distinctive characteristics with unique distribution of colors. The complementarity among multiple color spaces leads to benefits for the image colorization task. We present MultiColor, a new learning-based approach to automatically colorize grayscale images that combines clues from multiple color spaces. Specifically, we employ a set of dedicated colorization modules for individual color space. Within each module, a transformer decoder is first employed to refine color query embeddings and then a color mapper produces color channel prediction using the embeddings and semantic features. With these predicted color channels representing various color spaces, a complementary network is designed to exploit the complementarity and generate pleasing and reasonable colorized images. We conduct extensive experiments on real-world datasets, and the results demonstrate superior performance over the state-of-the-arts.

Foundations

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

Your Notes