paper-with-me

Papers

Pixel-level Semantics Guided Image Colorization

2018-08-05 · Jiaojiao Zhao, Li Liu, Cees G. M. Snoek, Jungong Han, Ling Shao

While many image colorization algorithms have recently shown the capability of producing plausible color versions from gray-scale photographs, they still suffer from the problems of context confusion and edge color bleeding. To address context confusion, we propose to incorporate the pixel-level object semantics to guide the image colorization. The rationale is that human beings perceive and distinguish colors based on the object's semantic categories. We propose a hierarchical neural network with two branches. One branch learns what the object is while the other branch learns the object's colors. The network jointly optimizes a semantic segmentation loss and a colorization loss. To attack edge color bleeding we generate more continuous color maps with sharp edges by adopting a joint bilateral upsamping layer at inference. Our network is trained on PASCAL VOC2012 and COCO-stuff with semantic segmentation labels and it produces more realistic and finer results compared to the colorization state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1808.01597

Code (0)

등록된 구현이 없습니다.

Tasks

ColorizationImage ColorizationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Pixelated Semantic Colorization

2019-01-27 · Jiaojiao Zhao, Jungong Han, Ling Shao, Cees G. M. Snoek

While many image colorization algorithms have recently shown the capability of producing plausible color versions from gray-scale photographs, they still suffer from limited semantic understanding. To address this shortc…

ColorizationImage ColorizationObjectSemantic Segmentation

Audio-Infused Automatic Image Colorization by Exploiting Audio Scene Semantics

2024-01-24 · Pengcheng Zhao, Yanxiang Chen, Yang Zhao, Zhao Zhang

Automatic image colorization is inherently an ill-posed problem with uncertainty, which requires an accurate semantic understanding of scenes to estimate reasonable colors for grayscale images. Although recent interactio…

ColorizationImage Colorization

Diffusing Colors: Image Colorization with Text Guided Diffusion

2023-12-07 · Nir Zabari, Aharon Azulay, Alexey Gorkor, Tavi Halperin 외

The colorization of grayscale images is a complex and subjective task with significant challenges. Despite recent progress in employing large-scale datasets with deep neural networks, difficulties with controllability an…

ColorizationImage Colorization

SPColor: Semantic Prior Guided Exemplar-based Image Colorization

2023-04-13 · Siqi Chen, Xueming Li, Xianlin Zhang, Mingdao Wang 외

Exemplar-based image colorization aims to colorize a target grayscale image based on a color reference image, and the key is to establish accurate pixel-level semantic correspondence between these two images. Previous me…

ColorizationImage ColorizationSemantic correspondence

SCGAN: Saliency Map-guided Colorization with Generative Adversarial Network

2020-11-23 · Yuzhi Zhao, Lai-Man Po, Kwok-Wai Cheung, Wing-Yin Yu 외

Given a grayscale photograph, the colorization system estimates a visually plausible colorful image. Conventional methods often use semantics to colorize grayscale images. However, in these methods, only classification s…

ColorizationDecoderGenerative Adversarial Network