CVFeb 28, 2017

Cascade one-vs-rest detection network for fine-grained recognition without part annotations

arXiv:1702.08692v2
AI Analysis

This addresses the problem of reducing annotation costs for fine-grained recognition in computer vision, though it is incremental as it builds on existing detection networks.

The paper tackles fine-grained recognition without part annotations by proposing a cascaded CNN detection framework that eliminates background and uses a one-vs-rest loss, achieving comparable performance to state-of-the-art part-free methods on the CUB-200-2011 Bird dataset and outperforming most part-based methods.

Fine-grained recognition is a challenging task due to the small intra-category variances. Most of top-performing fine-grained recognition methods leverage parts of objects for better performance. Therefore, part annotations which are extremely computationally expensive are required. In this paper, we propose a novel cascaded deep CNN detection framework for fine-grained recognition which is trained to detect the whole object without considering parts. Nevertheless, most of current top-performing detection networks use the N+1 class (N object categories plus background) softmax loss, and the background category with much more training samples dominates the feature learning progress so that the features are not good for object categories with fewer samples. To bridge this gap, we introduce a cascaded structure to eliminate background and exploit a one-vs-rest loss to capture more minute variances among different subordinate categories. Experiments show that our proposed recognition framework achieves comparable performance with state-of-the-art, part-free, fine-grained recognition methods on the CUB-200-2011 Bird dataset. Moreover, our method even outperforms most of part-based methods while does not need part annotations at the training stage and is free from any annotations at test stage.

Foundations

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

Your Notes