paper-with-me

Papers

Instance-aware Image Colorization

2020-05-21 · CVPR 2020 6 · Jheng-Wei Su, Hung-Kuo Chu, Jia-Bin Huang

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.

📄 PDF Abstract BibTeX arXiv:2005.10825

Code (2)

ericsujw/InstColorization 공식 구현 pytorch
ariG23498/instance-aware-colorization-TF tf

Tasks

ColorizationImage ColorizationObjectPoint-interactive Image Colorization

Methods 이 논문이 사용한 방법론

Colorization Colorization is a self-supervision approach that relies on colorization as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

Controllable Image Colorization with Instance-aware Texts and Masks

2025-05-13 · Yanru An, Ling Gui, Qiang Hu, Chunlei Cai 외

Recently, the application of deep learning in image colorization has received widespread attention. The maturation of diffusion models has further advanced the development of image colorization models. However, current m…

ColorizationImage Colorization

L-CoIns: Language-Based Colorization With Instance Awareness

2023-01-01 · CVPR 2023 1 · Zheng Chang, Shuchen Weng, Peixuan Zhang, Yu Li 외

Language-based colorization produces plausible colors consistent with the language description provided by the user. Recent studies introduce additional annotation to prevent color-object coupling and mismatch issues…

ColorizationDescriptiveObject

L-CAD: Language-based Colorization with Any-level Descriptions using Diffusion Priors

2023-05-24 · NeurIPS 2023 11

Language-based colorization produces plausible and visually pleasing colors under the guidance of user-friendly natural language descriptions. Previous methods implicitly assume that users provide comprehensive color des…

Colorization

L-C4: Language-Based Video Colorization for Creative and Consistent Color

2024-10-07 · Zheng Chang, Shuchen Weng, Huan Ouyang, Yu Li 외

Automatic video colorization is inherently an ill-posed problem because each monochrome frame has multiple optional color candidates. Previous exemplar-based video colorization methods restrict the user's imagination due…

ColorizationImage Colorization

Uni-Animator: Towards Unified Visual Colorization

2026-02-26 · Xinyuan Chen, Yao Xu, Shaowen Wang, Pengjie Song 외 arxiv

We propose Uni-Animator, a novel Diffusion Transformer (DiT)-based framework for unified image and video sketch colorization. Existing sketch colorization methods struggle to unify image and video tasks, suffering from i…