CVLGJan 19, 2021

Collaboration among Image and Object Level Features for Image Colourisation

arXiv:2101.07576v1
Originality Incremental advance
AI Analysis

This addresses image colorization for computer vision applications, offering a fully self-supervised method that improves quality without human input, though it is incremental as it builds on existing CNN and capsule approaches.

The paper tackles the ill-posed problem of image colorization by proposing UCapsNet, a single network that combines image-level and object-level features using convolutions and capsules, achieving state-of-the-art performance on benchmark datasets and being preferred in user studies.

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 object-level semantics unless multiple models pretrained with supervision are considered. In this work, we propose a single network, named UCapsNet, that separate image-level features obtained through convolutions and object-level features captured by means of capsules. Then, by skip connections over different layers, we enforce collaboration between such disentangling factors to produce high quality and plausible image colourisation. We pose the problem as a classification task that can be addressed by a fully self-supervised 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 a state of the art performances on image colourisation. A large scale user study shows that our method is preferred over existing solutions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes