English

UniColor: A Unified Framework for Multi-Modal Colorization with Transformer

Computer Vision and Pattern Recognition 2022-09-23 v1 Graphics

Abstract

We propose the first unified framework UniColor to support colorization in multiple modalities, including both unconditional and conditional ones, such as stroke, exemplar, text, and even a mix of them. Rather than learning a separate model for each type of condition, we introduce a two-stage colorization framework for incorporating various conditions into a single model. In the first stage, multi-modal conditions are converted into a common representation of hint points. Particularly, we propose a novel CLIP-based method to convert the text to hint points. In the second stage, we propose a Transformer-based network composed of Chroma-VQGAN and Hybrid-Transformer to generate diverse and high-quality colorization results conditioned on hint points. Both qualitative and quantitative comparisons demonstrate that our method outperforms state-of-the-art methods in every control modality and further enables multi-modal colorization that was not feasible before. Moreover, we design an interactive interface showing the effectiveness of our unified framework in practical usage, including automatic colorization, hybrid-control colorization, local recolorization, and iterative color editing. Our code and models are available at https://luckyhzt.github.io/unicolor.

Keywords

Cite

@article{arxiv.2209.11223,
  title  = {UniColor: A Unified Framework for Multi-Modal Colorization with Transformer},
  author = {Zhitong Huang and Nanxuan Zhao and Jing Liao},
  journal= {arXiv preprint arXiv:2209.11223},
  year   = {2022}
}

Comments

Accepted by SIGGRAPH Asia 2022. Project page: https://luckyhzt.github.io/unicolor

R2 v1 2026-06-28T01:55:23.888Z