Collaborative Image and Object Level Features for Image Colourisation

Abstract

Image colourisation is an ill-posed problem, with multiple correct solutions which depend on the context and object instances present in the input datum. Previous approaches attacked the problem either by requiring intense user-interactions or by exploiting the ability of convolutional neural networks (CNNs) in learning image-level (context) features. However, obtaining human hints is not always feasible and CNNs alone are not able to learn entity-level semantics, unless multiple models pre-trained with supervision are considered. In this work, we propose a single network, named UCapsNet, that takes into consideration the image-level features obtained through convolutions and entity-level features captured by means of capsules. Then, by skip connections over different layers, we enforce collaboration between such the convolutional and entity factors to produce a high-quality and plausible image colourisation. We pose the problem as a classification task that can be addressed by a fully unsupervised approach, thus requires no human effort. Experimental results on three benchmark datasets show that our approach outperforms existing methods on standard quality metrics and achieves state-of-the-art performances on image colourisation. A large scale user study shows that our method is preferred over existing solutions. Code available at https://github.com/Riretta/Image_Colourisation_WiCV_2021.

Cite

Text

Pucci et al. "Collaborative Image and Object Level Features for Image Colourisation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021. doi:10.1109/CVPRW53098.2021.00245

Markdown

[Pucci et al. "Collaborative Image and Object Level Features for Image Colourisation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021.](https://mlanthology.org/cvprw/2021/pucci2021cvprw-collaborative/) doi:10.1109/CVPRW53098.2021.00245

BibTeX

@inproceedings{pucci2021cvprw-collaborative,
  title     = {{Collaborative Image and Object Level Features for Image Colourisation}},
  author    = {Pucci, Rita and Micheloni, Christian and Martinel, Niki},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2021},
  pages     = {2160-2169},
  doi       = {10.1109/CVPRW53098.2021.00245},
  url       = {https://mlanthology.org/cvprw/2021/pucci2021cvprw-collaborative/}
}