PaletteNet: Image Recolorization with Given Color Palette

Abstract

Image recolorization enhances the visual perception of an image for design and artistic purposes. In this work, we present a deep neural network, referred to as PaletteNet, which recolors an image according to a given target color palette that is useful to express the color concept of an image. PaletteNet takes two inputs: a source image to be recolored and a target palette. PaletteNet is then designed to change the color concept of a source image so that the palette of the output image is close to the target palette. To train PaletteNet, the proposed multi-task loss is composed of Euclidean loss and adversarial loss. The experimental results show that the proposed method outperforms the existing recolorization methods. Human experts with a commercial software take on average 18 minutes to recolor an image, while PaletteNet automatically recolors plausible results in less than a second.

Cite

Text

Cho et al. "PaletteNet: Image Recolorization with Given Color Palette." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017. doi:10.1109/CVPRW.2017.143

Markdown

[Cho et al. "PaletteNet: Image Recolorization with Given Color Palette." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017.](https://mlanthology.org/cvprw/2017/cho2017cvprw-palettenet/) doi:10.1109/CVPRW.2017.143

BibTeX

@inproceedings{cho2017cvprw-palettenet,
  title     = {{PaletteNet: Image Recolorization with Given Color Palette}},
  author    = {Cho, Junho and Yun, Sangdoo and Lee, Kyoungmu and Choi, Jin Young},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2017},
  pages     = {1058-1066},
  doi       = {10.1109/CVPRW.2017.143},
  url       = {https://mlanthology.org/cvprw/2017/cho2017cvprw-palettenet/}
}