ELoPE: Fine-Grained Visual Classification with Efficient Localization, Pooling and Embedding
About
The task of fine-grained visual classification (FGVC) deals with classification problems that display a small inter-class variance such as distinguishing between different bird species or car models. State-of-the-art approaches typically tackle this problem by integrating an elaborate attention mechanism or (part-) localization method into a standard convolutional neural network (CNN). Also in this work the aim is to enhance the performance of a backbone CNN such as ResNet by including three efficient and lightweight components specifically designed for FGVC. This is achieved by using global k-max pooling, a discriminative embedding layer trained by optimizing class means and an efficient bounding box estimator that only needs class labels for training. The resulting model achieves new best state-of-the-art recognition accuracies on the Stanford cars and FGVC-Aircraft datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Fine-grained Image Classification | CUB200 2011 (test) | Accuracy88.5 | 536 | |
| Fine-grained Image Classification | Stanford Cars (test) | Accuracy95 | 348 | |
| Image Classification | Stanford Cars (test) | Accuracy95 | 306 | |
| Fine-grained visual classification | FGVC-Aircraft (test) | Top-1 Acc93.5 | 287 | |
| Image Classification | CUB-200-2011 (test) | Top-1 Acc88.5 | 276 | |
| Image Classification | FGVC Aircraft | Top-1 Accuracy93.5 | 185 |