CVNov 24, 2014

The Application of Two-level Attention Models in Deep Convolutional Neural Network for Fine-grained Image Classification

arXiv:1411.6447v1819 citations
Originality Incremental advance
AI Analysis

This addresses the problem of fine-grained classification for computer vision researchers by offering a weakly supervised method that avoids costly annotations, though it is incremental as it builds on existing attention-based pipelines.

The paper tackled fine-grained image classification by integrating three types of visual attention in a deep neural network to improve feature extraction and localization without expensive annotations, achieving competitive accuracy on ILSVRC2012 and CUB200_2011 datasets.

Fine-grained classification is challenging because categories can only be discriminated by subtle and local differences. Variances in the pose, scale or rotation usually make the problem more difficult. Most fine-grained classification systems follow the pipeline of finding foreground object or object parts (where) to extract discriminative features (what). In this paper, we propose to apply visual attention to fine-grained classification task using deep neural network. Our pipeline integrates three types of attention: the bottom-up attention that propose candidate patches, the object-level top-down attention that selects relevant patches to a certain object, and the part-level top-down attention that localizes discriminative parts. We combine these attentions to train domain-specific deep nets, then use it to improve both the what and where aspects. Importantly, we avoid using expensive annotations like bounding box or part information from end-to-end. The weak supervision constraint makes our work easier to generalize. We have verified the effectiveness of the method on the subsets of ILSVRC2012 dataset and CUB200_2011 dataset. Our pipeline delivered significant improvements and achieved the best accuracy under the weakest supervision condition. The performance is competitive against other methods that rely on additional annotations.

Foundations

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

Your Notes