CVJan 28, 2019

CoCoNet: A Collaborative Convolutional Network

arXiv:1901.09886v4
Originality Incremental advance
AI Analysis

This work addresses fine-grained categorization for computer vision applications, but it appears incremental as it builds on existing deep learning approaches with a novel collaborative layer.

The authors tackled fine-grained visual categorization by proposing CoCoNet, a deep network that uses a collaborative layer to represent images as weighted collaborations of features, achieving improved performance with limited samples and outperforming some state-of-the-art methods on bird species classification.

We present an end-to-end deep network for fine-grained visual categorization called Collaborative Convolutional Network (CoCoNet). The network uses a collaborative layer after the convolutional layers to represent an image as an optimal weighted collaboration of features learned from training samples as a whole rather than one at a time. This gives CoCoNet more power to encode the fine-grained nature of the data with limited samples. We perform a detailed study of the performance with 1-stage and 2-stage transfer learning. The ablation study shows that the proposed method outperforms its constituent parts consistently. CoCoNet also outperforms few state-of-the-art competing methods. Experiments have been performed on the fine-grained bird species classification problem as a representative example, but the method may be applied to other similar tasks. We also introduce a new public dataset for fine-grained species recognition, that of Indian endemic birds and have reported initial results on it.

Foundations

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

Your Notes