CVGRApr 21, 2023

Improved Diffusion-based Image Colorization via Piggybacked Models

arXiv:2304.11105v127 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the challenge of image colorization for applications in photography and media, but it is incremental as it builds on existing diffusion models.

The paper tackles the problem of generating realistic and diverse colorized images from grayscale inputs by piggybacking on pre-trained text-to-image diffusion models, achieving state-of-the-art perceptual quality in experiments.

Image colorization has been attracting the research interests of the community for decades. However, existing methods still struggle to provide satisfactory colorized results given grayscale images due to a lack of human-like global understanding of colors. Recently, large-scale Text-to-Image (T2I) models have been exploited to transfer the semantic information from the text prompts to the image domain, where text provides a global control for semantic objects in the image. In this work, we introduce a colorization model piggybacking on the existing powerful T2I diffusion model. Our key idea is to exploit the color prior knowledge in the pre-trained T2I diffusion model for realistic and diverse colorization. A diffusion guider is designed to incorporate the pre-trained weights of the latent diffusion model to output a latent color prior that conforms to the visual semantics of the grayscale input. A lightness-aware VQVAE will then generate the colorized result with pixel-perfect alignment to the given grayscale image. Our model can also achieve conditional colorization with additional inputs (e.g. user hints and texts). Extensive experiments show that our method achieves state-of-the-art performance in terms of perceptual quality.

Code Implementations1 repo
Foundations

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

Your Notes